From e5aec346dee68d5932d34e3b112323646a61a851 Mon Sep 17 00:00:00 2001 From: autodocs Date: Thu, 7 Sep 2017 05:55:03 +0000 Subject: [PATCH] build based on 61d5e5f --- latest/basics.html | 9 --------- latest/contributing.html | 2 +- latest/index.html | 4 ++-- latest/models/basics.html | 9 +++++++++ latest/models/recurrence.html | 9 +++++++++ latest/recurrence.html | 9 --------- latest/search.html | 2 +- latest/search_index.js | 6 +++--- 8 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 latest/basics.html create mode 100644 latest/models/basics.html create mode 100644 latest/models/recurrence.html delete mode 100644 latest/recurrence.html diff --git a/latest/basics.html b/latest/basics.html deleted file mode 100644 index 251a6e88..00000000 --- a/latest/basics.html +++ /dev/null @@ -1,9 +0,0 @@ - -Basics · Flux

Basics
diff --git a/latest/contributing.html b/latest/contributing.html index 21d86c63..a3c59d6f 100644 --- a/latest/contributing.html +++ b/latest/contributing.html @@ -6,4 +6,4 @@ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) ga('create', 'UA-36890222-9', 'auto'); ga('send', 'pageview'); -

Contributing & Help

Contributing

If you need help, please ask on the Julia forum, the slack (channel #machine-learning), or Flux's Gitter.

Right now, the best way to help out is to try out the examples and report any issues or missing features as you find them. The second best way is to help us spread the word, perhaps by starring the repo.

If you're interested in hacking on Flux, most of the code is pretty straightforward. Adding new layer definitions or cost functions is simple using the Flux DSL itself, and things like data utilities and training processes are all plain Julia code.

If you get stuck or need anything, let us know!

+

Contributing & Help

Contributing

If you need help, please ask on the Julia forum, the slack (channel #machine-learning), or Flux's Gitter.

Right now, the best way to help out is to try out the examples and report any issues or missing features as you find them. The second best way is to help us spread the word, perhaps by starring the repo.

If you're interested in hacking on Flux, most of the code is pretty straightforward. Adding new layer definitions or cost functions is simple using the Flux DSL itself, and things like data utilities and training processes are all plain Julia code.

If you get stuck or need anything, let us know!

diff --git a/latest/index.html b/latest/index.html index 8787896b..8d440058 100644 --- a/latest/index.html +++ b/latest/index.html @@ -6,5 +6,5 @@ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) ga('create', 'UA-36890222-9', 'auto'); ga('send', 'pageview'); -

Home

Flux

Flux is a library for machine learning, implemented in Julia. Flux lets you use the full power of the Julia language while providing a set of useful helper functionality, like common mathematical functions and optimisers.

Installation

Install Julia 0.6.0 or later, if you haven't already.

Pkg.add("Flux")
-Pkg.test("Flux") # Check things installed correctly

Start with the basics. The [model zoo] is also a good starting point for many common kinds of models.

+

Home

Flux

Flux is a library for machine learning, implemented in Julia. Flux lets you use the full power of the Julia language while providing a set of useful helper functionality, like common mathematical functions and optimisers.

Installation

Install Julia 0.6.0 or later, if you haven't already.

Pkg.add("Flux")
+Pkg.test("Flux") # Check things installed correctly

Start with the basics. The model zoo is also a good starting point for many common kinds of models.

diff --git a/latest/models/basics.html b/latest/models/basics.html new file mode 100644 index 00000000..d15e7c26 --- /dev/null +++ b/latest/models/basics.html @@ -0,0 +1,9 @@ + +Basics · Flux

Basics
diff --git a/latest/models/recurrence.html b/latest/models/recurrence.html new file mode 100644 index 00000000..4b044a1e --- /dev/null +++ b/latest/models/recurrence.html @@ -0,0 +1,9 @@ + +Recurrence · Flux

Recurrence
diff --git a/latest/recurrence.html b/latest/recurrence.html deleted file mode 100644 index 33926fca..00000000 --- a/latest/recurrence.html +++ /dev/null @@ -1,9 +0,0 @@ - -Recurrence · Flux

Recurrence
diff --git a/latest/search.html b/latest/search.html index 967b1b47..901d1ecd 100644 --- a/latest/search.html +++ b/latest/search.html @@ -6,4 +6,4 @@ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) ga('create', 'UA-36890222-9', 'auto'); ga('send', 'pageview'); -

Search

Search

Number of results: loading...

+

Search

Search

Number of results: loading...

diff --git a/latest/search_index.js b/latest/search_index.js index d2427263..fe6867d8 100644 --- a/latest/search_index.js +++ b/latest/search_index.js @@ -21,11 +21,11 @@ var documenterSearchIndex = {"docs": [ "page": "Home", "title": "Installation", "category": "section", - "text": "Install Julia 0.6.0 or later, if you haven't already.Pkg.add(\"Flux\")\nPkg.test(\"Flux\") # Check things installed correctlyStart with the basics. The [model zoo] is also a good starting point for many common kinds of models." + "text": "Install Julia 0.6.0 or later, if you haven't already.Pkg.add(\"Flux\")\nPkg.test(\"Flux\") # Check things installed correctlyStart with the basics. The model zoo is also a good starting point for many common kinds of models." }, { - "location": "basics.html#", + "location": "models/basics.html#", "page": "Basics", "title": "Basics", "category": "page", @@ -33,7 +33,7 @@ var documenterSearchIndex = {"docs": [ }, { - "location": "recurrence.html#", + "location": "models/recurrence.html#", "page": "Recurrence", "title": "Recurrence", "category": "page",