GENETIC ALGORITHMS
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 »
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 »
A program that learns by recording cases generally makes use of consistency heuristic. According to consistency heuristic, a property of
LEARNING BY RECORDING CASES Read More »
While learning new things, there is a possibility that the learning system may make mistakes. Like human beings, learning system
LEARNING BY CORRECTING MISTAKES Read More »
Discovery is a restricted form of learning. The knowledge acquisition is done without getting any assistance from a teacher. Discovery
DISCOVERY BASED LEARNING: CLUSTERING Read More »
An Explanation-based Learning (EBL ) system accepts an example (i.e. a training example) and explains what it learns from the example.
EXPLANATION-BASED LEARNING Read More »
WHAT IS CHUNKING? Chunking is similar to learnig with macro-operators. Generally, it is used by problem solver systems that make use of
LEARNING BY CHUNKING Read More »
Sequence of actions that can be treated as a whole are called macro-operators. Once a problem is solved, the learning
LEARNING WITH MACRO-OPERATORS Read More »