UNPKG

@webwriter/neural-network

Version:

Deep learning visualization for feed-forward networks with custom datasets, training and prediction.

79 lines 2.66 kB
{ "name": "@webwriter/neural-network", "version": "1.1.3", "description": "Deep learning visualization for feed-forward networks with custom datasets, training and prediction.", "keywords": [ "webwriter-widget", "widget-simulational", "widget-conceptual", "widget-lang-en", "iscedf2013-06", "isced2011-2", "isced2011-3", "isced2011-4", "isced2011-5", "isced2011-6", "isced2011-7", "isced2011-8", "neural network", "neurons", "training", "predicting" ], "license": "MIT", "author": "Christian Koch", "scripts": { "start": "vite preview", "create": "vite build --config vite.config.js && copyfiles index.html ./dist", "prepublishOnly": "npx @webwriter/build" }, "dependencies": { "@lit/context": "^1.1.4", "@shoelace-style/shoelace": "^2.20.0", "@tensorflow/tfjs": "^4.22.0", "@tensorflow/tfjs-vis": "^1.5.1", "@types/cytoscape": "^3.21.9", "@webcomponents/scoped-custom-element-registry": "^0.0.9", "@webwriter/create-widget": "^0.4.2", "@webwriter/lit": "^2.1.6", "bootstrap-icons": "^1.11.3", "colorsea": "^1.2.2", "cytoscape": "^3.31.1", "lit": "^3.2.1" }, "devDependencies": { "@babel/plugin-proposal-decorators": "^7.25.9", "@types/wicg-file-system-access": "^2023.10.5", "@typescript-eslint/eslint-plugin": "^8.26.0", "@typescript-eslint/parser": "^8.26.0", "@vitejs/plugin-react": "^4.3.4", "copyfiles": "^2.4.1", "eslint": "^9.22.0", "eslint-plugin-lit": "^1.15.0", "eslint-plugin-wc": "^2.2.1", "prettier": "^3.5.3", "typescript": "^5.8.2", "vite": "^5.4.14", "vite-plugin-static-copy": "^1.0.6" }, "optionalDependencies": { "@rollup/rollup-win32-x64-msvc": "4.20.0" }, "type": "module", "exports": { "./widgets/webwriter-neural-network.*": { "source": "./src/app.ts", "default": "./dist/webwriter-neural-network.*" }, "./snippets/pima-indians-diabetes.html": "./snippets/pima-indians-diabetes.html", "./snippets/boston-house-pricing.html": "./snippets/boston-house-pricing.html", "./icon": "./icon.svg" }, "editingConfig": { ".": { "description": { "de": "Visualisierung von Deep Learning für Feed-Forward-Netzwerke mit benutzerdefinierten Datensätzen, Training und Vorhersage." } } } }