Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

izhangzhihao/deeplearning-tutorial

Open more actions menu

Repository files navigation

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).

Tutorial index

1 - Getting Start

Morty Proxy This is a proxified and sanitized view of the page, visit original site.