build based on a146c47

This commit is contained in:
autodocs 2017-01-18 12:45:25 +00:00
parent 5c1ab87f47
commit 5bd80c9ce9
9 changed files with 385 additions and 205 deletions

View File

@ -47,19 +47,9 @@ Version
Home Home
</a> </a>
</li> </li>
<li>
<span class="toctext">
Getting Started
</span>
<ul>
<li> <li>
<a class="toctext" href="manual/basics.html"> <a class="toctext" href="manual/basics.html">
Basics First Steps
</a>
</li>
<li>
<a class="toctext" href="manual/custom.html">
Custom Layers
</a> </a>
</li> </li>
<li> <li>
@ -72,6 +62,16 @@ Recurrence
Debugging Debugging
</a> </a>
</li> </li>
<li>
<span class="toctext">
In Action
</span>
<ul>
<li>
<a class="toctext" href="examples/logreg.html">
Logistic Regression
</a>
</li>
</ul> </ul>
</li> </li>
<li class="current"> <li class="current">
@ -80,6 +80,11 @@ Contributing &amp; Help
</a> </a>
<ul class="internal"></ul> <ul class="internal"></ul>
</li> </li>
<li>
<a class="toctext" href="internals.html">
Internals
</a>
</li>
</ul> </ul>
</nav> </nav>
<article id="docs"> <article id="docs">
@ -92,7 +97,7 @@ Contributing &amp; Help
</a> </a>
</li> </li>
</ul> </ul>
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/2e7971fb6d95f58de7b656acddb7ffade4b2ed16/docs/src/contributing.md"> <a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a146c478f3f39fd990ce94ce4a55ac0974a9f5b1/docs/src/contributing.md">
<span class="fa"> <span class="fa">
</span> </span>
@ -111,12 +116,20 @@ Contributing
</p> </p>
<footer> <footer>
<hr/> <hr/>
<a class="previous" href="manual/debugging.html"> <a class="previous" href="examples/logreg.html">
<span class="direction"> <span class="direction">
Previous Previous
</span> </span>
<span class="title"> <span class="title">
Debugging Logistic Regression
</span>
</a>
<a class="next" href="internals.html">
<span class="direction">
Next
</span>
<span class="title">
Internals
</span> </span>
</a> </a>
</footer> </footer>

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8"/> <meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title> <title>
Custom Layers · Flux Logistic Regression · Flux
</title> </title>
<script> <script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@ -48,31 +48,31 @@ Home
</a> </a>
</li> </li>
<li> <li>
<span class="toctext"> <a class="toctext" href="../manual/basics.html">
Getting Started First Steps
</span>
<ul>
<li>
<a class="toctext" href="basics.html">
Basics
</a> </a>
</li> </li>
<li class="current">
<a class="toctext" href="custom.html">
Custom Layers
</a>
<ul class="internal"></ul>
</li>
<li> <li>
<a class="toctext" href="recurrent.html"> <a class="toctext" href="../manual/recurrent.html">
Recurrence Recurrence
</a> </a>
</li> </li>
<li> <li>
<a class="toctext" href="debugging.html"> <a class="toctext" href="../manual/debugging.html">
Debugging Debugging
</a> </a>
</li> </li>
<li>
<span class="toctext">
In Action
</span>
<ul>
<li class="current">
<a class="toctext" href="logreg.html">
Logistic Regression
</a>
<ul class="internal"></ul>
</li>
</ul> </ul>
</li> </li>
<li> <li>
@ -80,6 +80,11 @@ Debugging
Contributing &amp; Help Contributing &amp; Help
</a> </a>
</li> </li>
<li>
<a class="toctext" href="../internals.html">
Internals
</a>
</li>
</ul> </ul>
</nav> </nav>
<article id="docs"> <article id="docs">
@ -87,15 +92,15 @@ Contributing &amp; Help
<nav> <nav>
<ul> <ul>
<li> <li>
Getting Started In Action
</li> </li>
<li> <li>
<a href="custom.html"> <a href="logreg.html">
Custom Layers Logistic Regression
</a> </a>
</li> </li>
</ul> </ul>
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/2e7971fb6d95f58de7b656acddb7ffade4b2ed16/docs/src/manual/custom.md"> <a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a146c478f3f39fd990ce94ce4a55ac0974a9f5b1/docs/src/examples/logreg.md">
<span class="fa"> <span class="fa">
</span> </span>
@ -105,8 +110,8 @@ Custom Layers
<hr/> <hr/>
</header> </header>
<h1> <h1>
<a class="nav-anchor" id="Custom-Layers-1" href="#Custom-Layers-1"> <a class="nav-anchor" id="Logistic-Regression-with-MNIST-1" href="#Logistic-Regression-with-MNIST-1">
Custom Layers Logistic Regression with MNIST
</a> </a>
</h1> </h1>
<p> <p>
@ -114,20 +119,20 @@ Custom Layers
</p> </p>
<footer> <footer>
<hr/> <hr/>
<a class="previous" href="basics.html"> <a class="previous" href="../manual/debugging.html">
<span class="direction"> <span class="direction">
Previous Previous
</span> </span>
<span class="title"> <span class="title">
Basics Debugging
</span> </span>
</a> </a>
<a class="next" href="recurrent.html"> <a class="next" href="../contributing.html">
<span class="direction"> <span class="direction">
Next Next
</span> </span>
<span class="title"> <span class="title">
Recurrence Contributing &amp; Help
</span> </span>
</a> </a>
</footer> </footer>

