This repository is a beginner's workshop for SJSU ML Club. It introduces members to deep learning classification in PyTorch. This presentation includes accompanying info.
https://www.python.org/downloads/. Find Python installation help here.
Copy-paste this into your command line:
pip3 install numpy jupyter matplotlib pillow tqdm
3: Install PyTorch! https://pytorch.org/get-started/locally/
Make sure to run the command appropriate for your system. Navigate to the website and select your options. Most people should choose "Pip" as their Package manager for this tutorial. If you don't have a GPU, select "None" under "CUDA".
In command line:
git clone https://github.com/sjsumlclub/workshop-chihuahua-vs-muffin.git
cd workshop-chihuahua-vs-muffin
jupyter notebook
Once your browser window opens, select the notebook:
Alternatively, select workshop_1_output.ipynb
to see a version with all cells executed.
The default settings purposely perform non-optimally! Can you modify the notebook to get 100% accuracy?
This workshop is based on code from the tutorial by deepsense.ai, and was further modified by Andrew Jong, Jing Zhao, and Jason Do.