Main.ConnectionismLearning History

Hide minor edits - Show changes to output

Changed line 4 from:
** Example: Backpropagation.
to:
** Example: [[Back Propagation]].
Added line 4:
** Example: Backpropagation.
July 30, 2005, at 12:25 PM by 219.77.138.7 -
Added lines 1-7:
Given a series of inputs x1, x2, ... to a system:

* Supervised learning: The system is also given the desired outputs y1, y2, . . . The aim is to learn to produce the correct output given a new input.
* Unsupervised learning: The aim is to build representations of inputs so that it can produce the desired outputs without further information.
* Reinforcement learning: The system's outputs change the states of the world, leading to rewards (or punishments). The aim is to learn to act in a way that maximises rewards in the long term.

[[Category.Mind]]