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.

TicTacToe AI Java

So this is a college assignment and everything is pretty much done except the AI doesn't know how to "take …

java artificial-intelligence tic-tac-toe
C++ API for "Text To speech" and "Voice to Text"

I would like to know whether there is a good API for "voice recognition" and "text to speech" in C++. …

c++ qt artificial-intelligence voice voice-recognition
SVM and Neural Network

What is difference between SVM and Neural Network? Is it true that linear svm is same NN, and for non-linear …

artificial-intelligence machine-learning neural-network svm
Defeating a Poker Bot

There is a new Open Source poker bot called PokerPirate. I am interested in any creative ways in which a …

security artificial-intelligence poker
Labels for clustermap in seaborn?

I have several questions about labeling for clustermap in seaborn. First is it possible to extract the the distance values …

python matplotlib machine-learning artificial-intelligence seaborn
What is the difference between uniform-cost search and best-first search methods?

Both methods have a data structure which holds the nodes (with their cost) to expand. Both methods first expand the …

search artificial-intelligence difference best-first-search uniform-cost-search
Support Vector Machine for Java?

I'd like to write a "smart monitor" in Java that sends out an alert any time it detects oncoming performance …

java machine-learning artificial-intelligence svm mahout
How many possible states does the 8-puzzle have?

The classical 8-puzzle belongs to the family of sliding blocks. My book (Artificial intelligence A modern approach by Stuart Russell …

algorithm artificial-intelligence sliding-tile-puzzle
R neuralNet: "non-conformable arguments"

Argh! I keep getting the following error when attempting to compute with my neural network: > net.compute <- …

r machine-learning artificial-intelligence neural-network survival-analysis
How are neural networks used when the number of inputs could be variable?

All the examples I have seen of neural networks are for a fixed set of inputs which works well for …

artificial-intelligence machine-learning neural-network pattern-recognition