From 20086fafea0fefd944cce2c4ad655aa24915b2ee Mon Sep 17 00:00:00 2001 From: autodocs Date: Wed, 1 Feb 2017 08:59:51 +0000 Subject: [PATCH] build based on 3fdf01e --- latest/contributing.html | 2 +- latest/examples/logreg.html | 2 +- latest/index.html | 34 ++++++++++++- latest/internals.html | 2 +- latest/models/basics.html | 94 +++++++++++++++++++++++++----------- latest/models/debugging.html | 2 +- latest/models/recurrent.html | 2 +- latest/search_index.js | 28 +++++------ 8 files changed, 116 insertions(+), 50 deletions(-) diff --git a/latest/contributing.html b/latest/contributing.html index 98840478..7f80ade0 100644 --- a/latest/contributing.html +++ b/latest/contributing.html @@ -104,7 +104,7 @@ Contributing & Help - + diff --git a/latest/examples/logreg.html b/latest/examples/logreg.html index 4b36d4f4..20f162b1 100644 --- a/latest/examples/logreg.html +++ b/latest/examples/logreg.html @@ -107,7 +107,7 @@ Logistic Regression - + diff --git a/latest/index.html b/latest/index.html index 32f2a9ab..79dd75c3 100644 --- a/latest/index.html +++ b/latest/index.html @@ -46,7 +46,13 @@ Version Home - +
  • @@ -104,7 +110,7 @@ Home
  • - + @@ -133,6 +139,30 @@ If you're interested to find out what does work, read on! +

    +

    + +Installation + +

    +

    + +... Charging Ion Capacitors ... + +

    +
    Pkg.clone("https://github.com/MikeInnes/DataFlow.jl")
    +Pkg.clone("https://github.com/MikeInnes/Flux.jl")
    +using Flux
    +

    +You'll also need a backend to run real training, if you don't have one already. Choose from + +MXNet + + or + +TensorFlow + + (MXNet is the recommended option if you're not sure):