Machine Learning with PyTorch Notebooks
Machine learning, Deep Learning, Convolutional Neural Network (CNN) using PyTorch.
connect with me here on LinkedIn if you are interested in data science and would like to connect.
Please feel free toNotebooks
Tensor basics - creation and conversion
Tensor basics - indexing and slicing
Tensor basics - vector (1-D) operations
Tensor basics - matrix (2-D) operations
Derivatives with PyTorch
Example of building layers of a simple neural net from scratch
Building the class definition of a neural net and associated methods
Article
Here is my Medium article on building a neural network using PyTorch step-by-step,