Skip to content

Commit

Permalink
add a copy of mnist to extended examples (formerly "full tutorials")
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jun 11, 2024
1 parent 2ad3cc6 commit e414aa2
Show file tree
Hide file tree
Showing 14 changed files with 5,835 additions and 109 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
sandbox/
docs/build
/examples/mnist/mnist_machine*
*.jls
16 changes: 8 additions & 8 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ makedocs(
],
"Workflow Examples" => Any[
"Incremental Training"=>
"workflow examples/Incremental Training/notebook.md",
"workflow_examples/Incremental Training/notebook.md",
"Hyperparameter Tuning"=>
"workflow examples/Hyperparameter Tuning/notebook.md",
"workflow_examples/Hyperparameter Tuning/notebook.md",
"Neural Architecture Search"=>
"workflow examples/Basic Neural Architecture Search/notebook.md",
"Model Composition"=>"workflow examples/Composition/notebook.md",
"Model Comparison"=>"workflow examples/Comparison/notebook.md",
"Early Stopping"=>"workflow examples/Early Stopping/notebook.md",
"Live Training"=>"workflow examples/Live Training/notebook.md",
"workflow_examples/Basic Neural Architecture Search/notebook.md",
"Model Composition"=>"workflow_examples/Composition/notebook.md",
"Model Comparison"=>"workflow_examples/Comparison/notebook.md",
"Early Stopping"=>"workflow_examples/Early Stopping/notebook.md",
"Live Training"=>"workflow_examples/Live Training/notebook.md",
],
# "Tutorials"=>Any[
# "Spam Detection with RNNs"=>"full tutorials/Spam Detection with RNNs/notebook.md"
# "Spam Detection with RNNs"=>"extended_examples/Spam Detection with RNNs/notebook.md"
# ],
"Contributing" => "contributing.md"],
doctest = false,
Expand Down
100 changes: 0 additions & 100 deletions docs/src/extended_examples/MNIST.md

This file was deleted.

Loading

0 comments on commit e414aa2

Please sign in to comment.