sbenthall / cs294-assign1

cs294-assign1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

work on assignment 1 of cs294

sbenthall and dgreis

To run:

  • clone this repo

  • install sbt. Check the docs

  • run this command to put the BIDMat .jars in the lib/ directory and unpack the data into src/main/resources/

bash setup.sh

  • use this command to play with the files from the command line and test commands

sbt console

  • to run the file in /src/main/scala/assign1.scala use

sbt run

  • edit /src/main/scala/assign1.scala to save progress

About

cs294-assign1


Languages

Language:Scala 76.8%Language:Shell 23.2%