-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
96 lines (60 loc) · 1.95 KB
/
index.html
File metadata and controls
96 lines (60 loc) · 1.95 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
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<title></title>
</head>
<body>
<h1></h1>
<h2>Simulations</h2>
<ol>
<li> ✓ <a href="RandomWalk2D">2D random walk</a>
<li> ✓ <a href="BML">BML</a>
<li> ✓ <a href="PairsTrading">Pairs Trading</a>
<li> ✓ <a href="ReinforcedRandomWalk">Reinforced 2D random walk</a>
</ol>
<h2>Data Input and memory</h2>
<ol>
<li> ✓ <a href="WirelessDataIO">Mannheim I/O</a>
<li> ✓ <a href="RobotLogsIO">Robots - I/O</a>
<li> <a href="SampleCSV">Sampling streaming records</a>
FastCSV
</ol>
<h2>R Implementations of Some Statistical Methods</h2>
<li> ✓ <a href="Distances">Distance calculations</a>
<li> ✓ <a href="Bootstrap">Simple bootstrap</a>
<br/>
✓ inverse CDF - exponential
<li>✓ <a href="RNG">Acceptance rejection sampling</a>
<li> ✓ <a href="">MCMC</a> (Paul Baines)
<li> ✓ <a href="RNG">MCMC - simple</a>
<br/>
* More interesting example
<li> ✓ <a href="RNG">R implementations of dnorm, rnorm</a>
<br/>
</ol>
<h2>Statistical Algorithms</h2>
<li> ✓ ✓ <a href="Clustering">Hierarchical clustering</a>
<h2>Coming Soon</h2>
<li> Classification Trees
<br/>
Random Forests
<br/>
Current version at <a
href="https://github.com/nick-ulle/mlexamples">https://github.com/nick-ulle/mlexamples</a>
by Nick Ulle
<li>k nearest neighbors
Mannheim wireless data
<li> Log Likelihood Functions - loop fusion
<br/>
optimization (optim BFGS or simulated annealing)
<li>
Spam - Naieve Bayes
<h2>Others</h2>
<li> Birth death process
<!-- https://github.com/nick-ulle/mlexamples -->
<hr>
<address><a href="http://www.stat.ucdavis.edu/~duncan">Duncan Temple Lang</a>
<a href=mailto:dtemplelang@ucdavis.edu><dtemplelang@ucdavis.edu></a></address>
<!-- hhmts start -->
Last modified: Tue Dec 10 11:31:06 PST 2013
<!-- hhmts end -->
</body> </html>