REAL TIME A STAR
Real Time A* Search Simply repeating minimin search for each move ignores information from previous searches and results in infinite […]
Real Time A* Search Simply repeating minimin search for each move ignores information from previous searches and results in infinite […]
Iterative Deepening A* (IDA*) Search Just as iterative deepening solved the space problem of breadth-first search, iterative deepening A* (IDA*) eliminates
ITERATIVE DEEPENING A STAR Read More »
Machine that behaves like a human being was a dream that existed even in olden days. This dream has been
Humanoid Robot DATE: 4 FEB 2015 As the name implies humanoid robot is nothing but a robot whose appearance is more or
DATE: 1 MAR 2010 This article explains Nature Inspired Computing (NIC) in detail. It is an emerging technology and many techniques
Nature Inspired Computing Read More »
Swarm Intelligence (SI) is a kind of artificial intelligence that aims to simulate the behavior of swarms or social insects. Swarm refers to any loosely
Swarm Intelligence Read More »
This article gives an introduction to genetic algorithms. It explains the background and the mechanism behind genetic algorithms in detail. BACKGROUND
GENETIC ALGORITHMS Read More »
WHAT IS REINFORCEMENT LEARNING? Reinforcement learning is one of the most active research areas in Artificial Intelligence. Reinforcement learning is training by rewards
REINFORCEMENT LEARNING Read More »
Backpropagation is a kind of neural network. A Neural Network (or artificial neural network) is a collection of interconnected processing elements or nodes.
Learning can be done by managing a set of general models and a set of specific models kept in a
LEARNING BY MANAGING MULTIPLE MODELS Read More »