forked from myxxxsquared/PhDDoc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
thesis.bib
34 lines (31 loc) · 1019 Bytes
/
thesis.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
@article{test-en,
author = {Author},
title = {Title},
type = {J},
journal = {Journal},
date = {2014-04-01},
language = {english},
}
@article{test-zh,
author = {作者},
title = {标题},
type = {J},
journal = {期刊},
date = {2014-04-01},
language = {chinese},
}
@inproceedings{pei2017deepxplore,
title={Deepxplore: Automated whitebox testing of deep learning systems},
author={Pei, Kexin and Cao, Yinzhi and Yang, Junfeng and Jana, Suman},
booktitle={proceedings of the 26th Symposium on Operating Systems Principles},
pages={1--18},
year={2017}
}
@inproceedings{ma2018deepgauge,
title={Deepgauge: Multi-granularity testing criteria for deep learning systems},
author={Ma, Lei and Juefei-Xu, Felix and Zhang, Fuyuan and Sun, Jiyuan and Xue, Minhui and Li, Bo and Chen, Chunyang and Su, Ting and Li, Li and Liu, Yang and others},
booktitle={Proceedings of the 33rd ACM/IEEE International Conference on Automated Software Engineering},
pages={120--131},
year={2018}
}
% vim:ts=4:sw=4