View File

@ -48,19 +48,9 @@ Home
</a> </a>
<ul class="internal"></ul> <ul class="internal"></ul>
</li> </li>
<li>
<span class="toctext">
Getting Started
</span>
<ul>
<li> <li>
<a class="toctext" href="manual/basics.html"> <a class="toctext" href="manual/basics.html">
Basics First Steps
</a>
</li>
<li>
<a class="toctext" href="manual/custom.html">
Custom Layers
</a> </a>
</li> </li>
<li> <li>
@ -73,6 +63,16 @@ Recurrence
Debugging Debugging
</a> </a>
</li> </li>
<li>
<span class="toctext">
In Action
</span>
<ul>
<li>
<a class="toctext" href="examples/logreg.html">
Logistic Regression
</a>
</li>
</ul> </ul>
</li> </li>
<li> <li>
@ -80,6 +80,11 @@ Debugging
Contributing &amp; Help Contributing &amp; Help
</a> </a>
</li> </li>
<li>
<a class="toctext" href="internals.html">
Internals
</a>
</li>
</ul> </ul>
</nav> </nav>
<article id="docs"> <article id="docs">
@ -92,7 +97,7 @@ Home
</a> </a>
</li> </li>
</ul> </ul>
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/2e7971fb6d95f58de7b656acddb7ffade4b2ed16/docs/src/index.md"> <a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a146c478f3f39fd990ce94ce4a55ac0974a9f5b1/docs/src/index.md">
<span class="fa"> <span class="fa">
</span> </span>
@ -113,7 +118,7 @@ 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. 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>
<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. 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.
</p> </p>
<p> <p>
If you&#39;re interested to find out what If you&#39;re interested to find out what
@ -129,7 +134,7 @@ does
Next Next
</span> </span>
<span class="title"> <span class="title">
Basics First Steps
</span> </span>
</a> </a>
</footer> </footer>

130
latest/internals.html Normal file
View File

