Research Article

Soft-Sensor Modeling of PVC Polymerizing Process Based on F-GMDH-Type Neural Network Algorithm

Table 2

Characteristic comparison between BP neural network and GMDH-type neural network.

NameBP neural networkGMDH-type neural network

Structure of the NetworkNetwork structure with three or more layers of networkCompletely rely on the self-evolvement of network
Connection pattern of the neuronsFull connection among layersPartial connection among layers
Self-organizingThe number of layers and the number of neurons of the network are predeterminedThe number of layers and the number of neurons in the network are self-generated
Estimating method of parametersGenerated by iterationEstimate the parameters of the nodes according to the internal criterion
Rules of using samplesAll the samples are used to train the parameters, which can easily lead to the phenomenon of over fittingThe part samples are used for training the parameters and the rest are used for screening
Interpretability of ModelIt is hard to understandThere is an explicit expression
Convergence performance of the modelThere is a strong relationship between convergence and initial statesDetermine the convergence state according to the termination criterion
Complexity of the programThe calculation time is too long, so it is suitable for using multiprocessorIt is suitable for multiprocessor or single processor