Package Exports
- simple-multilayer-perceptron
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (simple-multilayer-perceptron) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
simple-multilayer-perceptron
Simple Multi-Layer Perceptron and Classifier implementation in Typescript and Node using the Tensorflow library
Introduction
Simple Multilayer Perceptron is inspired by the following project https://github.com/bolt12/mlp-tf-node by Armando Santos.
Classifier is inspired by the following project https://github.com/shiffman/Tensorflow-JS-Examples by Danial Shiffman