@ -0,0 +1,130 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>
Internals · Flux
</title>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36890222-9', 'auto');
ga('send', 'pageview');
</script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.2.0/normalize.min.css" rel="stylesheet" type="text/css"/>
<link href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.5.0/styles/default.min.css" rel="stylesheet" type="text/css"/>
<link href="https://fonts.googleapis.com/css?family=Lato|Ubuntu+Mono" rel="stylesheet" type="text/css"/>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
<link href="assets/documenter.css" rel="stylesheet" type="text/css"/>
<script>
documenterBaseURL="."
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.2.0/require.min.js" data-main="assets/documenter.js"></script>
<script src="../versions.js"></script>
<link href="../flux.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<nav class="toc">
<h1>
Flux
</h1>
<form class="search" action="search.html">
<select id="version-selector" onChange="window.location.href=this.value">
<option value="#" selected="selected" disabled="disabled">
Version
</option>
</select>
<input id="search-query" name="q" type="text" placeholder="Search docs"/>
</form>
<ul>
<li>
<a class="toctext" href="index.html">
Home
</a>
</li>
<li>
<a class="toctext" href="manual/basics.html">
First Steps
</a>
</li>
<li>
<a class="toctext" href="manual/recurrent.html">
Recurrence
</a>
</li>
<li>
<a class="toctext" href="manual/debugging.html">
Debugging
</a>
</li>
<li>
<span class="toctext">
In Action
</span>
<ul>
<li>
<a class="toctext" href="examples/logreg.html">
Logistic Regression
</a>
</li>
</ul>
</li>
<li>
<a class="toctext" href="contributing.html">
Contributing &amp; Help
</a>
</li>
<li class="current">
<a class="toctext" href="internals.html">
Internals
</a>
<ul class="internal"></ul>
</li>
</ul>
</nav>
<article id="docs">
<header>
<nav>
<ul>
<li>
<a href="internals.html">
Internals
</a>
</li>
</ul>
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a146c478f3f39fd990ce94ce4a55ac0974a9f5b1/docs/src/internals.md">
<span class="fa">
</span>
Edit on GitHub
</a>
</nav>
<hr/>
</header>
<h1>
<a class="nav-anchor" id="Internals-1" href="#Internals-1">
Internals
</a>
</h1>
<p>
[WIP]
</p>
<footer>
<hr/>
<a class="previous" href="contributing.html">
<span class="direction">
Previous
</span>
<span class="title">
Contributing &amp; Help
</span>
</a>
</footer>
</article>
</body>
</html>

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8"/> <meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title> <title>
Basics · Flux First Steps · Flux
</title> </title>
<script> <script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@ -47,14 +47,9 @@ Version
Home Home
</a> </a>
</li> </li>
<li>
<span class="toctext">
Getting Started
</span>
<ul>
<li class="current"> <li class="current">
<a class="toctext" href="basics.html"> <a class="toctext" href="basics.html">
Basics First Steps
</a> </a>
<ul class="internal"> <ul class="internal">
<li> <li>
@ -74,11 +69,6 @@ An MNIST Example
</li> </li>
</ul> </ul>
</li> </li>
<li>
<a class="toctext" href="custom.html">
Custom Layers
</a>
</li>
<li> <li>
<a class="toctext" href="recurrent.html"> <a class="toctext" href="recurrent.html">
Recurrence Recurrence
@ -89,6 +79,16 @@ Recurrence
Debugging Debugging
</a> </a>
</li> </li>
<li>
<span class="toctext">
In Action
</span>
<ul>
<li>
<a class="toctext" href="../examples/logreg.html">
Logistic Regression
</a>
</li>
</ul> </ul>
</li> </li>
<li> <li>
@ -96,6 +96,11 @@ Debugging
Contributing &amp; Help Contributing &amp; Help
</a> </a>
</li> </li>
<li>
<a class="toctext" href="../internals.html">
Internals
</a>
</li>
</ul> </ul>
</nav> </nav>
<article id="docs"> <article id="docs">
@ -103,15 +108,12 @@ Contributing &amp; Help
<nav> <nav>
<ul> <ul>
<li> <li>
Getting Started
</li>
<li>
<a href="basics.html"> <a href="basics.html">
Basics First Steps
</a> </a>
</li> </li>
</ul> </ul>
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/2e7971fb6d95f58de7b656acddb7ffade4b2ed16/docs/src/manual/basics.md"> <a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a146c478f3f39fd990ce94ce4a55ac0974a9f5b1/docs/src/manual/basics.md">
<span class="fa"> <span class="fa">
</span> </span>
@ -174,12 +176,12 @@ Previous
Home Home
</span> </span>
</a> </a>
<a class="next" href="custom.html"> <a class="next" href="recurrent.html">
<span class="direction"> <span class="direction">
Next Next
</span> </span>
<span class="title"> <span class="title">
Custom Layers Recurrence
</span> </span>
</a> </a>
</footer> </footer>

View File

