build based on c33f695

This commit is contained in:
autodocs 2017-02-24 15:52:14 +00:00
parent a0df93e5b1
commit bffa786977
11 changed files with 59 additions and 15 deletions

View File

@ -140,7 +140,7 @@ Backends
</a>
</li>
</ul>
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/bad6b2d1aec98c6e04d6aace633fbdd2e3cd1040/docs/src/apis/backends.md">
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/c33f695c51fa5df5cb4732ea37c7bfc9d20605da/docs/src/apis/backends.md">
<span class="fa">
</span>

View File

@ -145,7 +145,7 @@ Batching
</a>
</li>
</ul>
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/bad6b2d1aec98c6e04d6aace633fbdd2e3cd1040/docs/src/apis/batching.md">
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/c33f695c51fa5df5cb4732ea37c7bfc9d20605da/docs/src/apis/batching.md">
<span class="fa">
</span>

View File

@ -126,7 +126,7 @@ Contributing &amp; Help
</a>
</li>
</ul>
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/bad6b2d1aec98c6e04d6aace633fbdd2e3cd1040/docs/src/contributing.md">
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/c33f695c51fa5df5cb4732ea37c7bfc9d20605da/docs/src/contributing.md">
<span class="fa">
</span>

View File

@ -129,7 +129,7 @@ Logistic Regression
</a>
</li>
</ul>
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/bad6b2d1aec98c6e04d6aace633fbdd2e3cd1040/docs/src/examples/logreg.md">
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/c33f695c51fa5df5cb4732ea37c7bfc9d20605da/docs/src/examples/logreg.md">
<span class="fa">
</span>

View File

@ -47,6 +47,11 @@ Version
Home
</a>
<ul class="internal">
<li>
<a class="toctext" href="#Where-do-I-start?-1">
Where do I start?
</a>
</li>
<li>
<a class="toctext" href="#Installation-1">
Installation
@ -132,7 +137,7 @@ Home
</a>
</li>
</ul>
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/bad6b2d1aec98c6e04d6aace633fbdd2e3cd1040/docs/src/index.md">
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/c33f695c51fa5df5cb4732ea37c7bfc9d20605da/docs/src/index.md">
<span class="fa">
</span>
@ -153,14 +158,45 @@ Flux is a high-level interface for machine learning, implemented in Julia.
Flux aims to be an intuitive and powerful notation, close to the mathematics, that provides advanced features like auto-unrolling and closures. Simple models are trivial, while the most complex architectures are tractable, taking orders of magnitude less code than in other frameworks. Meanwhile, the Flux compiler provides excellent error messages and tools for debugging when things go wrong.
</p>
<p>
So what&#39;s the catch? Flux is at an early &quot;working prototype&quot; stage; many things work but the API is still in a state of... well, it might change. Also, this documentation is pretty incomplete.
So what&#39;s the catch? Flux is at an early &quot;working prototype&quot; stage; many things work but the API is still in a state of... well, it might change. If you&#39;re interested to find out what works, read on!
</p>
<h2>
<a class="nav-anchor" id="Where-do-I-start?-1" href="#Where-do-I-start?-1">
Where do I start?
</a>
</h2>
<p>
The
<a href="@ref Logistic Regression">
examples
</a>
are the best way to get a feel for how Flux looks. This a great way to start if you&#39;re a relative newbie to machine learning or neural networks; you should be able to get the examples running fairly easily.
</p>
<p>
If you&#39;re interested to find out what
If you have more experience with ML, or you just don&#39;t want to see
<em>
does
those digits
</em>
work, read on!
again, check out the
<a href="@ref Model Building Basics">
model building guide
</a>
instead. The Guide attempts to motivate Flux&#39;s programming model and approach with examples. However, it also gets into advanced usage very quickly, so it&#39;s not necessary to memorise all the details to use Flux effectively.
</p>
<p>
The sections on
<a href="@ref">
Recurrence
</a>
,
<a href="@ref">
Debugging
</a>
and
<a href="apis/batching.html#Batching-1">
Batching
</a>
best illustrate what makes Flux unique.
</p>
<h2>
<a class="nav-anchor" id="Installation-1" href="#Installation-1">

