aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/resources/bib.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/g3doc/resources/bib.md')
-rw-r--r--tensorflow/g3doc/resources/bib.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/tensorflow/g3doc/resources/bib.md b/tensorflow/g3doc/resources/bib.md
index acfdd18767..907f06161e 100644
--- a/tensorflow/g3doc/resources/bib.md
+++ b/tensorflow/g3doc/resources/bib.md
@@ -69,3 +69,19 @@ Yuan Yu, and Xiaoqiang Zheng.
TensorFlow: Large-scale machine learning on heterogeneous systems,
2015. Software available from tensorflow.org.
```
+
+If you use [TF.Learn](https://www.tensorflow.org/tutorials/tflearn/) in your research and would like to cite it, we suggest you cite the [whitepaper](https://arxiv.org/abs/1612.04251):
+
+```
+@article{tang2016tflearn,
+ title={TF.Learn: TensorFlow's High-level Module for Distributed Machine Learning},
+ author={Tang, Yuan},
+ journal={arXiv preprint arXiv:1612.04251},
+ year={2016}
+}
+```
+
+In textual form:
+```
+Tang, Yuan. "TF.Learn: TensorFlow's High-level Module for Distributed Machine Learning." arXiv preprint arXiv:1612.04251 (2016).
+``` \ No newline at end of file