@ -47,19 +47,9 @@ Version
Home Home
</a> </a>
</li> </li>
<li>
<span class="toctext">
Getting Started
</span>
<ul>
<li> <li>
<a class="toctext" href="basics.html"> <a class="toctext" href="basics.html">
Basics First Steps
</a>
</li>
<li>
<a class="toctext" href="custom.html">
Custom Layers
</a> </a>
</li> </li>
<li> <li>
@ -73,6 +63,16 @@ Debugging
</a> </a>
<ul class="internal"></ul> <ul class="internal"></ul>
</li> </li>
<li>
<span class="toctext">
In Action
</span>
<ul>
<li>
<a class="toctext" href="../examples/logreg.html">
Logistic Regression
</a>
</li>
</ul> </ul>
</li> </li>
<li> <li>
@ -80,6 +80,11 @@ Debugging
Contributing &amp; Help Contributing &amp; Help
</a> </a>
</li> </li>
<li>
<a class="toctext" href="../internals.html">
Internals
</a>
</li>
</ul> </ul>
</nav> </nav>
<article id="docs"> <article id="docs">
@ -87,15 +92,12 @@ Contributing &amp; Help
<nav> <nav>
<ul> <ul>
<li> <li>
Getting Started
</li>
<li>
<a href="debugging.html"> <a href="debugging.html">
Debugging Debugging
</a> </a>
</li> </li>
</ul> </ul>
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/2e7971fb6d95f58de7b656acddb7ffade4b2ed16/docs/src/manual/debugging.md"> <a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a146c478f3f39fd990ce94ce4a55ac0974a9f5b1/docs/src/manual/debugging.md">
<span class="fa"> <span class="fa">
</span> </span>
@ -122,12 +124,12 @@ Previous
Recurrence Recurrence
</span> </span>
</a> </a>
<a class="next" href="../contributing.html"> <a class="next" href="../examples/logreg.html">
<span class="direction"> <span class="direction">
Next Next
</span> </span>
<span class="title"> <span class="title">
Contributing &amp; Help Logistic Regression
</span> </span>
</a> </a>
</footer> </footer>

View File

@ -47,19 +47,9 @@ Version
Home Home
</a> </a>
</li> </li>
<li>
<span class="toctext">
Getting Started
</span>
<ul>
<li> <li>
<a class="toctext" href="basics.html"> <a class="toctext" href="basics.html">
Basics First Steps
</a>
</li>
<li>
<a class="toctext" href="custom.html">
Custom Layers
</a> </a>
</li> </li>
<li class="current"> <li class="current">
@ -73,6 +63,16 @@ Recurrence
Debugging Debugging
</a> </a>
</li> </li>
<li>
<span class="toctext">
In Action
</span>
<ul>
<li>
<a class="toctext" href="../examples/logreg.html">
Logistic Regression
</a>
</li>
</ul> </ul>
</li> </li>
<li> <li>
@ -80,6 +80,11 @@ Debugging
Contributing &amp; Help Contributing &amp; Help
</a> </a>
</li> </li>
<li>
<a class="toctext" href="../internals.html">
Internals
</a>
</li>
</ul> </ul>
</nav> </nav>
<article id="docs"> <article id="docs">
@ -87,15 +92,12 @@ Contributing &amp; Help
<nav> <nav>
<ul> <ul>
<li> <li>
Getting Started
</li>
<li>
<a href="recurrent.html"> <a href="recurrent.html">
Recurrence Recurrence
</a> </a>
</li> </li>
</ul> </ul>
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/2e7971fb6d95f58de7b656acddb7ffade4b2ed16/docs/src/manual/recurrent.md"> <a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/a146c478f3f39fd990ce94ce4a55ac0974a9f5b1/docs/src/manual/recurrent.md">
<span class="fa"> <span class="fa">
</span> </span>
@ -114,12 +116,12 @@ Recurrent Models
</p> </p>
<footer> <footer>
<hr/> <hr/>
<a class="previous" href="custom.html"> <a class="previous" href="basics.html">
<span class="direction"> <span class="direction">
Previous Previous
</span> </span>
<span class="title"> <span class="title">
Custom Layers First Steps
</span> </span>
</a> </a>
<a class="next" href="debugging.html"> <a class="next" href="debugging.html">

View File

@ -47,19 +47,9 @@ Version
Home Home
</a> </a>
</li> </li>
<li>
<span class="toctext">
Getting Started
</span>
<ul>
<li> <li>
<a class="toctext" href="manual/basics.html"> <a class="toctext" href="manual/basics.html">
Basics First Steps
</a>
</li>
<li>
<a class="toctext" href="manual/custom.html">
Custom Layers
</a> </a>
</li> </li>
<li> <li>
@ -72,6 +62,16 @@ Recurrence
Debugging Debugging
</a> </a>
</li> </li>
<li>
<span class="toctext">
In Action
</span>
<ul>
<li>
<a class="toctext" href="examples/logreg.html">
Logistic Regression
</a>
</li>
</ul> </ul>
</li> </li>
<li> <li>
@ -79,6 +79,11 @@ Debugging
Contributing &amp; Help Contributing &amp; Help
</a> </a>
</li> </li>
<li>
<a class="toctext" href="internals.html">
Internals
</a>
</li>
</ul> </ul>
</nav> </nav>
<article> <article>

View File

