simple-multilayer-perceptron
v1.0.3
Published
Simple multi-layer perceptron implemented in a functional style with typescript and node
Downloads
3
Maintainers
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