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.

How to update the bias in neural network backpropagation?

Could someone please explain to me how to update the bias throughout backpropagation? I've read quite a few books, but …

math machine-learning artificial-intelligence neural-network
Forward Chaining vs Backward Chaining

What is one good for that the other's not in practice? I understand the theory of what they do, but …

artificial-intelligence data-modeling prolog drools datalog
Tracing and Returning a Path in Depth First Search

So I have a problem that I want to use depth first search to solve, returning the first path that …

python algorithm artificial-intelligence
How to create a new gym environment in OpenAI?

I have an assignment to make an AI Agent that will learn to play a video game using ML. I …

machine-learning artificial-intelligence openai-gym
Meaning of an Epoch in Neural Networks Training

while I'm reading in how to build ANN in pybrain, they say: Train the network for some epochs. Usually you …

machine-learning artificial-intelligence neural-network pybrain
Open Source Neural Network Library

I am looking for an open source neural network library. So far, I have looked at FANN, WEKA, and OpenNN. …

machine-learning artificial-intelligence neural-network
How to create a smart chat-bot?

I know that it's still an open problem so I don't expect to see complete answers here. I just want …

artificial-intelligence chatbot
Is there any open source AI engine?

I am searching for an open source AI engine implemented in C/C++, ActionScript or Java with no success. Do …

artificial-intelligence
How to recognize rectangles in this image?

I have a image with horizontal and vertical lines. In fact, this image is the BBC website converted to horizontal …

graphics artificial-intelligence machine-learning computer-vision
How do Markov Chain Chatbots work?

I was thinking of creating a chatbot using something like markov chains, but I'm not entirely sure how to get …

artificial-intelligence probability chatbot markov-chains