Flux: Elegant machine learning with Julia 论文
2018The Journal of Open Source Software引用 363顶会
Computational Physics and Python Applications
摘要
Flux is library for machine learning (ML), written using the numerical computing language Julia The package allows models to be written using Julia's simple mathematical syntax, and applies automatic differentiation (AD) to seamlessly calculate derivatives and train the model. Meanwhile, it makes heavy use of Julia's language and compiler features to carry out code analysis and make optimisations. For example, Julia's GPU compilation support (Besard, Foket, and De Sutter 2017) can be used to JIT-compile custom GPU kernels for model layers (Innes and others 2017a).