-
Notifications
You must be signed in to change notification settings - Fork 18
/
questions.html
145 lines (121 loc) · 5.64 KB
/
questions.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
<!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 - Questions</title>
</head>
<body>
<!-- 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 -->
<br>
<!-- FAQ START -->
<center>
<div style="max-width:800px;text-align:left">
<h3>I found a bug in the code and/or documentation. How do I report it?</h3>
<p align="justify">
Please make a small and self-contained program that exposes the bug, and then open an issue at the Github repo.
Issue templates are available to help with the bug report process.
You can also use one of the <a href="#chat">chat channels</a>.
</p>
<h3>How do I cite mlpack in my work?</h3>
<p align="justify">
Please cite the following paper if you use mlpack in your work. Citations are useful for the continued development
of the library.
</p>
<p align="justify">
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.
<b>"mlpack 4: a fast, header-only C++ machine learning library."</b> Journal of Open Source Software 8:82, 2023.
<a href="papers/2023mlpack.bib">[bibtex]</a>
</p>
<h3>What is the distribution license for mlpack?</h3>
<p align="justify">
mlpack is licensed under the permissive <a href="http://opensource.org/licenses/BSD-3-Clause">3-clause BSD
license</a>. See also a <a href="https://tldrlegal.com/license/bsd-3-clause-license-(revised)">Quick Summary</a> of the license.
</p>
<h3>Who are the developers?</h3>
<p align="justify">
mlpack is a community-led effort. mlpack uses an open governance model and is fiscally sponsored by NumFOCUS.
Consider making a <a href="https://numfocus.org/donate-to-mlpack">tax-deductible</a> donation to help the project pay for developer time, professional services,
travel, workshops, and a variety of other needs. See the <a href="doc/developer/community.html">community page</a> for more details and a list of contributors.
</p>
<h3>What are the development goals?</h3>
<p align="justify">
See the <a
href="https://www.mlpack.org/papers/vision.pdf">vision document</a>, which lays
out a number of development goals and directions for mlpack in the short- to
medium-term future.
</p>
<h3>Where is the source code?</h3>
<p align="justify">
mlpack development is done on <a href="https://github.com/mlpack/mlpack">GitHub</a> and the source code is
available there. There are a few related repositories that might be worth checking out also:
<br><br>
<span style="color:#D0331F">•</span> <a href="https://github.com/mlpack/ensmallen/">ensmallen</a>: numerical optimization library<br>
<span style="color:#D0331F">•</span> <a href="https://github.com/mlpack/examples/">examples</a>: simple examples of mlpack usage<br>
<span style="color:#D0331F">•</span> <a href="https://github.com/mlpack/models/">models</a>: additional implementations of machine learning models
</p>
<h3>Do you accept contributions?</h3>
<p align="justify">
Contributions are absolutely welcome for mlpack, and anyone is welcome to
participate and contribute. See the <a href="doc/developer/community.html">community page</a> for more details.
</p>
<a name="chat"><h3>Is there a real-time chat channel?</h3>
<p align="justify">
The mlpack community uses <a href="https://matrix.org">Matrix</a>, in the
room <code>#mlpack:matrix.org</code>. You will need to set up a matrix.org
account and use a client such as
<a href="https://matrix.org/ecosystem/clients/element/">Element</a> or others.
</p>
<p align="justify">
A Slack workspace is also available at
<a href="https://mlpack.slack.com/">mlpack.slack.com</a>; in order to create an
account, you'll need to use the auto-inviter to send yourself an invite: <a
href="http://slack-inviter.mlpack.org:4000/">slack-inviter.mlpack.org:4000</a>.
Note that the Slack channel is a bridged version of the Matrix channel, and it
is generally a better experience to use Matrix.
</p>
</div>
</center>
<!-- FAQ START -->
<br>
<!-- FOOTER START -->
<center>
<br>
<br>
<br>
<br>
<div style="max-width:800px">
<p style="font-size:15px;">© 2007 - 2024 mlpack developers (BSD License).</p>
<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>
</div>
</center>
<!-- FOOTER END -->
</body>
</html>