Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
151 views
ubuntu2404
1
% Bibliography for Machine Learning Template
2
3
@inproceedings{he2016deep,
4
title={Deep Residual Learning for Image Recognition},
5
author={He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian},
6
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
7
pages={770--778},
8
year={2016}
9
}
10
11
@article{simonyan2014very,
12
title={Very Deep Convolutional Networks for Large-Scale Image Recognition},
13
author={Simonyan, Karen and Zisserman, Andrew},
14
journal={arXiv preprint arXiv:1409.1556},
15
year={2014}
16
}
17
18
@book{goodfellow2016deep,
19
title={Deep Learning},
20
author={Goodfellow, Ian and Bengio, Yoshua and Courville, Aaron},
21
year={2016},
22
publisher={MIT Press},
23
isbn={978-0262035613}
24
}
25
26
@book{bishop2006pattern,
27
title={Pattern Recognition and Machine Learning},
28
author={Bishop, Christopher M},
29
year={2006},
30
publisher={Springer},
31
series={Information Science and Statistics},
32
isbn={978-0387310732}
33
}
34
35
@book{hastie2009elements,
36
title={The Elements of Statistical Learning: Data Mining, Inference, and Prediction},
37
author={Hastie, Trevor and Tibshirani, Robert and Friedman, Jerome},
38
year={2009},
39
publisher={Springer},
40
edition={2nd},
41
isbn={978-0387848570}
42
}
43
44
@software{scikit-learn,
45
title={Scikit-learn: Machine Learning in Python},
46
author={Pedregosa, Fabian and others},
47
journal={Journal of Machine Learning Research},
48
volume={12},
49
pages={2825--2830},
50
year={2011}
51
}
52
53
@software{numpy2020,
54
title={Array programming with NumPy},
55
author={Harris, Charles R and others},
56
journal={Nature},
57
volume={585},
58
pages={357--362},
59
year={2020},
60
publisher={Nature Publishing Group}
61
}
62
63
@software{matplotlib2007,
64
title={Matplotlib: A 2D graphics environment},
65
author={Hunter, John D},
66
journal={Computing in Science \& Engineering},
67
volume={9},
68
number={3},
69
pages={90--95},
70
year={2007},
71
publisher={IEEE Computer Society}
72
}
73