This Repository contains Python Notebooks to learn PyTorch starting from the very basics of implementing gradient descent algorithm in Python, Numpy and slowly moving up the ladder to Deep Learning using PyTorch.
Make sure you have installed the following before getting started
Modules | Description |
---|---|
1 - 4 | Introduction to Machine Learning using Python and Numpy |
5 - 13 | Introduction to PyTorch |
14 | Convolutional Neural Network in PyTorch |