build based on d86226c
This commit is contained in:
parent
2a37926a23
commit
372f75560b
@ -92,7 +92,7 @@ Contributing & Help
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/5d3ff70f966718f8b9ebd04285558953f508ee66/docs/src/contributing.md">
|
||||
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/d86226cfaa6a3219ba239a26ffd8dde41b350d8c/docs/src/contributing.md">
|
||||
<span class="fa">
|
||||
|
||||
</span>
|
||||
|
@ -92,7 +92,7 @@ Home
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/5d3ff70f966718f8b9ebd04285558953f508ee66/docs/src/index.md">
|
||||
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/d86226cfaa6a3219ba239a26ffd8dde41b350d8c/docs/src/index.md">
|
||||
<span class="fa">
|
||||
|
||||
</span>
|
||||
@ -110,17 +110,17 @@ Flux
|
||||
Flux is a high-level interface for machine learning, implemented in Julia.
|
||||
</p>
|
||||
<p>
|
||||
Flux aims to be intuitive and powerful notation close to the mathematics, while providing advanced features like auto-unrolling and closures. Simple models are trivial, and 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.
|
||||
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'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.
|
||||
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.
|
||||
</p>
|
||||
<p>
|
||||
If you're interested to find out what
|
||||
<em>
|
||||
does
|
||||
</em>
|
||||
work, read on...
|
||||
work, read on!
|
||||
</p>
|
||||
<footer>
|
||||
<hr/>
|
||||
|
@ -95,7 +95,7 @@ Basics
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/5d3ff70f966718f8b9ebd04285558953f508ee66/docs/src/manual/basics.md">
|
||||
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/d86226cfaa6a3219ba239a26ffd8dde41b350d8c/docs/src/manual/basics.md">
|
||||
<span class="fa">
|
||||
|
||||
</span>
|
||||
|
@ -95,7 +95,7 @@ Custom Layers
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/5d3ff70f966718f8b9ebd04285558953f508ee66/docs/src/manual/custom.md">
|
||||
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/d86226cfaa6a3219ba239a26ffd8dde41b350d8c/docs/src/manual/custom.md">
|
||||
<span class="fa">
|
||||
|
||||
</span>
|
||||
|
@ -95,7 +95,7 @@ Debugging
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/5d3ff70f966718f8b9ebd04285558953f508ee66/docs/src/manual/debugging.md">
|
||||
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/d86226cfaa6a3219ba239a26ffd8dde41b350d8c/docs/src/manual/debugging.md">
|
||||
<span class="fa">
|
||||
|
||||
</span>
|
||||
|
@ -95,7 +95,7 @@ Recurrence
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/5d3ff70f966718f8b9ebd04285558953f508ee66/docs/src/manual/recurrent.md">
|
||||
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/d86226cfaa6a3219ba239a26ffd8dde41b350d8c/docs/src/manual/recurrent.md">
|
||||
<span class="fa">
|
||||
|
||||
</span>
|
||||
|
@ -13,7 +13,7 @@ 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 intuitive and powerful notation close to the mathematics, while providing advanced features like auto-unrolling and closures. Simple models are trivial, and 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 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 does work, read on!"
|
||||
},
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user