Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 785 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 785 Bytes

Generative Adversarial Networks from Scratch

Requirements

We'll use my scala-miniflow project to build and train neural networks.

Setup

  1. Download the free Anaconda Distribution
  2. Clone this repository
  3. Clone scala-miniflow
  4. 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

Using notebook

source activate beakerx on linux / mac or activate beakerx on windows.
jupyter notebook In kernels - select Scala.