Socket
Socket
Sign inDemoInstall

ml-fnn

Package Overview
Dependencies
4
Maintainers
7
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ml-fnn

feedforward neural networks library


Version published
Weekly downloads
301
increased by84.66%
Maintainers
7
Install size
1.73 MB
Created
Weekly downloads
 

Changelog

Source

2.0.0 (2016-06-09)

<a name="1.0.1"></a>

Readme

Source

Feedforward Neural Network

NPM version build status David deps npm download

A implementation of feedforward neural networks in javascript based on the mrbo answer found here:

[Implementation] (http://stackoverflow.com/questions/9951487/implementing-a-neural-network-in-java-training-and-backpropagation-issues)

Methods

new FNN(X, Y)

train(options)

Options

  • hiddenLayers - Array with the size of each hidden layer in the FNN.
  • iterations - Maximum number of iterations of the algorithm.
  • learningRate - The learning rate (number).
  • momentum - The regularization term (number).

predict(dataset)

toJSON()

FNN.load(model)

License

MIT

Keywords

FAQs

Last updated on 09 Jun 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc