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.

What are some impressive algorithms or software in the world of AI?

I have always loved the idea of AI and evolutionary algorithms. Unfortunately, as we all know, the field hasn't developed …

artificial-intelligence genetic-algorithm
How to extract the layers from an image (jpg,png,etc)

Given an image such as the CakePHP logo, how can this image be converted back into a PSD with the …

image image-processing artificial-intelligence computer-vision layer
How to convert the output of an artificial neural network into probabilities?

I've read about neural network a little while ago and I understand how an ANN (especially a multilayer perceptron that …

artificial-intelligence neural-network
"synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'." problem in TensorFlow

I installed TensorFlow 1.10.1 but when I tried to import TensorFlow it said that I need TensorFlow version 1.10.0. Thus, I installed …

python python-3.x numpy tensorflow artificial-intelligence
Tensorflow vs OpenCV

I'm new into the AI world, I've start doing some stuff using Python & OpenCV for face detection and so …

opencv tensorflow artificial-intelligence
How can I program a simple chat bot AI?

I want to build a bot that asks someone a few simple questions and branches based on the answer. I …

language-agnostic artificial-intelligence chat chatbot
Lisp and Prolog for Artificial Intelligence?

Now since i've taken a class 3 years ago in A.I. im clearly proficient enough to ask this question......just …

lisp artificial-intelligence prolog
What is the difference between Q-learning and SARSA?

Although I know that SARSA is on-policy while Q-learning is off-policy, when looking at their formulas it's hard (to me) …

artificial-intelligence reinforcement-learning q-learning sarsa