Table of Contents

Lecture 2

2.1 - Types of neural network architectures

Feed-forward neural networks

Recurrent neural networks

Symmetrically connected networks

2.2 - Perceptrons: The first generation of neural networks

Perceptron training procedure

2.3 - A geometrical view of perceptrons

⇒ The weights must lie on one side of this hyper-plane to get the answer correct.

2.4 - Why the learning works

2.5 - What perceptrons can't do