185
votes
25answers
6k views
What is the best Battleship AI?
Battleship!
Back in 2003, (when I was 17,) I competed in a Battleship AI coding competition. Even though I lost that tournament, I had a lot of fun and learned a lot from it.
No …
0
votes
3answers
63 views
Programming a chess AI
I'm looking to try and write a chess AI. Is there something i can use on the .NET framework (or maybe even a chess program scripted in Lua) that will let me write and test a chess …
2
votes
8answers
132 views
Building a reverse language dictionary
I was wondering what does it take to build a reverse language dictionary.
The user enters something along the lines of: "red edible fruit" and the application would return: "toma …
2
votes
2answers
143 views
pacman AI solution in python
I am searching for a heuristic function for applying to A* algorithm to solve the pacman game in order to gather the foods as quickly as possible, but i could not find a good solut …
2
votes
5answers
66 views
How to create a smart chat-bot?
I know that it's still an open problem so I don't expect to see complete answers here. I just want to find some approaches to solve the next problem:
I have a model (assume that i …
33
votes
14answers
1k views
What problems have you solved using artificial neural networks?
I'd like to know about specific problems you - the SO reader - have solved using artificial neural network techniques and what libraries/frameworks you used if you didn't roll you …
7
votes
9answers
374 views
Self-learning game Artificial Intelligence
I wanna start building/developing a game AI that will allow me to play games like: Chess, domino, poker, texas hold'em against computer opponent.
What book / resource do you reco …
2
votes
2answers
49 views
What are some good resources on flocking and swarm algorithms?
Awhile ago I read the novel Prey. Even though it is definitely in the realm of fun science fiction, it piqued my interest in swarm/flock AI. I've been seeing some examples of the …
0
votes
1answer
33 views
Natural language rendering
Do you know any frameworks that implement natural language rendering concept ?
I've found several NLP oriented frameworks like Anthelope or Open NLP but they have only parsers but …
4
votes
3answers
143 views
Why is the complexity of A* exponential in memory?
Wikipedia says on A* complexity the following (link here):
More problematic than its time
complexity is A*’s memory usage. In
the worst case, it must also remember
an exp …
2
votes
4answers
170 views
Quantum Tic Tac Toe AI
In my data structures class, we've been assigned a project in which we are required to make a fully functioning Quantum Tic Tac Toe game in which a player faces a bot that plays to …
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 …
5
votes
6answers
128 views
Determining the best k for a k nearest neighbour
I have need to some cluster analysis on a set of 2 dimensional data (I may add extra dimensions along the way).
The analysis itself will form part of the data being fed into a vi …
16
votes
19answers
991 views
What problems have you solved using genetic algorithms/genetic programming?
Genetic algorithms (GA) and genetic programming (GP) are interesting areas of research.
I'd like to know about specific problems you - the SO reader - have solved using GA/GP and …
2
votes
2answers
44 views
NetLogo vs. Repast Simphony?
I would like to simulate some scenarios using the multiagent
paradigm, and it seems NetLogo and Repast are the most popular tools for that.
I'd like to know if anyone has had any …
