数据集mnist latex引用
时间: 2023-09-08 11:09:24 浏览: 479
mnist数据集
如果您要在LaTeX中引用MNIST数据集,请按照以下步骤进行操作:
1. 在文档开头导入宏包:
```
\usepackage{biblatex}
```
2. 在文中引用MNIST数据集,格式如下:
```
\cite{lecun1998gradient}
```
其中,lecun1998gradient是MNIST数据集的论文引用。
3. 在文末添加参考文献,格式如下:
```
\printbibliography
```
4. 在同级目录下创建一个bib文件,例如mnist.bib,在其中添加MNIST数据集的论文引用,格式如下:
```
@article{lecun1998gradient,
title={Gradient-based learning applied to document recognition},
author={LeCun, Yann and Bottou, L{\'e}on and Bengio, Yoshua and Haffner, Patrick},
journal={Proceedings of the IEEE},
volume={86},
number={11},
pages={2278--2324},
year={1998},
publisher={IEEE}
}
```
以上是引用MNIST数据集的一种方法,您也可以根据实际情况进行调整。
阅读全文