Hacker News new | ask | show | jobs
by sitkack 1201 days ago
And a simple PID controller built with op-amps looks an awful lot like a simple neural network.

http://www.ecircuitcenter.com/Circuits/op_pid/op_pid.htm

https://www.nutsvolts.com/magazine/article/the_perceptron_ci...

1 comments

Isn't gradient descent basically PID over parameters? And tricks like momentum basically a low-pass filter integrated in the PID loop? It's quite weird how not that many concepts from analog electronics domain have gotten carried over to ML.