mzusin / mz-ml

A collection of TypeScript-based machine learning helpers.

Home Page:https://ml.mzsoft.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mz-ml - a collection of TypeScript-based machine learning helpers πŸš€

This project is a collection of TypeScript machine learning helpers and utilities for the browser and Node.js environment. The modular approach allows to select only the required functions. It works well with all modern bundlers and supports tree shaking 🌲. The library is built using immutable/pure functions.

Linear Regression Features ⭐

  • Train simple and multiple linear regression model with gradient descent.
  • Evaluate model performance using statistical data (R-squared, mean squared error, pearson correlation coefficient).
  • Batch size support.
  • Shuffle support.
  • Split data to training set, test set, and optional validation set.

Documentation πŸ”–

Main

Utilities



β–ˆβ–ˆβ–ˆ    β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ       β–ˆβ–ˆβ–ˆ    β–ˆβ–ˆβ–ˆ β–ˆβ–ˆ      
β–ˆβ–ˆβ–ˆβ–ˆ  β–ˆβ–ˆβ–ˆβ–ˆ    β–ˆβ–ˆβ–ˆ        β–ˆβ–ˆβ–ˆβ–ˆ  β–ˆβ–ˆβ–ˆβ–ˆ β–ˆβ–ˆ      
β–ˆβ–ˆ β–ˆβ–ˆβ–ˆβ–ˆ β–ˆβ–ˆ   β–ˆβ–ˆβ–ˆ   β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–ˆβ–ˆ β–ˆβ–ˆβ–ˆβ–ˆ β–ˆβ–ˆ β–ˆβ–ˆ      
β–ˆβ–ˆ  β–ˆβ–ˆ  β–ˆβ–ˆ  β–ˆβ–ˆβ–ˆ          β–ˆβ–ˆ  β–ˆβ–ˆ  β–ˆβ–ˆ β–ˆβ–ˆ      
β–ˆβ–ˆ      β–ˆβ–ˆ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ       β–ˆβ–ˆ      β–ˆβ–ˆ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 
                                            
                                                                 

About

A collection of TypeScript-based machine learning helpers.

https://ml.mzsoft.org/


Languages

Language:TypeScript 47.7%Language:JavaScript 36.2%Language:HTML 14.0%Language:CSS 2.0%