Update README.md

This commit is contained in:
Mike J Innes 2018-05-03 18:50:28 +01:00 committed by GitHub
parent 180c2433fe
commit 2d3f00da29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -12,6 +12,18 @@ julia> Pkg.add("Flux")
See the [documentation](http://fluxml.github.io/Flux.jl/) or the [model zoo](https://github.com/FluxML/model-zoo/) for examples. See the [documentation](http://fluxml.github.io/Flux.jl/) or the [model zoo](https://github.com/FluxML/model-zoo/) for examples.
If you use Flux in research, please cite the following paper:
```
@article{innes:2018,
author = {Mike Innes},
title = {Flux: Elegant Machine Learning with Julia},
journal = {Journal of Open Source Software},
year = {2018},
doi = {10.21105/joss.00602},
}
```
## Features ## Features
Flux has powerful high-level features, and common architectures can be defined in a few lines. Flux has powerful high-level features, and common architectures can be defined in a few lines.