Coder Social home page Coder Social logo

cs231n's Introduction

cs231n

Solutions to Stanford CS231n Neural Network Class 2016

Environment Setup

Check Conda Info

conda info

Show all Conda environments

conda env list

Update Anaconda

conda update conda
conda update anaconda

Create Environments

conda create -n py27 python=2 ipykernel
conda create -n py36 python=3 ipykernel

Activate environment

source activate

Deactivate environment

source deactivate

Save environment to file

conda env export > puppies.yml

Load environment from file

conda env create -f puppies.yml

Open notebook: enter a conda env, then from some directory

source activate
source activate py27
jupyter notebook

Setup for Yesh's Chetak box

source ~/venv/bin/activate


Assignment1

To install required packages for the CS231n assignment1 refer to the following URL

http://cs231n.github.io/assignments2016/assignment1/

Additional python setup To install additional required packages such as numpy etc:

cd assignment1
pip install -r requirements.txt

Workaround to make matplotlib work on Mac echo "backend: TkAgg" >> ~/matplotlib/matplotlibrc


Assignment2

cython setup: source activate py27
pip install Cython --install-option="--no-cython-compile"
cd assignment2/cs231n/
python setup.py build_ext --inplace

cs231n's People

Contributors

yeshg avatar sgodse-int avatar

Stargazers

lgtkgtv avatar

Watchers

 avatar

Forkers

lgtkgtv

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.