Artificial intelligence (AI) is the branch of computer science and technology that studies the development of machines able to simulate aspects of human intelligence.
I want to achieve the following: I want the user to be able to "record" the movement of the iPhone …
iphone android math artificial-intelligence gesture-recognitionI have a good basis on Evolutionary Algorithms, so now i started to read about Artificial Neural Networks. I come …
artificial-intelligence neural-network genetic-algorithmEdit: Uploded the full source code if you want to see if you can get the AI to perform better: …
c# algorithm artificial-intelligence tic-tac-toe montecarloI have built a 8 puzzle solver using Breadth First Search. I would now want to modify the code to use …
java algorithm artificial-intelligence sliding-tile-puzzleI'm having a huge block trying to understand "trees" while making a Tic-Tac-Toe bot. I understand the concept, but I …
c++ tree artificial-intelligence tic-tac-toeIn an extract from my textbook it says that reducing the value of K when running this algorithm actually increases …
algorithm artificial-intelligence complexity-theory nearest-neighborI have played around a bit with pybrain and understand how to generate neural networks with custom architectures and train …
python artificial-intelligence neural-network pybrainThis question ought to be real simple. But the documentation isn't helping. I am using R. I must use the …
r machine-learning artificial-intelligence neural-network nnetWhat difference to the algorithm does it make having a big or small gamma value? In my optic, as long …
language-agnostic artificial-intelligence reinforcement-learningA school project has me writing a Date game in C++ (example at http://www.cut-the-knot.org/Curriculum/Games/Date.…
algorithm artificial-intelligence evaluation minimax