dnnjs
v0.0.5
Published
Deep learning framework for Node.js and the Browser.
Readme
dnnjs
(WIP) deep learning for the browser and node.js, see examples.
Uses numjs to make things ridiculously easy. This API aims to be very similar to (Torch NN)[https://github.com/torch/nn] so it's easy to jump in.
npm i dnnjs- Need to add webpack for browswer.
- Optimizations!!! Efficient Chaining together operations, i.e. NDArray dot + multiply + add, etc.
