Skip to content

mlatsjsu/workshop-chihuahua-vs-muffin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

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.

Installation and Setup

1: Install Python

https://www.python.org/downloads/. Find Python installation help here.

2: Install prerequisite dependencies

Copy-paste this into your command line:

pip3 install numpy jupyter matplotlib pillow tqdm

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".

4: Open this interactive Notebook on your computer!

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.

Challenge

The default settings purposely perform non-optimally! Can you modify the notebook to get 100% accuracy?

Credits

This workshop is based on code from the tutorial by deepsense.ai, and was further modified by Andrew Jong, Jing Zhao, and Jason Do.

About

Workshop 1, simple deep learning neural network training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published