Flux.jl/paper/paper.bib

51 lines
1.3 KiB
BibTeX

@misc{Julia,
author = {Jeff Bezanson and Alan Edelman and Stefan Karpinski and Viral B. Shah},
title = {Julia: A Fresh Approach to Numerical Computing},
journal = {SIAM Review},
volume = {59},
year = {2017},
doi = {10.1137/141000671},
howpublished = {\url{julialang.org/publications/julia-fresh-approach-BEKS.pdf}}
}
@article{besard:2017,
author = {Tim Besard and Christophe Foket and De Sutter, Bjorn},
title = {Effective Extensible Programming: Unleashing {Julia} on {GPUs}},
journal = {arXiv},
volume = {abs/11712.03112},
year = {2017},
url = {https://arxiv.org/abs/1712.03112},
}
@online{MLPL,
author = {Mike Innes and others},
title = {On Machine Learning and Programming Languages},
year = 2017,
url = {https://julialang.org/blog/2017/12/ml&pl},
urldate = {2018-02-16}
}
@online{CuArrays,
author = {Mike Innes and others},
title = {Generic GPU Kernels},
year = 2017,
url = {https://mikeinnes.github.io/2017/08/24/cudanative.html},
urldate = {2018-02-16}
}
@online{Zoo,
author = {Mike Innes and others},
title = {Flux Model Zoo},
year = 2018,
url = {https://github.com/FluxML/model-zoo/},
urldate = {2018-02-16}
}
@online{Minibatch,
author = {James Bradbury},
title = {Minibatch.jl},
year = 2018,
url = {https://github.com/jekbradbury/Minibatch.jl},
urldate = {2018-02-16}
}