Package Exports
- melchior-apparatus
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (melchior-apparatus) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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 node package. "natural" uses many of these algorithms but adds a layer of natural language/text feature extraction.