-
Notifications
You must be signed in to change notification settings - Fork 0
/
keywords.html
122 lines (106 loc) · 2.54 KB
/
keywords.html
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
121
122
---
layout: default
---
<script type="text/javascript">
document.getElementById('LNcfp').id='leftcurrent';
</script>
<div class="contents">
<h2>Models and Methods</h2>
<ul>
<li>Bayesian methods
<li>Boosting
<li>Causality
<li>Compressed sensing, sparse coding
<li>Deep learning
<li>Ensemble methods
<li>Feature selection
<li>Frequentist methods (Maximum likelihood)
<li>Gaussian processes
<li>Graphical models
<li>Kernel methods
<li>Learning theory
<li>Learning on graphs
<li>Large margin methods
<li>Logic and probability
<li>Information geometry
<li>Information theory
<li>Matrix and tensor factorization
<li>Manifold learning, nonlinear embedding
<li>Model selection
<li>Nonparametric models
<li>Online learning
<li>Representation, structure learning
<li>Sampling
<li>Spatial models
<li>Spectral methods
<li>Stochastic processes
<li>Time series and sequence models
</ul>
<h2>Problem types</h2>
<h3>Supervised learning</h3>
<ul>
<li>Active learning
<li>Classification
<li>Prediction with missing data
<li>Regression
<li>Structured prediction
</ul>
<h3>Unsupervised and semi-supervised learning</h3>
<ul>
<li>Clustering
<li>Density estimation
<li>Dimension reduction
<li>Latent variable models
<li>Topic models
</ul>
<h3>Decision-making and control</h3>
<ul>
<li>Control theory
<li>Decision theory
<li>Game theory
<li>Mechanism design
<li>Multi-agent systems
<li>No-regret learning
<li>Planning
<li>Reinforcement learning
</ul>
<h2>Algorithms and applications</h2>
<h3>Optimization and computation methods</h3>
<ul>
<li>Combinatorial optimization
<li>Convex optimization
<li>Gradient-based optimization
<li>Monte Carlo methods
<li>Numerical methods
</ul>
<h3>Systems and software</h3>
<ul>
<li>High performance architectures
<li>Large-scale learning systems
<li>Parallel and distributed algorithms
<li>Software packages
</ul>
<h3>Applications</h3>
<ul>
<li>Biology and genomics
<li>Brain computer interfaces
<li>Cognitive science
<li>Collaborative filtering, recommendation systems
<li>Computer vision
<li>Data visualization
<li>Economics and finance
<li>Image processing
<li>Informatics
<li>Information retrieval
<li>Medical imaging
<li>Natural language processing, text mining
<li>Network data analysis
<li>Neuroscience
<li>Robotics
<li>Scientific computing, data analysis
<li>Signal processing
<li>Statistical databases
<li>World wide web, search
</ul>
</div>
<!--- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -->