/first-nn-pytorch

This repository belongs to the youtube video "Code your first Neural Network with PyTorch" (https://youtu.be/e5CDe00B3vE). If you haven't seen it, please consider watching the videos, to get a better understanding of this code.

Primary LanguageJupyter NotebookMIT LicenseMIT

Code your first Neural Network with PyTorch

Hello. Thank you for being here. This repository belongs to the youtube video Code your first Neural Network with PyTorch. If you haven't seen it, please consider watching the videos, to get a better understanding of this code.

Code your first Neural Network with PyTorch

Content

This repository contains the Jupyter Notebook created in the video.

How to run

  1. Install the dependencies
pip3 install jupyter torch torchvision numpy matplotlib
  1. Start the Jupyter Notebook
jupyter notebook
  1. Open the notebook and run the cells.