/cs231n

Project Work (Stanford CS231n - Convolutional Neural Networks for Visual Recognition) - http://cs231n.stanford.edu/

Primary LanguageScala

#CS231N - Convolutional Neural Networks for Visual Recognition This is a working project repository for assignments / explorations associated with Stanford University's cs231n course. Please see the website for more information and project background.

I've chosen to implement this project using the Scala / Spark ecosystem with the following project dependencies:

  • Scala 2.10.0
  • ScalaTest 2.0.M5b (current ScalaTest 2.0 beta version)
  • ScalaNLP Breeze
  • Apache Spark 1.6.1
  • DMLC MXNet

Quick Setup

  1. Install SBT
  2. Clone this project
  3. Run sbt (This will also download all dependencies)