catniff
Version:
A small Torch-like deep learning framework for Javascript
50 lines (49 loc) • 976 B
JSON
{
"name": "catniff",
"version": "0.5.3",
"description": "A small Torch-like deep learning framework for Javascript",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nguyenphuminh/catniff.git"
},
"keywords": [
"catniff",
"autograd",
"autodiff",
"ml",
"dl",
"ai",
"maths",
"gradient",
"tensors",
"library",
"framework",
"neural-network",
"machine-learning",
"deep-learning",
"micrograd",
"tinygrad",
"torch",
"pytorch"
],
"author": "nguyenphuminh",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/nguyenphuminh/catniff/issues"
},
"homepage": "https://github.com/nguyenphuminh/catniff#readme",
"devDependencies": {
"typescript": "^5.8.3"
},
"files": [
"dist/",
"index.d.ts",
"index.js",
"LICENSE",
"README.md"
]
}