neuronetwork
Version:
A hybrid math & neural engine with classic functions and AI computations
41 lines • 910 B
JSON
{
"name": "neuronetwork",
"version": "1.0.3",
"main": "./index.js",
"module": "./index.js",
"type": "module",
"exports": {
"import": "./index.js"
},
"scripts": {
},
"keywords": [
"AI",
"Neural Network",
"Math",
"C++ Math",
"Deep Learning",
"JavaScript AI",
"MATH",
"CPP-MATH",
"Neural",
"NextMath",
"NeuroMath"
],
"author": "QuickDigiLLC",
"license": "MIT",
"description": "A hybrid math & neural engine with classic functions and AI computations",
"repository": {
"type": "git",
"url": "https://github.com/QuickDigi/neuronetwork.git"
},
"bugs": {
"url": "https://github.com/QuickDigi/neuronetwork/issues"
},
"homepage": "https://github.com/QuickDigi/neuronetwork#readme",
"devDependencies": {
"rollup": "^4.0.0",
"@rollup/plugin-node-resolve": "^15.2.0",
"@rollup/plugin-commonjs": "^25.0.0"
}
}