Skip to content

Assignments and projects for CS231n: Convolutional Neural Networks for Visual Recognition

Notifications You must be signed in to change notification settings

johnathanalyst/CS231n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SVL Logo

CS231n

Assignments and projects for CS231n: Convolutional Neural Networks for Visual Recognition

Build Status License


Contents


Installation

  cd /path/to/where/you/want/it
  git clone https://github.com/chivingtoninc/CS231n.git

Testing

Navigate to the CS231n directory and run.

  cd /path/to/CS231n/some/project
  python someProject.py

Usage

This repo should be used as a reference while taking CS231n.

Familiarity with general Python coding and Numpy is assumed. If you are unfamiliar, here is a great Python Numpy Tutorial by Justin Johnson.

Feel free to ask me questions on GitHub, Twitter, Facebook or LinkedIn

Authors

Contributing

Not currently accepting outside contributors, but feel free to clone, fork, modify and use as you wish.

Acknowledgments

License

This project is licensed under the DO_WHATEVER_YOU_WANT License - see the LICENSE file for details