From 2d3f00da29216f9ff33ec5af1362723360dc07c4 Mon Sep 17 00:00:00 2001 From: Mike J Innes Date: Thu, 3 May 2018 18:50:28 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index b8fd360a..0baa74d4 100644 --- a/README.md +++ b/README.md @@ -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. +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 Flux has powerful high-level features, and common architectures can be defined in a few lines.