deeplearning-tutorial icon indicating copy to clipboard operation
deeplearning-tutorial copied to clipboard

Tutorial of DeepLearning.scala

Tutorial of DeepLearning.scala Build Status Build status Codacy Badge

DeepLearning.scala is a DSL for creating complex neural networks.

With the help of DeepLearning.scala, regular programmers are able to build complex neural networks from simple code. You write code almost as usual, the only difference being that code based on DeepLearning.scala is differentiable, which enables such code to evolve by modifying its parameters continuously.

NOTE: Please do NOT download this repo,because if you download this repo ,you will find the notebooks dir is empty. So ,please use git clone ,after that , use git submodule init & git submodule update to clone the notebooks(git submodule).

Jupyter notebook installation

Tutorial index

1 - Getting Start