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):