tf-kmeans
Version:
A Library for Calculating K-Means using Tensorflow
38 lines (37 loc) • 811 B
JSON
{
"name": "tf-kmeans",
"version": "0.0.3",
"description": "A Library for Calculating K-Means using Tensorflow",
"keywords": [
"kmeans",
"kmeans-clustering",
"tensorflow",
"ML",
"Machine-Learning",
"MachineLearning",
"tf",
"tfjs"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"author": "Pratik Chowdhury",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pratikpc/tf-kmeans.git"
},
"bugs": {
"url": "https://github.com/pratikpc/tf-kmeans/issues"
},
"homepage": "https://github.com/pratikpc/tf-kmeans#readme",
"devDependencies": {
"typescript": "3.5.3",
"@tensorflow/tfjs": "latest"
},
"peerDependencies": {
"@tensorflow/tfjs": "latest"
}
}