From 2cd59cfa52df0c6d779e76d968a6d9d153f6bebd Mon Sep 17 00:00:00 2001 From: Deniz Yuret Date: Wed, 15 Aug 2018 22:02:52 -0400 Subject: [PATCH] citation fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e7c124..24ffa00 100644 --- a/README.md +++ b/README.md @@ -151,10 +151,10 @@ Ozan Arkan Can and Emre Yolcu for helpful contributions. The suggested citation for AutoGrad is: ``` -@misc{autograd, +@inproceedings{knet2016mlsys, author={Yuret, Deniz}, - title={Autograd: an automatic differentiation package for Julia}, + title={Knet: beginning deep learning with 100 lines of Julia}, year={2016}, - howpublished={\url{https://github.com/denizyuret/AutoGrad.jl}} + booktitle={Machine Learning Systems Workshop at NIPS 2016} } ```