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 | ✅ |