-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
69 lines (69 loc) · 1.88 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "machine-learning-in-javascript",
"version": "1.0.0",
"description": "Machine Learning in JS course materials",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/experoinc/machine-learning-in-javascript.git"
},
"keywords": [
"machine",
"learning",
"javascript",
"jupyter"
],
"author": "steve purves",
"license": "MIT",
"bugs": {
"url": "https://github.com/experoinc/machine-learning-in-javascript/issues"
},
"homepage": "https://github.com/experoinc/machine-learning-in-javascript#readme",
"dependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-runtime": "^6.26.0",
"console.table": "^0.9.1",
"convnetjs": "^0.3.0",
"csv-parse": "^1.2.2",
"encog": "^1.2.5",
"entropyjs": "0.0.1",
"expectation-maximization": "^1.5.0",
"gaussian-mixture-model": "^0.1.4",
"libsvm-js": "^0.1.2",
"lodash": "^4.17.4",
"ml-confusion-matrix": "^0.3.0",
"ml-cross-validation": "^1.1.0",
"ml-distance": "^2.1.1",
"ml-hclust": "^1.3.0",
"ml-kmeans": "^3.0.0",
"ml-knn": "^2.1.1",
"ml-pca": "^2.1.0",
"ml-performance": "^0.2.0",
"ml-preprocess": "^0.1.0",
"ml-random-forest": "^1.0.2",
"ml-svm": "^2.1.2",
"mljs": "^8.0.9",
"ndarray": "^1.0.18",
"ndarray-fill": "^1.0.2",
"ndarray-linspace": "^2.0.3",
"ndarray-ops": "^1.2.2",
"ndarray-pack": "^1.2.1",
"ndarray-unpack": "^1.0.0",
"neocortex-js": "^0.5.0",
"node-fetch": "^1.7.3",
"pandas-js": "^0.2.4",
"plotly": "^1.0.6",
"plotly-notebook-js": "0.1.2",
"regression": "^2.0.0",
"svm": "^0.1.1",
"text-table": "^0.2.0",
"vis": "^4.20.1",
"yarn": "^1.3.2",
"zeros": "^1.0.0"
}
}