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
- Host: GitHub
- URL: https://github.com/mljs/feedforward-neural-networks
- Owner: mljs
- License: mit
- Created: 2015-06-08T07:29:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-29T21:20:28.000Z (almost 6 years ago)
- Last Synced: 2025-04-01T15:41:43.175Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.29 MB
- Stars: 30
- Watchers: 13
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
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