An open API service indexing awesome lists of open source software.

https://github.com/mljs/feedforward-neural-networks

A implementation of feedforward neural networks based on wildml implementation
https://github.com/mljs/feedforward-neural-networks

Last synced: 2 months ago
JSON representation

A implementation of feedforward neural networks based on wildml implementation

Awesome Lists containing this project

README

        

# Feedforward Neural Network

[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![npm download][download-image]][download-url]

A implementation of feedforward neural networks in javascript based on wildml [implementation](http://www.wildml.com/2015/09/implementing-a-neural-network-from-scratch/).

## Installation

`$ npm i ml-fnn`

## [API Documentation](https://mljs.github.io/feedforward-neural-networks/)

## License

[MIT](./LICENSE)

[npm-image]: https://img.shields.io/npm/v/ml-fnn.svg?style=flat-square
[npm-url]: https://npmjs.org/package/ml-fnn
[travis-image]: https://img.shields.io/travis/mljs/feedforward-neural-networks/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/mljs/feedforward-neural-networks
[download-image]: https://img.shields.io/npm/dm/ml-fnn.svg?style=flat-square
[download-url]: https://npmjs.org/package/ml-fnn