Skip to content

timsetsfire/gans-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

GANS from scratch in Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published