Table of Contents

Types of NNs

Perceptron

See Perceptron

Feed-forward NN

First layer is input, last layer output, hidden layers inbetween. Deep network: >1 hidden layer

Transformation which change the similarity of the input cases (e.g. different voiced, same words): Activity of neurons in each layer are non-linear function of the activities in the layer below.

Recurrent NN

Natural for modeling sequential data:

See Sequence learning

Symmetrically connected NN

Like RNN, but connections between units are symmetrical (same weigths in both directions).

Convolutional NN

See Convolutional neural network