22
votes
5answers
2k views
How do 20 questions AI algorithms work?
Simple online games of 20 questions powered by an eerily accurate AI.
How do they guess so well?
22
votes
10answers
3k views
Why is Lisp used for AI?
I've been learning Lisp to expand my horizons and because I have heard that it is used in AI programming, yet after doing some exploring, I have yet to find AI examples or anything in the language …
22
votes
31answers
3k views
Best programming based games
Back when I was at school, I remember tinkering with a Mac game where you programmed little robots in a sort of pseudo-assembler language which could then battle each other. They could move themselves …
17
votes
14answers
859 views
Recommendations needed for good AI references
I've been asked to help out on an XNA project with the AI. I'm not totally new to the concepts (pathfinding, flocking, etc.) but this would be the first "real" code. I'd be very thankful for any …
14
votes
5answers
342 views
Machine learning challenge: diagnosing program in java/groovy (datamining, machine learning)
Hi All!
I'm planning to develop program in Java which will provide diagnosis. The data set is divided into two parts one for training and the other for testing. My program should learn to classify …
13
votes
10answers
671 views
Is it possible to “learn” a regular expression by user-provided examples?
Is it possible to "learn" a regular expression by user-provided examples?
To clarify:
I do not want to learn regular expressions.
I want to create a program which "learns" a regular expression from …
13
votes
13answers
632 views
How to create real-life robots?
Even before I learnt programming I've been fascinated with how robots could work. Now I know how the underlying programming instructions would be written, but what I don't understand is how those …
13
votes
5answers
494 views
AI Game Opinion ( kinda homework related )
Hi !
I have taken an AI course , and the teacher asked us to implement a game that makes use of one of the AI algorithms . Here is where I need a bit of help
I don't know to what kind of games each …
9
votes
13answers
645 views
Predict Stock Market Values
I'm building a web semantic project that gathers the maximum ammount of historic data about a certain company and tries to predict its future market stock values.
For data I have the historic stock …
9
votes
17answers
678 views
Best books, blogs, link, reading about AI and machine learning.
I think that AI might be a precious tool in the developer's toolbox, and I'd like to know more about this field hoping that it will make my life easier as a developer.
Can you recommend some …
9
votes
26answers
1k views
Are games the most complex / impressive applications?
I was thinking today about what could be the most complex / impressive application ever written. So I started thinking of what I am comfortable with and use everyday, databases.
Then I went into the …
9
votes
10answers
910 views
Any business examples of using Markov chains?
What business cases are there for using Markov chains? I've seen the sort of play area of a markov chain applied to someone's blog to write a fake post. I'd like some practical examples though? E.g. …
9
votes
9answers
3k views
How to program simple chat bot AI?
I want to build a bot that asks someone a few simple questions and branches based on the answer. I realize parsing meaning from the human responses will be challenging, but how do you setup the …
8
votes
1answer
180 views
Homework: Information Gain and Entropy
I recently read this question regarding information gain and entropy. I think I have a semi-decent grasp on the main idea, but I'm curious as what to do with situations such as follows:
If we have a …
8
votes
9answers
446 views
Chess Optimizations
ok, so i have been working on my chess program for a while and i am beginning to hit a wall. i have done all of the standard optimizations (negascout, iterative deepening, killer moves, history …
