60 lines
2.2 KiB
JavaScript
60 lines
2.2 KiB
JavaScript
var documenterSearchIndex = {"docs": [
|
|
|
|
{
|
|
"location": "index.html#",
|
|
"page": "Home",
|
|
"title": "Home",
|
|
"category": "page",
|
|
"text": ""
|
|
},
|
|
|
|
{
|
|
"location": "index.html#Flux:-The-Julia-Machine-Learning-Library-1",
|
|
"page": "Home",
|
|
"title": "Flux: The Julia Machine Learning Library",
|
|
"category": "section",
|
|
"text": "Flux is a library for machine learning. Flux comes \"batteries-included\" with many useful tools built in, but also lets you use the full power of the Julia language where you need it. The whole stack is implemented in clean Julia code (right down to the GPU kernels) and any part can be tweaked to your liking."
|
|
},
|
|
|
|
{
|
|
"location": "index.html#Installation-1",
|
|
"page": "Home",
|
|
"title": "Installation",
|
|
"category": "section",
|
|
"text": "Install Julia 0.6.0 or later, if you haven't already.Pkg.add(\"Flux\")\nPkg.test(\"Flux\") # Check things installed correctlyStart with the basics. The model zoo is also a good starting point for many common kinds of models."
|
|
},
|
|
|
|
{
|
|
"location": "models/basics.html#",
|
|
"page": "Basics",
|
|
"title": "Basics",
|
|
"category": "page",
|
|
"text": ""
|
|
},
|
|
|
|
{
|
|
"location": "models/recurrence.html#",
|
|
"page": "Recurrence",
|
|
"title": "Recurrence",
|
|
"category": "page",
|
|
"text": ""
|
|
},
|
|
|
|
{
|
|
"location": "contributing.html#",
|
|
"page": "Contributing & Help",
|
|
"title": "Contributing & Help",
|
|
"category": "page",
|
|
"text": ""
|
|
},
|
|
|
|
{
|
|
"location": "contributing.html#Contributing-1",
|
|
"page": "Contributing & Help",
|
|
"title": "Contributing",
|
|
"category": "section",
|
|
"text": "If you need help, please ask on the Julia forum, the slack (channel #machine-learning), or Flux's Gitter.Right now, the best way to help out is to try out the examples and report any issues or missing features as you find them. The second best way is to help us spread the word, perhaps by starring the repo.If you're interested in hacking on Flux, most of the code is pretty straightforward. Adding new layer definitions or cost functions is simple using the Flux DSL itself, and things like data utilities and training processes are all plain Julia code.If you get stuck or need anything, let us know!"
|
|
},
|
|
|
|
]}
|