-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent.bib
More file actions
99 lines (89 loc) · 2.68 KB
/
content.bib
File metadata and controls
99 lines (89 loc) · 2.68 KB
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
95
96
97
98
99
@INCOLLECTION{hladkaliska03lectures,
author = {Eva Hladká and Miloš Liška},
title = {Přednášky ze záznamu na FI MU},
crossref = {cvt-bulletin-xiii-4},
pages = {6-8},
url = {http://ics.muni.cz/bulletin/articles/273.html},
urldate = {2017-12-14},
langid = {czech},
}
@COLLECTION{cvt-bulletin-xiii-4,
volume = {XIII},
issue = {4},
date = {2003-04-04},
crossref = {cvt-bulletin},
}
@COLLECTION{cvt-bulletin,
title = {Zpravodaj ÚVT MU},
issn = {1212-0901},
langid = {czech},
}
@report{novotny18,
title = {Slide retrieval based on lecture recordings},
author = {Vít Novotný},
year = 2018,
institution = {Faculty of Informatics, Masaryk University},
pagetotal = 27,
type = {Report},
url = {https://is.muni.cz/publication/1403377},
urldate = {2018-11-25},
langid = {english},
}
@online{implementation-videos,
title = {A dataset for the evaluation of lecture slide page retrieval based
on lecture recordings},
author = {Vít Novotný},
year = 2018,
url = {https://github.com/video699/implementation-videos},
urldate = {2018-11-25},
langid = {english},
}
@online{implementation-screens,
title = {A dataset containing the positions of projection screens across all
institutions},
author = {Vít Novotný},
year = 2018,
url = {https://github.com/video699/implementation-screens},
urldate = {2018-11-25},
langid = {english},
}
@online{implementation-system,
title = {A system that aligns lecture recordings with study materials},
author = {Vít Novotný},
year = 2018,
url = {https://github.com/video699/implementation-system},
urldate = {2018-11-25},
langid = {english},
}
@online{research-system,
title = {An experimental system for lecture slide page retrieval based on
lecture recordings},
author = {Vít Novotný},
year = 2017,
url = {https://github.com/video699/research-system},
urldate = {2018-11-25},
langid = {english},
}
@online{siamese-cnn-evaluation,
title = {Evaluating “\_KerasSiameseNeuralNetwork”},
author = {Vít Novotný},
year = 2018,
url = {https://github.com/video699/implementation-system/blob/master/docs/notebooks/siamese-cnn-evaluation.ipynb},
urldate = {2018-11-25},
langid = {english},
}
@inproceedings{bromley94,
title={Signature Verification using a ‘Siamese’ Time Delay Neural Network},
author={Bromley, Jane and Guyon, Isabelle and LeCun, Yann and S{\"a}ckinger,
Eduard and Shah, Roopak},
booktitle={Advances in neural information processing systems},
pages={737--744},
year={1994},
}
@online{video699,
title = {Documentation of video699},
author = {Vít Novotný},
url = {https://video699.readthedocs.io},
urldate = {2018-11-25},
langid = {english},
}