# apparatus

> various machine learning routines for node

Latest version **0.0.10** (published 2018-05-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install apparatus
pnpm add apparatus
yarn add apparatus
bun add apparatus
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.0.10 |
| Published | 2018-05-25 |
| First published | 2011-11-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.2.6 |
| Dependencies | 1 |
| Unpacked size | 45.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 128 |
| Author | Chris Umbel |
| Maintainers | chrisumbel, kkoch986 |
| Keywords | machine, learning, ml, classifier, clustering, bayes, k-means, logistic, regression |

## Links

- npm: https://www.npmjs.com/package/apparatus
- Repository: https://github.com/NaturalNode/apparatus
- Homepage: https://github.com/NaturalNode/apparatus#readme
- Issues: https://github.com/NaturalNode/apparatus/issues
- npm.io page: https://npm.io/package/apparatus

## Dependencies (1)

- [sylvester](https://npm.io/package/sylvester.md) >= 0.0.8

## Alternatives

- [monaco-yaml](https://npm.io/package/monaco-yaml.md) — 420.1K weekly downloads
- [@crewx/workflow](https://npm.io/package/@crewx/workflow.md) — 3.1K weekly downloads
- [yaml-cat](https://npm.io/package/yaml-cat.md) — 38 weekly downloads
- [nunjucks-in-yaml](https://npm.io/package/nunjucks-in-yaml.md) — 9 weekly downloads
- [shopify-symlinks](https://npm.io/package/shopify-symlinks.md) — 3 weekly downloads

## Recent versions

- 0.0.10 (latest) — 2018-05-25
- 0.0.9 — 2015-03-16
- 0.0.8 — 2013-11-30
- 0.0.7 — 2012-12-02
- 0.0.6 — 2012-02-17
- 0.0.5 — 2011-12-17
- 0.0.4 — 2011-11-28
- 0.0.3 — 2011-11-27
- 0.0.2 — 2011-11-27
- 0.0.1 — 2011-11-27

## README

apparatus
=========

A collection of low-level machine learning algorithms for node.js.

This project is quite new and documentation will be on the way shortly.
In the meantime you can check out the spec folder for examples of how
to use the algorithms.

Note that within "apparatus" the interface to the algorithms in
primarily arrays of numbers and vectors. If you're  looking for feature
extraction from text or natural language check out the "natural"
[https://github.com/NaturalNode/natural](https://github.com/NaturalNode/natural) node package. "natural" uses
many of these algorithms but adds a layer of natural language/text
feature extraction.

---
_Source: https://npm.io/package/apparatus · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
