1.0.3 • Published 5 years ago

simple-multilayer-perceptron v1.0.3

Weekly downloads
6
License
ISC
Repository
-
Last release
5 years ago

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