Research Article

Dynamic Evolution Analysis of Desertification Images Based on BP Neural Network

Table 1

Introduction to commonly used functions of BP neural network.

Function categoryFunction nameFeatures

Network creation functionNewcfCreate a multilayer feedforward network
NewffCreate a feedforward network
Network initialization functionInitwbInitialize the main structural parameters of the network
Transfer functionLogsigS-type transfer function (logarithm)
TansigS-type transfer function (tangent)
Learning functionLearngdGradient descent learning function
LearngdmGradient descent (momentum learning) function
Training functionTraindTraining weight/threshold
AdaptAdaptive function
Simulation functionSimNeural network simulation
MseMean square error function