some more content

This commit is contained in:
Mike J Innes 2017-01-16 17:51:21 +01:00
parent cbd89a873e
commit fa3b18a41c
3 changed files with 13 additions and 1 deletions

View File

@ -6,7 +6,10 @@ makedocs(modules=Module[Flux],
analytics = "UA-36890222-9", analytics = "UA-36890222-9",
sitename="Flux", sitename="Flux",
pages = [ pages = [
"Home" => "index.md", "Home" => "index.md",
"Getting Started" => [
"Basics" => "mnist.md"
]
]) ])
deploydocs( deploydocs(

View File

@ -1 +1,9 @@
# Flux # Flux
## Charging Ion Capacitors
Flux is a high-level API for machine learning, implemented in Julia.
Flux aims to provide a concise and expressive syntax for architectures that are hard to express within other frameworks. The notation should be familiar and extremely close to what you'd find in a paper or description of the model.
The current focus is on ANNs with TensorFlow or MXNet as a backend.

1
docs/src/mnist.md Normal file
View File

@ -0,0 +1 @@
# MNIST