Added project notebook, script and example usage
- The notebook
AutoDiff_notebook
contains a detailed explanation of each section of the project. - The script
autodiff.py
contains the main AutoDiff class implementation, which is the backbone of our project. - The script
examples.py
contains some example usage of the AutoDiff class.