|
|
|
|
|
by freemint
2123 days ago
|
|
> The computational cost of "training" a polynomial would be the same as just one iteration of the training algorithm used by typical NNs. That statement depends heavily on the dimensionality of the problem.
Polynomials also have huge problems with discontinuities (even in some higher order derivative) sometimes would require an infinite number of polynomials to smooth out the errors around the discontinuities. (try to fit the Integral of |x| with polynomials) Fear of NN in control is justified if the networks are poorly understood. |
|