7fife-backend/node_modules/apparatus
Nawaaz b8a5323689 updated code 2024-03-11 17:59:54 +05:30
..
lib/apparatus update code 2024-03-07 18:31:44 +05:30
spec update code 2024-03-07 18:31:44 +05:30
LICENSE.txt update code 2024-03-07 18:31:44 +05:30
README.md update code 2024-03-07 18:31:44 +05:30
index.js update code 2024-03-07 18:31:44 +05:30
package.json updated code 2024-03-11 17:59:54 +05:30

README.md

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.