Joel Grus - Livecoding an Autograd Library - Part 4

Profile Picture
- Published on Sep 10, 2018馃審 Public

Part 4 is all about cleaning up our API. We move all of our tensor arithmetic to dunder methods on the Tensor class, implement in-place operations, and then try to move some private functions to a different file (but are stymied by circular reference issues). code is at https://github.com/joelgrus/autograd/...