neonwatty / machine_learning_refined

Notes, examples, and Python demos for the 2nd edition of the textbook "Machine Learning Refined" (published by Cambridge University Press).
Other
1.67k stars 603 forks source link

Automatic Differentiation is not available #8

Closed shoaibkhanz closed 6 years ago

shoaibkhanz commented 6 years ago

Automatic Differentiation Section (chapter 2) is not available on the below website anymore. In what order should the website be read now. https://jermwatt.github.io/mlrefined/index.html

neonwatty commented 6 years ago

We are working on a major re-organization / addition to the content, and will be moving autodiff closer to the content on multilayer perceptrons. For now I would start with Chapter 2 - on zero order methods - and move forward from there.

shoaibkhanz commented 6 years ago

Thanks for your response; I must say these notes are a lifesaver and one of the best notes I have found on the internet.