CodePudding user response:
First of all, I let's look at the traditional nonlinear regression method:1, can be converted into linear regression problems: take logarithm etc, and then according to the least squares method
2, and cannot be converted to linear regression: one is based on professional knowledge, or is derived theoretically by experience that the second is in professional knowledge helpless situation, through mapping and observation a scatter diagram to determine the curve type,
The second category, a problem we often is relatively weak,
And neural network method is the problem for the digital abstract characteristics, namely on the network weights and bias, although at the time of solving numerical characteristics also use the similar to the least squares method, but in fact is the use of computer performance, the nonlinear problem into a general available least-square method to solve linear problems