-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
47 lines (46 loc) · 1 KB
/
package.json
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
{
"name": "generics.js",
"version": "0.5.5",
"description": "A minimal library for Deep learning for the web",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/generic-matrix/generics.js.git"
},
"scripts": {
"test": "node test.js"
},
"files": [
"src"
],
"keywords": [
"deep learning",
"neural networks",
"AI",
"data science",
"ANN",
"CNN",
"k fold cross validation",
"reinforcement learning",
"generics.js",
"artificial-intelligence",
"feed forward",
"neural network",
"classifier",
"neural network",
"neural-networks",
"machine-learning",
"synapse",
"time series prediction",
"accelerated deep learning",
"cuda deep learning",
"deep learning examples"
],
"author": "The generics.js Team <[email protected]>",
"license": "MIT",
"dependencies": {
"csv-parser": "^2.3.0",
"image-js": "^0.21.6"
},
"homepage": "https://www.trygistify.com/generics"
}