forked from COD1995/A-Comprehensive-Note-on-Machine-Learning
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreferences.bib
More file actions
21 lines (20 loc) · 846 Bytes
/
Copy pathreferences.bib
File metadata and controls
21 lines (20 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@article{wang2023comprehensive,
title = {A comprehensive survey of continual learning: Theory, method and application},
author = {Wang, Liyuan and Zhang, Xingxing and Su, Hang and Zhu, Jun},
journal = {arXiv preprint arXiv:2302.00487},
year = {2023}
}
@article{szegedy2013intriguing,
title = {Intriguing properties of neural networks},
author = {Szegedy, Christian and Zaremba, Wojciech and Sutskever, Ilya and Bruna, Joan and Erhan, Dumitru and Goodfellow, Ian and Fergus, Rob},
journal = {arXiv preprint arXiv:1312.6199},
year = {2013}
}
@misc{hinton2015distilling,
title = {Distilling the Knowledge in a Neural Network},
author = {Geoffrey Hinton and Oriol Vinyals and Jeff Dean},
year = {2015},
eprint = {1503.02531},
archiveprefix = {arXiv},
primaryclass = {stat.ML}
}