JSPM

simple-multilayer-perceptron

1.0.3
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • 0
    • Score
      100M100P100Q31159F
    • License ISC

    Simple multi-layer perceptron implemented in a functional style with typescript and node

    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