multi-layer neuralnetworks do not use the perceptron learning procedure.

Because this type ofguarantee cannot be extended to more complex networks in which the average oftwo good solutions may be a bad solution.

 

Linear neurons(linearfilters(线性滤波))

Linear&Logistic Neuron


The error surface for a  linear neuron

horizontalaxis: weights

verticalaxis: error

 

 

 

Logistic Neuron

Linear&Logistic Neuron

dy/dz = y(1-y)

Linear&Logistic Neuron


Back propagation algorithm

Linear&Logistic Neuron



Ways to reduce overfitting

  • weight-decay
  • weight-sharing
  • early-stopping
  • model-averaging
  • bayesian fitting of neural nets
  • dropout

 

The squared error asa function of the weights is not a quadratic function when we use a logisticunit.

 


相关文章:

  • 2022-02-03
  • 2021-12-05
  • 2021-11-04
  • 2021-10-27
  • 2021-12-21
  • 2021-05-15
  • 2021-08-20
猜你喜欢
  • 2021-05-26
  • 2021-05-26
  • 2021-11-12
  • 2021-07-02
  • 2021-12-13
  • 2022-12-23
  • 2021-12-09
相关资源
相似解决方案