0
votes
2answers
89 views
Competitive Learning in Neural Networks
I am playing with some neural network simulations. I'd like to get two neural networks sharing the input and output nodes (with other nodes being distinct and part of two different …
6
votes
2answers
118 views
Is the board game “Go” NP complete?
There are plenty of Chess AI's around, and evidently some are good enough to beat some of the world's greatest players.
I've heard that many attempts have been made to write succe …
1
vote
1answer
48 views
Improving Q-Learning
Hello
I am currently using Q-Learning to try to teach a bot how to move in a room filled with walls/obstacles. It must start in any place in the room and get to the goal state(thi …
0
votes
1answer
45 views
Extracting pure content / text from HTML Pages by excluding navigation and chrome content
Hi,
I am crawling news websites and want to extract News Title, News Abstract (First Paragraph), etc
I plugged into the webkit parser code to easily navigate webpage as a tree. T …
1
vote
3answers
118 views
Where to learn about enemy game algorithms (like Starcraft/Warcraft)?
I would like to learn about games (strategy) algorithms especially about how do
enemies algorithms works ?
Is there any good place for beginners?
-1
votes
0answers
126 views
What Would You Ask: Vark.com [closed]
I'm working on a premium research report regarding technologies classified as "the real-time web." I've spoken to 45+ companies in this space and am now writing up some of the mos …
2
votes
4answers
249 views
Minimax algorithm
I have a simple question regarding the Minimax algorithm: for example for the tic-tac-toe game, how do I determine the utility function's for each player plays? It doesn't do that …
0
votes
3answers
121 views
chess AI for GAE
Hello,
I am looking for a Chess AI that can be run on Google App Engine. Most chess AI's seem to be written in C and so can not be run on the GAE. It needs to be strong enough to …
0
votes
3answers
118 views
What is the best artificial-intelligence library for Python?
I know of NLTK. What else is there that complements this library? Or can do AI?
NLTK is great because I can learn it with the book that it came out.
Is there a library for AI just …
1
vote
1answer
61 views
Optimizing A* Pathfinding iPhone - Will NSDictionary do the trick?
I've got a pretty big A* pathfinding function that gets called frequently and has to be put in another thread because otherwise it will make my game stutter. I come from a Java bac …
5
votes
8answers
255 views
Why does A* path finding sometimes go in straight lines and sometimes diagonals? (Java)
I'm in the process of developing a simple 2d grid based sim game, and have fully functional path finding.
I used the answer found in my previous question as my basis for implement …
23
votes
31answers
2k 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 c …
2
votes
2answers
60 views
Support vector machines - separating hyperplane question
From what I've seen, seems like the separation hyperplane must be in the form
x.w + b = 0.
I don't get very well this notation. From what I understand, x.w is a inner product, …
3
votes
6answers
325 views
“Teach” a computer how to do addition?
The problem is to learn computer to do addition.
Computer have as input a knowladge of a numbers: he "knows" that after 1 goes 2, after 2 goes 3 and so on... Having that data compu …
9
votes
17answers
570 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 rec …
