We'll use my scala-miniflow project to build and train neural networks.
- Download the free Anaconda Distribution
- Clone this repository
- Clone scala-miniflow
- Install beakerx
conda create -y -n beakerx 'python>=3'
source activate beakerx
conda config --env --add pinned_packages 'openjdk>8.0.121'
conda install -y -c conda-forge ipywidgets beakerx=1.0.0
source activate beakerx
on linux / mac or activate beakerx
on windows.
jupyter notebook
In kernels - select Scala.