Top "Artificial-intelligence" questions

Artificial intelligence (AI) is the branch of computer science and technology that studies the development of machines able to simulate aspects of human intelligence.

Store orientation to an array - and compare

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-recognition
Difference between Neural Network and Evolutionary algorithm

I have a good basis on Evolutionary Algorithms, so now i started to read about Artificial Neural Networks. I come …

artificial-intelligence neural-network genetic-algorithm
Monte Carlo Tree Search: Implementation for Tic-Tac-Toe

Edit: 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 montecarlo
8 puzzle: Solvability and shortest solution

I 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-puzzle
Tic-Tac-Toe AI: How to Make the Tree?

I'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-toe
Why does decreasing K in K-nearest-neighbours increase complexity?

In 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-neighbor
How to train a neural network to supervised data set using pybrain black-box optimization?

I have played around a bit with pybrain and understand how to generate neural networks with custom architectures and train …

python artificial-intelligence neural-network pybrain
Multinomial classification using neuralnet package

This 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 nnet
Alpha and Gamma parameters in QLearning

What difference to the algorithm does it make having a big or small gamma value? In my optic, as long …

language-agnostic artificial-intelligence reinforcement-learning
Minimax algorithm: Cost/evaluation function?

A 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