build based on a819480

This commit is contained in:
autodocs 2017-02-24 15:59:13 +00:00
parent bffa786977
commit 2f8b0f8ab9
11 changed files with 17 additions and 17 deletions

View File

@ -140,7 +140,7 @@ Backends
</a>
</li>
</ul>
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/c33f695c51fa5df5cb4732ea37c7bfc9d20605da/docs/src/apis/backends.md">
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a8194806507dd83c0c149e80318ceff626acc706/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/c33f695c51fa5df5cb4732ea37c7bfc9d20605da/docs/src/apis/batching.md">
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a8194806507dd83c0c149e80318ceff626acc706/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/c33f695c51fa5df5cb4732ea37c7bfc9d20605da/docs/src/contributing.md">
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a8194806507dd83c0c149e80318ceff626acc706/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/c33f695c51fa5df5cb4732ea37c7bfc9d20605da/docs/src/examples/logreg.md">
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a8194806507dd83c0c149e80318ceff626acc706/docs/src/examples/logreg.md">
<span class="fa">
</span>

View File

@ -137,7 +137,7 @@ Home
</a>
</li>
</ul>
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/c33f695c51fa5df5cb4732ea37c7bfc9d20605da/docs/src/index.md">
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a8194806507dd83c0c149e80318ceff626acc706/docs/src/index.md">
<span class="fa">
</span>
@ -167,7 +167,7 @@ Where do I start?
</h2>
<p>
The
<a href="@ref Logistic Regression">
<a href="examples/logreg.html">
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.
@ -178,22 +178,22 @@ If you have more experience with ML, or you just don&#39;t want to see
those digits
</em>
again, check out the
<a href="@ref Model Building Basics">
<a href="models/basics.html">
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.
instead. The Guide attempts to motivate Flux&#39;s programming model and approach with examples. However, it also gets into advanced usage very quickly; it&#39;s not necessary to memorise all the details to use Flux effectively.
</p>
<p>
The sections on
<a href="@ref">
<a href="models/recurrent.html">
Recurrence
</a>
,
<a href="@ref">
<a href="models/debugging.html">
Debugging
</a>
and
<a href="apis/batching.html#Batching-1">
<a href="apis/batching.html">
Batching
</a>
best illustrate what makes Flux unique.

View File

@ -126,7 +126,7 @@ Internals
</a>
</li>
</ul>
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/c33f695c51fa5df5cb4732ea37c7bfc9d20605da/docs/src/internals.md">
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a8194806507dd83c0c149e80318ceff626acc706/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/c33f695c51fa5df5cb4732ea37c7bfc9d20605da/docs/src/models/basics.md">
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a8194806507dd83c0c149e80318ceff626acc706/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/c33f695c51fa5df5cb4732ea37c7bfc9d20605da/docs/src/models/debugging.md">
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a8194806507dd83c0c149e80318ceff626acc706/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/c33f695c51fa5df5cb4732ea37c7bfc9d20605da/docs/src/models/recurrent.md">
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a8194806507dd83c0c149e80318ceff626acc706/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/c33f695c51fa5df5cb4732ea37c7bfc9d20605da/docs/src/models/templates.md">
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a8194806507dd83c0c149e80318ceff626acc706/docs/src/models/templates.md">
<span class="fa">
</span>

View File

@ -21,7 +21,7 @@ var documenterSearchIndex = {"docs": [
"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."
"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; 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."
},
{