-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpr_refs.bib
More file actions
120 lines (105 loc) · 4 KB
/
pr_refs.bib
File metadata and controls
120 lines (105 loc) · 4 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
@article{greenwade93,
author = "David Salmon",
title = "The {C}omprehensive {T}ex {A}rchive {N}etwork ({CTAN})",
year = "1993",
journal = "TUGBoat",
volume = "14",
number = "3",
pages = "342--351"
}
@misc{pca,
author = {Kim, Tae-Kyun},
title = {Face Recognition by Eigenfaces - Principal Component Analysis},
month = {October},
year = {2016},
publisher = {Imperial College London, Electrical and Electronic Engineering Department}
}
@misc{discriminant,
author = {Kim, Tae-Kyun},
title = {Discriminant Analysis - Fisher Linear Discriminant & Multiple Discriminant Analysis},
month = {November},
year = {2016},
publisher = {Imperial College London, Electrical and Electronic Engineering Department}
}
@misc{svm,
author = {Kim, Tae-Kyun},
title = {Categorisation by Support Vector Machine},
month = {November},
year = {2016},
publisher ={Imperial College London, Electrical and Electronic Engineering Department}
}
@misc{multiple,
author = {Kim, Tae-Kyun},
title = {Multiple Classifiers - Ensemble Learning, Committee Machine},
month = {November},
year = {2016},
publisher = {Imperial College London, Electrical and Electronic Engineering Department}
}
@misc{metrics,
author = {Mikolajczyk, Krystian},
title = {Pattern Recognition - Distance Metrics},
month = {November},
year = {2016},
publisher = {Imperial College London, Electrical and Electronic Engineering Department}
}
@misc{fitting,
author = {Mikolajczyk, Krystian},
title = {Pattern Recognition - Model Fitting},
month = {November},
year = {2016},
publisher = {Imperial College London, Electrical and Electronic Engineering Department}
}
@misc{nn,
author = {Mikolajczyk, Krystian},
title = {Pattern Recognition - Neural Networks},
month = {November},
year = {2016},
publisher = {Imperial College London, Electrical and Electronic Engineering Department}
}
@misc{linear,
author = {C. W. Hsu, C. C. Chang, C. J. Lin},
title = {A Practical Guide to Support Vector Classification},
month = {May},
year = {2016},
publisher = {Department of Computer Science, National Taiwan University},
note = "Retrieved from \url{https://www.csie.ntu.edu.tw/~cjlin/papers/guide/guide.pdf} on 2 Jan 2017."
}
@misc{scale,
author = {N, Kumar},
title = {Using Support Vector Machines Effectively},
month = {March},
year = {2014},
note = "Retrieved from \url{http://neerajkumar.org/writings/svm/} on 2 Jan 2017."
}
@misc{ratio1,
author = {Andrew},
title = {Why split data in the ratio 70:30?},
month = {Jul},
year = {2012},
note = "Retrieved from \url{http://information-gain.blogspot.sg/2012/07/why-split-data-in-ratio-7030.html} on 2 Jan 2017."
}
@misc{cov,
author = {Karen Grace-Martin},
title = {Covariance Matrices, Covariance Structures, and Bears, Oh My!},
year = {2012},
note = "Retrieved from \url{http://www.theanalysisfactor.com/covariance-matrices/} on 2 Jan 2017."
}
@misc{kmeans,
author = {MathWorks},
title = {k-Means Clustering},
year = {2016},
note = "Retrieved from \url{https://uk.mathworks.com/help/stats/k-means-clustering.html} on 2 Jan 2017."
}
@misc{pdist,
author = {MathWorks},
title = {pdist - Pairwise distance between pairs of objects},
year = {2016},
note = "Retrieved from \url{https://uk.mathworks.com/help/stats/pdist.html} on 2 Jan 2017."
}
@article{infrared,
author = {Q. K. Dang and Y. S. Suh},
title = "Human-following robot using infrared camera",
journal = "11th International Conference on Control, Automation, and Systems (ICCAS)",
year = "2011",
month = "Oct",
}