An open API service indexing awesome lists of open source software.

https://github.com/etienne-bobo/deep-learning-lab

In this exercise, we will build a small and simple auto-diff lib that mimics the autograd mechanism from Pytorch (of course, we will simplify a lot!)
https://github.com/etienne-bobo/deep-learning-lab

deep-learning

Last synced: 3 months ago
JSON representation

In this exercise, we will build a small and simple auto-diff lib that mimics the autograd mechanism from Pytorch (of course, we will simplify a lot!)

Awesome Lists containing this project

README

        

# DL_lab

In this exercise, we will build a small and simple auto-diff lib that mimics the autograd mechanism from Pytorch (of course, we will simplify a lot!)