/TheHedgehog

A TypeScript Library for Linear Algebra and Machine Learning

Primary LanguageTypeScriptMIT LicenseMIT

TheHedgehog

TheHedgehog is a TypeScript library for matrix computation, linear algebra and machine learning. It contains some great features such as:

  • GPU Acceleration on some of algorithms with GPU.js by WebGL;

  • Operator overloading using bable plugins;

  • Support for CSV, JSON and other data format.

To build this project, please run

npm run build