• Stars
    star
    128
  • Rank 281,044 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 13 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.