@ -13,20 +13,20 @@ var documenterSearchIndex = {"docs": [
"page": "Home", "page": "Home",
"title": "Flux", "title": "Flux",
"category": "section", "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.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. Also, this documentation is pretty incomplete.If you're interested to find out what does work, read on!"
}, },
{ {
"location": "manual/basics.html#", "location": "manual/basics.html#",
"page": "Basics", "page": "First Steps",
"title": "Basics", "title": "First Steps",
"category": "page", "category": "page",
"text": "" "text": ""
}, },
{ {
"location": "manual/basics.html#Basic-Usage-1", "location": "manual/basics.html#Basic-Usage-1",
"page": "Basics", "page": "First Steps",
"title": "Basic Usage", "title": "Basic Usage",
"category": "section", "category": "section",
"text": "" "text": ""
@ -34,7 +34,7 @@ var documenterSearchIndex = {"docs": [
{ {
"location": "manual/basics.html#Installation-1", "location": "manual/basics.html#Installation-1",
"page": "Basics", "page": "First Steps",
"title": "Installation", "title": "Installation",
"category": "section", "category": "section",
"text": "Pkg.clone(\"https://github.com/MikeInnes/DataFlow.jl\")\nPkg.clone(\"https://github.com/MikeInnes/Flux.jl\")" "text": "Pkg.clone(\"https://github.com/MikeInnes/DataFlow.jl\")\nPkg.clone(\"https://github.com/MikeInnes/Flux.jl\")"
@ -42,7 +42,7 @@ var documenterSearchIndex = {"docs": [
{ {
"location": "manual/basics.html#The-Model-1", "location": "manual/basics.html#The-Model-1",
"page": "Basics", "page": "First Steps",
"title": "The Model", "title": "The Model",
"category": "section", "category": "section",
"text": "Charging Ion Capacitors...The core concept in Flux is that of the model. A model is simply a function with parameters. In Julia, we might define the following function:W = randn(3,5)\nb = randn(3)\naffine(x) = W*x + b\n\nx1 = randn(5)\naffine(x1)\n> 3-element Array{Float64,1}:\n -0.0215644\n -4.07343 \n 0.312591" "text": "Charging Ion Capacitors...The core concept in Flux is that of the model. A model is simply a function with parameters. In Julia, we might define the following function:W = randn(3,5)\nb = randn(3)\naffine(x) = W*x + b\n\nx1 = randn(5)\naffine(x1)\n> 3-element Array{Float64,1}:\n -0.0215644\n -4.07343 \n 0.312591"
@ -50,28 +50,12 @@ var documenterSearchIndex = {"docs": [
{ {
"location": "manual/basics.html#An-MNIST-Example-1", "location": "manual/basics.html#An-MNIST-Example-1",
"page": "Basics", "page": "First Steps",
"title": "An MNIST Example", "title": "An MNIST Example",
"category": "section", "category": "section",
"text": "" "text": ""
}, },
{
"location": "manual/custom.html#",
"page": "Custom Layers",
"title": "Custom Layers",
"category": "page",
"text": ""
},
{
"location": "manual/custom.html#Custom-Layers-1",
"page": "Custom Layers",
"title": "Custom Layers",
"category": "section",
"text": "[WIP]"
},
{ {
"location": "manual/recurrent.html#", "location": "manual/recurrent.html#",
"page": "Recurrence", "page": "Recurrence",
@ -104,6 +88,22 @@ var documenterSearchIndex = {"docs": [
"text": "[WIP]" "text": "[WIP]"
}, },
{
"location": "examples/logreg.html#",
"page": "Logistic Regression",
"title": "Logistic Regression",
"category": "page",
"text": ""
},
{
"location": "examples/logreg.html#Logistic-Regression-with-MNIST-1",
"page": "Logistic Regression",
"title": "Logistic Regression with MNIST",
"category": "section",
"text": "[WIP]"
},
{ {
"location": "contributing.html#", "location": "contributing.html#",
"page": "Contributing & Help", "page": "Contributing & Help",
@ -120,4 +120,20 @@ var documenterSearchIndex = {"docs": [
"text": "[WIP]" "text": "[WIP]"
}, },
{
"location": "internals.html#",
"page": "Internals",
"title": "Internals",
"category": "page",
"text": ""
},
{
"location": "internals.html#Internals-1",
"page": "Internals",
"title": "Internals",
"category": "section",
"text": "[WIP]"
},
]} ]}