Giter VIP home page Giter VIP logo

cs231n's Introduction

Assignements for Stanford course cs231n Convolutional Neural Networks for Visual Recognition http://cs231n.stanford.edu/2016/syllabus

Notebooks describe tasks, contain the code, references to the code in other modules.

Assignement 1:

How to run code

1. Install and activate virtual environment:

cd assignment1
pip2 install virtualenv
virtualenv .env
source .env/bin/activate

2. Install dependencies:

pip2 install -r requirements.txt

3. Download data:

cd cs231n/datasets
./get_datasets.sh
cd assignment1/cs231n

4. Run jupyter:

cd assignment1
jupyter notebook

Note: for Mac OS X run ./start_ipython_osx.sh instead of jupyter notebook

5. open browser at localhost:8888/

6. Run notebooks.

Assignement 2:

How to run code

1. Install and activate virtual environment:

cd assignment2
pip2 install virtualenv
virtualenv .env
source .env/bin/activate

2. Install dependencies:

pip2 install -r requirements.txt

3. Download data:

cd cs231n/datasets
./get_coco_captioning.sh
./get_tiny_imagenet_a.sh
./get_pretrained_model.sh

4. Build Cython modules:

cd assignment2/cs231n
python2 setup.py build_ext --inplace # build C code

5. Run jupyter:

cd assignment2
jupyter notebook

6. Note: for Mac OS X run ./start_ipython_osx.sh instead of jupyter notebook

7. open browser at localhost:8888/

Assignement 3:

How to run code

1. Install and activate virtual environment:

cd assignment3
pip2 install virtualenv
virtualenv .env
source .env/bin/activate

2. Install dependencies:

pip2 install -r requirements.txt

3. Download data:

cd cs231n/datasets
./get_datasets.sh                # download dataset

4. Build Cython modules:

cd assignment3/cs231n
python3 setup.py build_ext --inplace # build C code

5. Run jupyter:

cd assignment3
jupyter notebook

6. Note: for Mac OS X run ./start_ipython_osx.sh instead of jupyter notebook

7. open browser at localhost:8888/

cs231n's People

Contributors

borislavmavrin avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.