@bottlenose/rxsgd

♾️ SGD (stochastic gradient descent) linear classifier for RxJS

Usage no npm install needed!

<script type="module">
  import bottlenoseRxsgd from 'https://cdn.skypack.dev/@bottlenose/rxsgd';
</script>

README

CircleCI License: MIT Version

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

Documentation & Guides