Recent

Author Topic: Artificial Intelligence for a bot project  (Read 7894 times)

ThorsteinB

  • Newbie
  • Posts: 2
Artificial Intelligence for a bot project
« on: January 05, 2011, 08:46:52 am »
Hello All,

Eliza and Alice as bots are not so smart. So I am wondering how better one could get, if you apply more modern algorithms to the text input.

But on the other side I have tried to google for keywords like probabilistic, bayesian, stemming, text indexing, pattern analysis, statistical modelling and computational learning without much succcess. It delivers a lot of interesting documents but no Pascal/Delphi/Lazarus code.

Could anyone point me in the right direction, please?


Friendly Greetings,
Thorstein


DimProfi

  • Full Member
  • ***
  • Posts: 126
    • http://www.dimprofi.de
Re: Artificial Intelligence for a bot project
« Reply #1 on: January 05, 2011, 12:03:04 pm »
It doesn't matter, which programming language that is!
If you understand an algorithm you can write it in pascal.
The real Problem is an idea and not even an algorithm.

 ::)
Lazarus 1.2/FPC 2.6.4 (x86/x86_64/win32/win64/Linux) :: Be smart - use predictable {$INTERFACES CORBA}! :)

ThorsteinB

  • Newbie
  • Posts: 2
Re: Artificial Intelligence for a bot project
« Reply #2 on: January 05, 2011, 04:22:08 pm »
The real Problem is an idea and not even an algorithm.

Well, no. And this type of comment is not really useful.

Besides, there are many people out there who depend on the re-use of code of others. And I believe thats fine, as long as you respect the license.

Somebody else who is in the mood for sharing some achievements?


Thorstein

Leledumbo

  • Hero Member
  • *****
  • Posts: 8835
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Artificial Intelligence for a bot project
« Reply #3 on: January 05, 2011, 06:27:49 pm »
I have actually written some neural network (hebb and perceptron, my backprop fails, either with or without PCA) and game playing (minimax + optional alpha beta pruning) programs (the latter is only tic tac toe actually). I don't know whether both are useful for bots, though they are useful for general AI.

 

TinyPortal © 2005-2018