diff --git a/README.md b/README.md index 8822e135735..16795ac5e17 100644 --- a/README.md +++ b/README.md @@ -39,3 +39,19 @@ You may want to write your deep learning programs using BigDL if: * You can post bug reports and feature requests at the [Issue Page](https://github.com/intel-analytics/BigDL/issues) * You may refer to [Analytics Zoo](https://github.com/intel-analytics/analytics-zoo) for high level pipeline APIs, built-in deep learning models, reference use cases, etc. on Spark and BigDL + +## Citing BigDL +If you've found BigDL useful for your project, you can cite the [paper](https://arxiv.org/abs/1804.05839) as follows: +``` +@inproceedings{SOCC2019_BIGDL, + title={Bigdl: A Distributed Deep Learning Framework for Big Data}, + author={Dai, Jason (Jinquan) and Wang, Yiheng and Qiu, Xin and Ding, Ding and Zhang, Yao and Wang, Yanzhang and Jia, Xianyan and Zhang, Li (Cherry) and Wan, Yan and Li, Zhichao and Wang, Jiao and Huang, Shengsheng and Wu, Zhongyuan and Wang, Yang and Yang, Yuhao and She, Bowen and Shi, Dongjie and Lu, Qi and Huang, Kai and Song, Guoqiong}, + booktitle={Proceedings of the ACM Symposium on Cloud Computing}, + publisher={Association for Computing Machinery}, + pages={50--60}, + year={2019}, + series={SoCC'19}, + doi={10.1145/3357223.3362707}, + url={https://arxiv.org/pdf/1804.05839.pdf} +} +```