16 lines
1000 B
Markdown
16 lines
1000 B
Markdown
<p align="center">
|
|
<img width="400px" src="https://raw.githubusercontent.com/FluxML/fluxml.github.io/master/logo.png"/>
|
|
</p>
|
|
|
|
[](https://travis-ci.org/FluxML/Flux.jl) [](https://fluxml.github.io/Flux.jl/stable/) [](https://slackinvite.julialang.org/) [](https://doi.org/10.21105/joss.00602)
|
|
|
|
Flux is an elegant approach to machine learning. It's a 100% pure-Julia stack, and provides lightweight abstractions on top of Julia's native GPU and AD support. Flux makes the easy things easy while remaining fully hackable.
|
|
|
|
```julia
|
|
] add Flux
|
|
```
|
|
|
|
See the [documentation](https://fluxml.github.io/Flux.jl/) or the [model zoo](https://github.com/FluxML/model-zoo/) for examples.
|
|
|
|
If you use Flux in your research, please [cite](CITATION.bib) our work.
|