Skip to content

jrmontag/cs231n-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS231n

Set up

Go to one of the assignment folders, then:

virtualenv2 .env
source .env/bin/activate
pip install -r requirements.txt

Download datasets

cd cs231n/datasets
./get_datasets.sh

Start

source .env/bin/activate
jupyter notebook

About

My solutions to the CS231n assignments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 94.5%
  • Python 5.4%
  • Shell 0.1%