ml-fnn

feedforward neural networks library

Usage no npm install needed!

<script type="module">
  import mlFnn from 'https://cdn.skypack.dev/ml-fnn';
</script>

README

Feedforward Neural Network

NPM version build status npm download

A implementation of feedforward neural networks in javascript based on wildml implementation.

Installation

$ npm i ml-fnn

API Documentation

License

MIT