Flux.jl/latest/index.html

119 lines
3.8 KiB
HTML
Raw Normal View History

2017-01-16 01:04:23 +00:00
<!DOCTYPE html>
2017-01-17 20:06:28 +00:00
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>
Home · Flux
</title>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
2017-01-16 15:37:04 +00:00
(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');
2017-01-17 20:06:28 +00:00
</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>
2017-01-17 20:27:28 +00:00
<link href="../flux.css" rel="stylesheet" type="text/css"/>
2017-01-17 20:06:28 +00:00
</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 class="current">
<a class="toctext" href="index.html">
Home
</a>
2017-01-18 01:02:10 +00:00
<ul class="internal"></ul>
2017-01-17 20:06:28 +00:00
</li>
<li>
<span class="toctext">
Getting Started
</span>
<ul>
<li>
2017-01-18 01:02:10 +00:00
<a class="toctext" href="basics.html">
2017-01-17 20:06:28 +00:00
Basics
</a>
</li>
</ul>
</li>
</ul>
</nav>
<article id="docs">
<header>
<nav>
<ul>
<li>
<a href="index.html">
Home
</a>
</li>
</ul>
2017-01-18 01:02:10 +00:00
<a class="edit-page" href="https://github.com/MikeInnes/Flux.jl/tree/7e4cb63967bb912b92cf990deabb45a56207e433/docs/src/index.md">
2017-01-17 20:06:28 +00:00
<span class="fa">
</span>
Edit on GitHub
</a>
</nav>
<hr/>
</header>
<h1>
<a class="nav-anchor" id="Flux-1" href="#Flux-1">
Flux
</a>
</h1>
<p>
2017-01-18 01:02:10 +00:00
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.
2017-01-17 20:06:28 +00:00
</p>
<p>
2017-01-18 01:02:10 +00:00
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.
2017-01-17 20:06:28 +00:00
</p>
<p>
2017-01-18 01:02:10 +00:00
If you&#39;re interested to find out what
<em>
does
</em>
work, read on...
2017-01-17 20:06:28 +00:00
</p>
<footer>
<hr/>
2017-01-18 01:02:10 +00:00
<a class="next" href="basics.html">
2017-01-17 20:06:28 +00:00
<span class="direction">
Next
</span>
<span class="title">
Basics
</span>
</a>
</footer>
</article>
</body>
</html>