多层神经网络的特点。多层简单单元(Multiple Layers of simple units);每个单元计算输入加权和(Each units computes a weighted sum of its inputs);通过非线性函数的加权和(Weighted sum is passed through a non-linear function);学习算法改变权重(The learning algorithm changes the weights)。
典型的多层神经网络结构:线性模块(Linear Module ), ReLU 模块 (Rectified Linear Unit) ,成本模块( Cost Module):平方距离(Squared Distance)以及目标函数(Objective Function )。