View File

@ -126,7 +126,7 @@ Internals
</a>
</li>
</ul>
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/bad6b2d1aec98c6e04d6aace633fbdd2e3cd1040/docs/src/internals.md">
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/c33f695c51fa5df5cb4732ea37c7bfc9d20605da/docs/src/internals.md">
<span class="fa">
</span>

View File

@ -145,7 +145,7 @@ Model Building Basics
</a>
</li>
</ul>
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/bad6b2d1aec98c6e04d6aace633fbdd2e3cd1040/docs/src/models/basics.md">
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/c33f695c51fa5df5cb4732ea37c7bfc9d20605da/docs/src/models/basics.md">
<span class="fa">
</span>

View File

@ -129,7 +129,7 @@ Debugging
</a>
</li>
</ul>
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/bad6b2d1aec98c6e04d6aace633fbdd2e3cd1040/docs/src/models/debugging.md">
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/c33f695c51fa5df5cb4732ea37c7bfc9d20605da/docs/src/models/debugging.md">
<span class="fa">
</span>

View File

@ -129,7 +129,7 @@ Recurrence
</a>
</li>
</ul>
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/bad6b2d1aec98c6e04d6aace633fbdd2e3cd1040/docs/src/models/recurrent.md">
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/c33f695c51fa5df5cb4732ea37c7bfc9d20605da/docs/src/models/recurrent.md">
<span class="fa">
</span>

View File

@ -145,7 +145,7 @@ Model Templates
</a>
</li>
</ul>
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/bad6b2d1aec98c6e04d6aace633fbdd2e3cd1040/docs/src/models/templates.md">
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/c33f695c51fa5df5cb4732ea37c7bfc9d20605da/docs/src/models/templates.md">
<span class="fa">
</span>

View File

@ -13,7 +13,15 @@ var documenterSearchIndex = {"docs": [
"page": "Home",
"title": "Flux",
"category": "section",
"text": "Flux is a high-level interface for machine learning, implemented in Julia.Flux aims to be an intuitive and powerful notation, close to the mathematics, that provides advanced features like auto-unrolling and closures. Simple models are trivial, while the most complex architectures are tractable, taking orders of magnitude less code than in other frameworks. Meanwhile, the Flux compiler provides excellent error messages and tools for debugging when things go wrong.So what's the catch? Flux is at an early \"working prototype\" stage; many things work but the API is still in a state of... well, it might change. Also, this documentation is pretty incomplete.If you're interested to find out what does work, read on!"
"text": "Flux is a high-level interface for machine learning, implemented in Julia.Flux aims to be an intuitive and powerful notation, close to the mathematics, that provides advanced features like auto-unrolling and closures. Simple models are trivial, while the most complex architectures are tractable, taking orders of magnitude less code than in other frameworks. Meanwhile, the Flux compiler provides excellent error messages and tools for debugging when things go wrong.So what's the catch? Flux is at an early \"working prototype\" stage; many things work but the API is still in a state of... well, it might change. If you're interested to find out what works, read on!"
},
{
"location": "index.html#Where-do-I-start?-1",
"page": "Home",
"title": "Where do I start?",
"category": "section",
"text": "The examples are the best way to get a feel for how Flux looks. This a great way to start if you're a relative newbie to machine learning or neural networks; you should be able to get the examples running fairly easily.If you have more experience with ML, or you just don't want to see those digits again, check out the model building guide instead. The Guide attempts to motivate Flux's programming model and approach with examples. However, it also gets into advanced usage very quickly, so it's not necessary to memorise all the details to use Flux effectively.The sections on Recurrence, Debugging and Batching best illustrate what makes Flux unique."
},
{