-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbibliography_web.bib
96 lines (94 loc) · 3.35 KB
/
bibliography_web.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
@misc{ARCHAMBAULT,
author = {Archambault, Michael},
mendeley-groups = {deep colorization web},
title = {{A Brief History of Color Photography, From Dream to Reality}},
url = {https://petapixel.com/2015/10/11/a-brief-history-of-color-photography-from-dream-to-reality/},
howpublished = {https://petapixel.com/2015/10/11/a-brief-history-of-color-photography-from-dream-to-reality/},
urldate = {2017-06-28},
note = {Dostopano: 28. 6. 2017}
}
@misc{Everding,
author = {Everding, Holger},
mendeley-groups = {deep colorization web},
title = {{CIELAB boundaries – the borders of the CIELAB color space}},
url = {https://www.freiefarbe.de/en/grenzen-des-cielab-farbraums/},
howpublished = {https://www.freiefarbe.de/en/grenzen-des-cielab-farbraums/},
urldate = {2017-06-27},
note = {Dostopano: 27. 6. 2017}
}
@misc{Gibson,
author = {Gibson, Adam and Nicholson, Cris and Patterson, Josh},
mendeley-groups = {deep colorization web},
title = {{Introduction to Deep Neural Networks}},
url = {https://deeplearning4j.org/neuralnet-overview},
howpublished = {https://deeplearning4j.org/neuralnet-overview},
note = {Dostopano: 26. 6. 2017}
}
@misc{Dahl,
author = {Dahl, Ryan},
booktitle = {http://tinyclouds.org/colorize/},
mendeley-groups = {deep colorization web},
title = {{Automatic Colorization}},
url = {http://tinyclouds.org/colorize/},
howpublished = {http://tinyclouds.org/colorize/},
year = {2016},
note = {Dostopano: 1. 6. 2017}
}
@misc{Lin,
author = {Lindboloom, Bruce Justin},
title = {{XYZ to Lab}},
howpublished = {http://www.brucelindbloom.com/index.html?Eqn\_XYZ\_to\_Lab.html},
year = {2016},
note = {Dostopano: 26. 6. 2017}
}
@misc{django,
mendeley-groups = {deep colorization web},
title = {{Django (Version 1.11.02) [Computer Software]}},
howpublished = {https://djangoproject.com},
year = {2017}
}
@misc{chollet2015keras,
title={Keras},
author={Chollet, Fran\c{c}ois and others},
year={2015},
publisher={GitHub},
howpublished={\url{https://github.com/fchollet/keras}},
}
@misc{tensorflow2015-whitepaper,
title={ {TensorFlow}: Large-Scale Machine Learning on Heterogeneous Systems},
url={http://tensorflow.org/},
note={Software available from tensorflow.org},
author={
Mart\'{\i}n~Abadi and
Ashish~Agarwal and
others},
year={2015},
}
@ARTICLE{2016arXiv160502688short,
author = {{Theano Development Team}},
title = "{Theano: A {Python} framework for fast computation of mathematical expressions}",
journal = {arXiv e-prints},
volume = {abs/1605.02688},
primaryClass = "cs.SC",
keywords = {Computer Science - Symbolic Computation, Computer Science - Learning, Computer Science - Mathematical Software},
year = 2016,
month = may,
url = {http://arxiv.org/abs/1605.02688},
}
@inproceedings{Seide:2016:CMO:2939672.2945397,
author = {Seide, Frank and Agarwal, Amit},
title = {CNTK: Microsoft's Open-Source Deep-Learning Toolkit},
booktitle = {Proceedings of the 22Nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining},
series = {KDD '16},
year = {2016},
isbn = {978-1-4503-4232-2},
location = {San Francisco, California, USA},
pages = {2135--2135},
numpages = {1},
url = {http://doi.acm.org/10.1145/2939672.2945397},
doi = {10.1145/2939672.2945397},
acmid = {2945397},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {CNTK, computational networks, deep learning, neural network learning toolkit, neural networks},
}