Hidden layer

A type of neuron layer that lies between a neural net's input and output layers. Called "hidden", because its neuron values are not visible outside the net. The usage of hidden layers extends a neural net's abilities to learn logical operations.

 

Refers to: Neural net

See also: Multi-Layer-Perceptron

Neural Net Components in an Object Oriented Class Structure