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.

C++ Speech recognition API

I am seeking for a C++ speech recognition/voice recognition API. I have gone through few, including VOCE and pocketphenix. …

c++ artificial-intelligence speech-recognition voice voice-recognition
How do you solve the 15-puzzle with A-Star or Dijkstra's Algorithm?

I've read in one of my AI books that popular algorithms (A-Star, Dijkstra) for path-finding in simulation or games is …

artificial-intelligence graph-theory dijkstra a-star
What's the difference between uniform-cost search and Dijkstra's algorithm?

I was wondering what's the difference between uniform-cost search and Dijkstra's algorithm. They seem to be the same algorithm.

graph artificial-intelligence
java simple neural network setup

I have decided to play around with some simple concepts involving neural networks in Java, and in adapting somewhat useless …

java artificial-intelligence neural-network simulation
How to program a neural network for chess?

I want to program a chess engine which learns to make good moves and win against other players. I've already …

artificial-intelligence neural-network chess
How to choose number of hidden layers and nodes in neural network?

What does number of hidden layers in a multilayer perceptron neural network do to the way neural network behaves? Same …

artificial-intelligence machine-learning neural-network
How to work out the complexity of the game 2048?

Edit: This question is not a duplicate of What is the optimal algorithm for the game 2048? That question asks 'what …

algorithm logic artificial-intelligence game-theory
Building a Texas Hold'em playing AI..from scratch

I'm interested in building a Texas Hold 'Em AI engine in Java. This is a long term project, one in …

java lisp artificial-intelligence poker jatha
Tutorials For Natural Language Processing

I recently attended a class on coursera about "Natural Language Processing" and I learnt a lot about parsing, IR and …

algorithm machine-learning nlp artificial-intelligence
Rush Hour - Solving the game

Rush Hour if you're not familiar with it, the game consists of a collection of cars of varying sizes, set …

algorithm language-agnostic artificial-intelligence