UNPKG

catbrain

Version:

GPU accelerated neural networks made simple for Javascript

50 lines (49 loc) 1.01 kB
{ "name": "catbrain", "version": "0.1.33", "description": "GPU accelerated neural networks made simple for Javascript", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/nguyenphuminh/catbrain.git" }, "keywords": [ "neural-network", "machine-learning", "deep-learning", "ai", "ml", "mlp", "library", "framework", "node", "easy-to-use", "catbrain", "brain", "gpu", "gpu-acceleration" ], "author": "nguyenphuminh", "license": "Apache-2.0", "bugs": { "url": "https://github.com/nguyenphuminh/catbrain/issues" }, "homepage": "https://github.com/nguyenphuminh/catbrain#readme", "devDependencies": { "@types/node": "^22.14.0", "typescript": "^5.3.3" }, "files": [ "dist/", "index.d.ts", "index.js", "LICENSE", "README.md" ], "dependencies": { "gpu.js": "^2.16.0" } }