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.

Why is Lisp used for AI?

I've been learning Lisp to expand my horizons because I have heard that it is used in AI programming. After …

lisp artificial-intelligence
How does Dijkstra's Algorithm and A-Star compare?

I was looking at what the guys in the Mario AI Competition have been doing and some of them have …

algorithm artificial-intelligence graph a-star dijkstra
When should I use genetic algorithms as opposed to neural networks?

Is there a rule of thumb (or set of examples) to determine when to use genetic algorithms as opposed to …

artificial-intelligence machine-learning neural-network genetic-algorithm
Error in Confusion Matrix : the data and reference factors must have the same number of levels

I've trained a Linear Regression model with R caret. I'm now trying to generate a confusion matrix and keep getting …

r machine-learning artificial-intelligence classification linear-regression
Any tutorials for developing chatbots?

As a engineering student, I would like to make a chat bot using python. So, I searched a lot but …

python artificial-intelligence nlp chatbot
What is the difference between a feature and a label?

I'm following a tutorial about machine learning basics and there is mentioned that something can be a feature or a …

machine-learning artificial-intelligence
How do 20 questions AI algorithms work?

Simple online games of 20 questions powered by an eerily accurate AI. How do they guess so well?

algorithm artificial-intelligence
Hill climbing algorithm simple example

I am a little confused with Hill Climbing algorithm. I want to "run" the algorithm until i found the first …

artificial-intelligence hill-climbing
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, …

c# .net artificial-intelligence
What is the difference between graph search and tree search?

What is the difference between graph search and tree search versions regarding DFS, A* searches in artificial intelligence?

search artificial-intelligence a-star tree-search