@bottlenose/rxsgd
v0.7.0
Published
♾️ SGD (stochastic gradient descent) linear classifier for RxJS
Downloads
39
Readme
Description
This module is part of the Bottlenose project, which is a larger effort to create second-to-none data science tools for software makers who love JavaScript.
@bottlenose/rxsgd
provides a set of of RxJS operators to train SGD (Stochastic Gradient Descent) classifiers.
Installation
npm
npm i @bottlenose/rxsgd --save
yarn
yarn add @bottlenose/rxsgd
Compatability
| Platform | Support | | :--- | :--- | | node.js (>10.0) | ✅ | | Browsers | ✅ | | React Native | ✅ | | Electron | ✅ |