forked from anowell/are-we-learning-yet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crates.yaml
403 lines (281 loc) · 8.82 KB
/
crates.yaml
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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
# Crates listed in this file are used to generate crates_generated.yaml
#
# Notes:
# - Entries are alphabetical by crate name
# - Any value listed in this file will take precendence over the value retrieved from crates.io or the GitHub API
# This is especially useful for writing more complete descriptions
# - Crates not published to crates.io can be added by 'repository', but will lack some generated data
# - Crates with non-Github repos are fine, but will currently lack some generated data
# - Topics are defined are defined in the _topics directory; new topics require new topic pages
- name: accel
topics: ["scientific-computing", "gpu-computing"]
- name: alumina
topics: ["neural-networks"]
- name: arff
topics: ["data-preprocessing"]
- name: argmin
topics: ["scientific-computing", "metaheuristics"]
- name: arrayfire
topics: ["gpu-computing"]
- name: arrow
topics: ["data-preprocessing", "data-structures"]
- name: auto-diff
topics: ["neural-networks"]
- name: autograd
topics: ["neural-networks"]
- name: autograph
topics: ["neural-networks"]
- name: bacon-sci
topics: ["scientific-computing"]
- name: bio
topics: ["scientific-computing", "data-structures"]
- name: blas
topics: ["scientific-computing", "gpu-computing"]
- name: blasoxide
topics: ["scientific-computing"]
- name: bvh
topics: ["data-structures"]
- name: cgmath
topics: ["scientific-computing"]
- name: clarabel
topics: ["scientific-computing"]
documentation: https://oxfordcontrol.github.io/ClarabelDocs/
- name: classifier
topics: ["linear-classifiers"]
- name: coaster
topics: ["scientific-computing", "gpu-computing"]
- name: cogent
topics: ["neural-networks"]
- name: cogset
topics: ["clustering"]
- name: collenchyma
topics: ["scientific-computing", "gpu-computing"]
- name: cntk
topics: ["neural-networks"]
- name: csv
topics: ["data-preprocessing"]
- name: cublas
description: "safe Rust wrapper for CUDA's cuBLAS"
topics: ["gpu-computing"]
- name: cuda
topics: ["gpu-computing"]
- name: cuda-std
topics: ["gpu-computing"]
- name: cudnn
topics: ["gpu-computing"]
- name: cumath
topics: ["gpu-computing"]
- name: cuticula
topics: ["data-preprocessing"]
- name: daggy
documentation: http://mitchmindtree.github.io/daggy/daggy/
topics: ["data-structures"]
- name: darwin-rs
topics: ["metaheuristics"]
- name: datafusion
topics: ["data-preprocessing"]
- name: densearray
topics: ["data-structures"]
- name: dfdx
topics: ["neural-networks", "reinforcement", "linear-classifiers"]
- name: drug
topics: ["neural-networks"]
- name: em
description: "A macro for executing a subset of Rust with OpenCL"
topics: ["gpu-computing", "scientific-computing"]
- name: emu_core
repository: https://github.com/calebwin/emu
description: "A low-level modular, extensible GPGPU compute library with cross-platform support"
documentation: https://calebwin.github.io/emu
topics: ["gpu-computing", "scientific-computing"]
- name: emu_core
repository: https://github.com/calebwin/emu
description: "A wrapper type for storing/manipulating data on a GPU"
documentation: https://calebwin.github.io/emu
topics: ["data-structures"]
- name: evo
topics: ["metaheuristics"]
- name: euclid
topics: ["scientific-computing"]
- name: faiss
topics: ["clustering", "data-structures"]
- name: fann
topics: ["neural-networks"]
- name: finalfusion
topics: ["nlp", "data-structures"]
- name: forester
topics: ["decision-trees"]
- name: genetic
topics: ["metaheuristics"]
- name: GSL
topics: ["scientific-computing"]
- name: hal-ml
topics: ["neural-networks"]
- name: hdf5
topics: ["data-preprocessing"]
- name: juice
topics: ["neural-networks"]
- name: kddbscan
topics: ["clustering"]
- name: kmeans-colors
topics: ["clustering","scientific-computing"]
- name: kmedoids
topics: ["clustering"]
- name: lapack
topics: ["scientific-computing"]
- name: leaf
topics: ["neural-networks"]
- name: linfa
topics: ["clustering"]
- name: linxal
topics: ["scientific-computing"]
- name: matrixmultiply
topics: ["scientific-computing"]
- name: metaheuristics
topics: ["metaheuristics"]
- name: mop
topics: ["metaheuristics", "scientific-computing"]
- name: nalgebra
topics: ["scientific-computing"]
- name: ndarray
topics: ["data-structures"]
- name: ndarray-glm
topics: ["scientific-computing"]
- name: ndarray-linalg
topics: ["scientific-computing"]
- name: ndarray-stats
topics: ["scientific-computing"]
- name: ndsparse
topics: ["data-structures"]
- name: neuroflow
topics: ["neural-networks"]
- name: neuronika
topics: ["neural-networks", "scientific-computing"]
- name: newton_rootfinder
topics: ["scientific-computing"]
- name: ngt
topics: ["data-structures"]
- name: nn
topics: ["neural-networks"]
- name: num
topics: ["data-structures"]
- name: numeric
topics: ["data-structures"]
- name: numrs
topics: ["scientific-computing"]
- name: ocl
topics: ["gpu-computing"]
- name: openml
topics: ["data-preprocessing"]
- name: oxigen
topics: ["metaheuristics"]
- name: parenchyma
topics: ["scientific-computing", "gpu-computing"]
- name: peroxide
topics: ["scientific-computing"]
- name: petgraph
topics: ["data-structures"]
- name: polars
topics: ["data-preprocessing", "data-structures"]
- name: prophet
topics: ["neural-networks"]
- name: qcgpu
topics: ["scientific-computing"]
- name: rds
topics: ["data-structures"]
- name: rettle
topics: ["data-preprocessing"]
- name: revonet
topics: ["metaheuristics", "neural-networks"]
- name: roulette-wheel
topics: ["data-structures"]
- name: rsgenetic
topics: ["metaheuristics"]
- name: rsrl
topics: ["reinforcement"]
- name: rulinalg
topics: ["scientific-computing"]
- name: rurel
topics: ["reinforcement"]
- name: rust2vec
topics: ["nlp", "data-structures"]
- name: rustacuda
topics: ["scientific-computing", "gpu-computing"]
- name: rustlearn
topics: ["linear-classifiers", "decision-trees"]
- name: rusticsom
topics: ["clustering"]
- name: rustml
topics: ["neural-networks", "clustering"]
- name: rust-bert
topics: ["nlp"]
- name: rusty-data
documentation: https://athemathmo.github.io/rusty-data/
topics: ["data-preprocessing"]
- name: rusty-machine
topics: ["neural-networks", "linear-classifiers", "clustering"]
- name: scirust
topics: ["scientific-computing"]
- name: simplers_optimization
topics: ["metaheuristics"]
- name: smartcore
documentation: https://smartcorelib.org/
topics: ["data-structures", "linear-classifiers", "clustering", "scientific-computing", "decision-trees"]
- name: statrs
topics: ["scientific-computing"]
- name: sprs
topics: ["data-structures", "scientific-computing"]
- name: tch
topics: ["neural-networks"]
- name: tokenizers
topics: ["data-preprocessing"]
- name: tensorflow
topics: ["neural-networks"]
- name: timely
topics: ["data-preprocessing"]
- name: tflite
topics: ["neural-networks"]
- name: tract
topics: ["neural-networks"]
- name: tvm
topics: ["neural-networks"]
- name: utah
repository: https://github.com/kernelmachine/utah
topics: ["data-structures"]
- name: vulkano
topics: ["gpu-computing"]
- name: xgboost
topics: ["decision-trees"]
description: "Rust bindings for the XGBoost gradient boosted trees library."
- name: wgpu
topics: ["gpu-computing"]
- name: wonnx
topics: ["neural-networks", "gpu-computing"]
- repository: https://github.com/torchrs/torchrs
description: "Torch.rs (torturous) is a set of Rust bindings for torch intended to provide an API very close to that of PyTorch."
license: BSD-2-Clause
topics: ["neural-networks"]
- repository: https://github.com/luqmana/rust-opencl
description: "OpenCL bindings for Rust."
license: MIT/Apache-2.0
topics: ["gpu-computing"]
- repository: https://github.com/pengowen123/eant2
description: "EANT2 is an metaheuristicsary algorithm that uses the Common Genetic Encoding (CGE) to encode neural networks and CMA-ES as a weight optimizer. EANT2 evolves the topology of the Neural Network and CMA-ES tries to find the optimal weights for each topology."
documentation: https://pengowen123.github.io/eant2/eant2/index.html
license: GPL-3.0
topics: ["metaheuristics"]
- repository: https://github.com/tedsta/deeplearn-rs
description: "Deep neural networks in Rust"
license: MIT
topics: ["neural-networks"]
- repository: https://github.com/NivenT/REnforce
description: "Reinforcement library written in Rust"
topics: ["reinforcement"]
- repository: https://github.com/opendifferentialprivacy/whitenoise-core
description: "Differential privacy validator and runtime"
license: MIT
topics: ["data-preprocessing"]
- repository: https://github.com/outbrain/fwumious_wabbit
description: "Fast logistic regression and field-aware factorization machines in Rust"
license: BSD
topics: ["neural-networks", "linear-classifiers"]