-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathindex.html
215 lines (176 loc) · 7.04 KB
/
index.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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta charset="UTF-8">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="img/mlpack-logo.svg" type="image/gif">
<title>mlpack - Home</title>
</head>
<body>
<div style='background-color:#1F364D'>
<!-- NAVIGATION START -->
<div class="wrapperNavigation" style="list-style-type:none;background-color:#1f364d;position:sticky;width:100%;font-family:'Source Sans Pro';top: 0;z-index: 1000;height: 55px">
<div class="box a"></div>
<div class="box a">
<header>
<a id="logo" href="index.html">
<img src="img/mlpack-logo.svg" alt="mlpack">
</a>
<a href="index.html" style="text-decoration: none;font-weight: 400;font-size:18px;color: #fff">mlpack</a>
<nav>
<a href="index.html">Home</a>
<a href="download.html">Download</a>
<a href="doc/index.html">Documentation</a>
<a href="questions.html">Questions</a>
<a href="https://github.com/mlpack/mlpack">GitHub</a>
</nav>
</header>
</div>
<div class="box a"></div>
</div>
<!-- NAVIGATION END -->
<!-- TITLE START -->
<div class="wrapperTitle" style="list-style-type:none;background-color: #1f364d;">
<div class="box a"></div>
<div class="box a">
<div class="title-mlpack">mlpack</div>
<div class="subtitle-mlpack">fast, header-only C++ machine learning library<br />
with bindings to Python, Julia, R, Go, and the command-line</div>
</div>
<div class="box a"></div>
</div>
<!-- TITLE END -->
<div class="main_logo">
<img src="img/mlpack-logo.svg" alt="mlpack logo">
</div>
<!-- INTRO START -->
<div class="wrapperIntro" style="list-style-type:none;background-color: #1f364d;">
<div class="box a"></div>
<div class="intro" id="intro">
<ul>
<li>
Written in C++ and built on
<a href="http://arma.sourceforge.net/">Armadillo</a>,
<a href="https://ensmallen.org/">ensmallen</a>, and
<a href="https://uscilab.github.io/cereal/">cereal</a>.
</li>
<li>
Aims to provide fast, extensible implementations of cutting-edge machine learning algorithms.
</li>
<li>
Read the <a href="https://github.com/mlpack/mlpack/releases">release
announcement.</a>
</li>
</ul>
</div>
<div class="box a"></div>
</div>
<!-- INTRO END -->
<!-- DOWNLOAD -->
<div class="wrapperDownload" style="list-style-type:none;background-color: #1f364d;">
<div class="box a"></div>
<div class="box a" style="text-align:center;margin-top:12px;">
<a id="download-archive" href="download.html"><button class="download-btn">Download mlpack</button></a><br>
<div style="font-size:14px;color:#A0B3C7;margin-top:8px">
<span>Latest version: <b>4.5.1</b></span>
<span style="color:#A0B3C7;"> • </span>
<span id="file-size">6.3MB</span><span style="color:#A0B3C7;"> • </span>
<span id="file-date">released Dec. 4, 2024</span><br>
</div>
</div>
<div class="box a"></div>
</div>
<!-- DOWNLOAD END -->
<br />
</div>
<center>
<!-- CONTENTN START -->
<div class="wrapperContent" style="list-style-type:none;max-width:800px">
<!-- CITATION START -->
<div class="content" id="citationleft" style="padding-right: 10px;">
<h3 style="text-align:center;border-top:none">Citation</h3>
<p>
mlpack uses an open governance model and is fiscally sponsored by NumFOCUS. Please cite the following paper if you use mlpack in your work. Citations are useful for the continued development of the library.
</p>
<center>
<div class="content" id="papers" style="max-width: 700px;">
<!-- PAPER-INFO START -->
<p>
<span>
<b>mlpack 4: a fast, header-only C++ machine learning library.</b>
</span>
<span style="font-size:14px">
R.R. Curtin, M. Edel, O. Shrit, S. Agrawal, S. Basak, J.J. Balamuta, R. Birmingham, K. Dutt, D. Eddelbuettel, R. Garg, S. Jaiswal, A. Kaushik, S.Kim, A. Mukherjee, N.G. Sai, N. Sharma, Y.S. Parihar, R. Swain, and C. Sanderson. Journal of Open Source Software 8:82, 2023.
</span>
<a href="papers/2023mlpack.pdf"><img width="15" src="img/copy-regular.svg" alt="copy"></a> <a href="papers/2023mlpack.bib"><img width="15" src="img/info-circle-solid.svg" alt="info"></a>
</p>
<!-- PAPER-INFO END -->
</div>
</center>
<!-- LICENSE START -->
<h3 style="text-align:center">License</h3>
<p>
<span>mlpack is open source software, licensed under the <a href="https://github.com/mlpack/mlpack/blob/master/LICENSE.txt">permissive 3-clause BSD license.</a></span>
</p>
<!-- LICENSE END -->
</div>
<h3>Support</h3>
<div class="content" id="support" style="padding-right: 10px;">
<p align="justify">
mlpack uses an open governance model and is fiscally sponsored by NumFOCUS. Consider making a tax-deductible
<a href="https://numfocus.org/donate-to-mlpack">donation</a> to help the project pay for developer time, professional services, travel, workshops, and a variety of
other needs.
</p>
<center>
<img style="padding-top:22px;" width="120" src="img/numfocus-logo.png" alt="NumFOCUS">
</center>
<p align="justify">
NumFOCUS is a nonprofit dedicated to supporting the open source scientific computing community. <a href="https://numfocus.org/">Read more</a>.
</p>
<p align="justify">
mlpack has also received support from the following organizations.
</p>
<div class="sponsors">
<div class="sponsor-logo">
<a href="https://www.gatech.edu">
<img src="img/georgia-tech-logo.png" alt="Georgia Tech">
</a>
</div>
<div class="sponsor-logo">
<a href="https://www.fu-berlin.de">
<img src="img/fuberlin-logo.png" alt="Freie Universität Berlin">
</a>
</div>
<div class="sponsor-logo">
<a href="https://www.broadcom.com/products/cybersecurity">
<img src="img/symantec-logo.png" alt="Symantec">
</a>
</div>
<div class="sponsor-logo">
<a href="https://www.nsf.gov">
<img src="img/nsf-logo.png" alt="National Science Foundation">
</a>
</div>
<div class="sponsor-logo">
<a href="https://summerofcode.withgoogle.com">
<img src="img/google-logo.png" alt="Google">
</a>
</div>
</div>
<br>
<br>
<p style="font-size:15px;text-align:center">© 2007 - 2024 mlpack developers (BSD License).</p>
<p style="text-align:center">
<a href="index.html">Home</a>
• <a href="download.html">Download</a>
• <a href="doc/index.html">Documentation</a>
• <a href="questions.html">Questions</a>
• <a href="https://github.com/mlpack/mlpack">GitHub</a>
</p>
</div>
<!-- CONTENT END -->
</center>
<!-- SUPPORT END -->
</body>
</html>