Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 237 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 237 Bytes

Neural Network (in JS)

A neural network implementation in Javascript built for the learns.

Usage

Use with yarn:

yarn install

Run tests (with Ava):

yarn test [--watch]

Not published to NPM but maybe someday.