Skip to content

Commit 065c191

Browse files
authored
Move 5 tutorials from fluxml.github.io (#2125)
* move 5 tutorials from fluxml.github.io * more heading links * somehow fix images + links for DCGAN * using Flux: params * rm indents * ADAM * rm using Parameters, and use distinct names * local image files * kill those bullet points * restore some bullets * add some headings
1 parent bc89f31 commit 065c191

File tree

9 files changed

+1505
-1
lines changed

9 files changed

+1505
-1
lines changed

docs/make.jl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,14 @@ makedocs(
4242
"Functors.jl 📚 (`fmap`, ...)" => "models/functors.md",
4343
],
4444
"Tutorials" => [
45+
# Roughly in order of increasing complexity? Not chronological.
4546
"Linear Regression" => "tutorials/linear_regression.md",
47+
"Julia & Flux: 60 Minute Blitz" => "tutorials/2020-09-15-deep-learning-flux.md",
48+
"Multi-layer Perceptron" => "tutorials/2021-01-26-mlp.md",
49+
"Simple ConvNet" => "tutorials/2021-02-07-convnet.md",
50+
"Generative Adversarial Net" => "tutorials/2021-10-14-vanilla-gan.md",
51+
"Deep Convolutional GAN" => "tutorials/2021-10-08-dcgan-mnist.md",
52+
# Not really sure where this belongs... some in Fluxperimental, aim to delete?
4653
"Custom Layers" => "models/advanced.md", # TODO move freezing to Training
4754
],
4855
"Performance Tips" => "performance.md",
Loading
Loading

0 commit comments

Comments
 (0)