This package provides Deep Learning capability for Apache Spark.
To compile this project, run build/sbt assembly
from the project home directory.
This will also run the Scala unit tests.
To run the Python unit tests, run the run-tests.sh
script from the python/
directory.
You will need to set SPARK_HOME
to your local Spark installation directory.