Flux.jl/docs/src/index.md

15 lines
537 B
Markdown
Raw Normal View History

2017-01-16 00:46:50 +00:00
# Flux
2017-09-07 05:38:41 +00:00
Flux is a library for machine learning, implemented in Julia. Flux lets you use the full power of the Julia language while providing a set of useful helper functionality, like common mathematical functions and optimisers.
# Installation
Install [Julia 0.6.0 or later](https://julialang.org/downloads/), if you haven't already.
```julia
Pkg.add("Flux")
Pkg.test("Flux") # Check things installed correctly
```
Start with the [basics](basics.html). The [model zoo] is also a good starting point for many common kinds of models.