some more content
This commit is contained in:
parent
cbd89a873e
commit
fa3b18a41c
@ -6,7 +6,10 @@ makedocs(modules=Module[Flux],
|
||||
analytics = "UA-36890222-9",
|
||||
sitename="Flux",
|
||||
pages = [
|
||||
"Home" => "index.md",
|
||||
"Home" => "index.md",
|
||||
"Getting Started" => [
|
||||
"Basics" => "mnist.md"
|
||||
]
|
||||
])
|
||||
|
||||
deploydocs(
|
||||
|
@ -1 +1,9 @@
|
||||
# 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
1
docs/src/mnist.md
Normal file
@ -0,0 +1 @@
|
||||
# MNIST
|
Loading…
Reference in New Issue
Block a user