Coder Social home page Coder Social logo

juncas / cs231n-solutions Goto Github PK

View Code? Open in Web Editor NEW

This project forked from twice22/cs231n-solutions

0.0 1.0 0.0 14.87 MB

Solutions for CS231n course from Stanford University: Convolutional Neural Networks for Visual Recognition

Home Page: https://twice22.github.io/

Jupyter Notebook 98.86% Shell 0.01% Python 1.13%

cs231n-solutions's Introduction

CS231n: Convolutional Neural Networks for Visual Recognition

These past weeks I've spent several weeks on the CS231n course from Stanford University. Here are my solutions to the assignments. These solutions are for the 2016 version of the course. Apparently, the 2017 version is similar besides the fact that they finally use Python 3.5!

Installation

  1. Install Anaconda
  2. go to assignmentX where X is either 1, 2, 3 using a Terminal:
    $ cd \path\to\assignment1
  3. create a python 2.7 environnment using
    $ conda env -n cs231n python=2.7 anaconda
  4. activate your environment using (add source before activate if you're working with Linux/Mac)
    $ activate cs231n
  5. install the dependencies using requirements.txt
    $ pip install -r requirements.txt
  6. Launch notebook using:
    $ jupyter notebook name_of_notebook.ipynb

Note

I wrote several blog posts accessible from my website if you want to understand in detail how the code works.

cs231n-solutions's People

Contributors

twice22 avatar

Watchers

 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.