Comment Re:New Meaning (Score 1) 50
There are a bunch of inductive algorithms. x_n+1 = x_n + f(x_n) dt is an integral curve. Doing it discretely is a a piecewise approximation of that curve. The vast majority of neural nets we use today are piecewise linear function approximators.