npm.io
1.0.3 • Published 7 years ago

simple-multilayer-perceptron

Licence
ISC
Version
1.0.3
Deps
2
Size
1.7 MB
Vulns
0
Weekly
0

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