Simple multi-layer perceptron implemented in a functional style with typescript and node
npm install simple-multilayer-perceptronSimple Multi-Layer Perceptron and Classifier implementation in Typescript and Node using the Tensorflow library
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