forked from junku901/machine_learning
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 774 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 774 Bytes
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
{
"name": "machine_learning",
"version": "0.1.1",
"description": "Machine learning library for Node.js. You can also use this library in browser.",
"main": "./lib/machine_learning",
"homepage": "http://joonku.com/project/machine_learning",
"repository": {
"type": "git",
"url": "git://github.com/junku901/machine_learning"
},
"keywords": [
"machine learning",
"ml",
"neural network",
"svm",
"support vector machine",
"kmeans",
"knn",
"k nearest neighbors",
"decision tree",
"genetic algorithm",
"nmf",
"non-negative matrix factorization"
],
"author": {
"name": "Joon-Ku Kang",
"email": "junku901@gmail.com"
},
"license": "MIT",
"dependencies": {},
"engines": {
"node": "*"
}
}