This repository contains my solutions to the programming assignments of dlsys-course.
dlsys-course github : https://github.com/dlsys-course
dlsys-course webpage : http://dlsys.cs.washington.edu/
The problem statement is to complete a code snippet
- which implements automatic differentiation.
- Implement logistic regression loop with autodiff.