Partial Derivatives & Recursive Descent
Writing partial derivatives is a great way to understand some of the underlying features of machine learning and neural network libraries.
In this post I’ll explain how partial derivates are a necessary building block in understanding machine learning and neural networks, and how to write some python code to help bring partial derivates and recursive descent to life!
Read more ...