An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by mljs

A curated list of projects in awesome lists by mljs .

https://github.com/mljs/ml

Machine learning tools in JavaScript

javascript machine-learning ml

Last synced: 22 Apr 2025

https://github.com/mljs/matrix

Matrix manipulation and computation library

javascript machine-learning matrix ml

Last synced: 14 May 2025

https://github.com/mljs/knn

A k-nearest neighboor classifier algorithm.

Last synced: 06 Apr 2025

https://github.com/mljs/pca

Principal component analysis

hacktoberfest

Last synced: 16 May 2025

https://github.com/mljs/kmeans

K-Means clustering

clustering kmeans

Last synced: 06 Apr 2025

https://github.com/mljs/distance

Distance functions to compare vectors

Last synced: 08 Apr 2025

https://github.com/mljs/random-forest

Random forest for classification and regression.

Last synced: 13 Apr 2025

https://github.com/mljs/hclust

Hierarchical clustering in JavaScript

agnes clustering diana

Last synced: 21 Apr 2025

https://github.com/mljs/naive-bayes

Naive bayes classifier.

Last synced: 21 Apr 2025

https://github.com/mljs/regression

Regression algorithms

Last synced: 04 Apr 2025

https://github.com/mljs/xgboost

A port of XGBoost to javascript with emscripten

Last synced: 21 Apr 2025

https://github.com/mljs/svm

Support Vector Machine in Javascript

javascript support-vector-machine svm svm-classifier svm-model

Last synced: 21 Apr 2025

https://github.com/mljs/savitzky-golay

Savitzky–Golay filter

Last synced: 21 Apr 2025

https://github.com/mljs/regression-multivariate-linear

Multivariate linear regression

Last synced: 21 Apr 2025

https://github.com/mljs/feedforward-neural-networks

A implementation of feedforward neural networks based on wildml implementation

Last synced: 21 Apr 2025

https://github.com/mljs/regression-simple-linear

Simple Linear Regression

Last synced: 05 Apr 2025

https://github.com/mljs/som

self-organizing map (SOM) / Kohonen network

Last synced: 21 Apr 2025

https://github.com/mljs/decision-tree-cart

Decision trees using CART implementation

Last synced: 21 Apr 2025

https://github.com/mljs/regression-polynomial

Polynomial Regression

Last synced: 09 Apr 2025

https://github.com/mljs/array

Functional utilities to transform and compute stats on arrays

Last synced: 21 Apr 2025

https://github.com/mljs/curve-fitting

Levenberg Marquardt curve-fitting: minimize sum of weighted squared residuals

Last synced: 23 Jun 2025

https://github.com/mljs/confusion-matrix

Confusion matrix for supervised classification

Last synced: 21 Apr 2025

https://github.com/mljs/global-spectral-deconvolution

Global Spectra Deconvolution + Peak optimizer

hacktoberfest

Last synced: 21 Apr 2025

https://github.com/mljs/savitzky-golay-generalized

General Least-Squares Smoothing and Differentiation by the Convolution (Savitzky-Golay) Method Peter A. Gorry

hacktoberfest

Last synced: 21 Apr 2025

https://github.com/mljs/pls

PLS regression algorithm

hacktoberfest

Last synced: 21 Apr 2025

https://github.com/mljs/cross-validation

Utility library to make cross validation with supervised classifiers

classifier cross-validation supervised-learning

Last synced: 21 Apr 2025

https://github.com/mljs/conrec

JavaScript implementation of the CONREC contouring algorithm

Last synced: 21 Apr 2025

https://github.com/mljs/convolution

Convolution using the FFT or direct algorithm.

Last synced: 21 Apr 2025

https://github.com/mljs/tree-similarity

Tree similarity in Javascript

Last synced: 12 May 2025

https://github.com/mljs/spectra-processing

Various methods to help spectra processing

hacktoberfest

Last synced: 09 Apr 2025

https://github.com/mljs/fft

Last synced: 21 Apr 2025

https://github.com/mljs/bit-array

Bit-array operations in JavaScript

Last synced: 21 Apr 2025

https://github.com/mljs/tree-set

A JavaScript emulator of the TreeSet Java class

Last synced: 21 Apr 2025

https://github.com/mljs/fcnnls

Fast Combinatorial Non-negative Least Squares

hacktoberfest

Last synced: 21 Apr 2025

https://github.com/mljs/matrix-convolution

Matrix convolution.

Last synced: 21 Apr 2025

https://github.com/mljs/anova

Analysis of variance

anova

Last synced: 21 Apr 2025

https://github.com/mljs/dbscan

Last synced: 21 Apr 2025

https://github.com/mljs/distance-euclidean

Compute the euclidean distance between two vectors

Last synced: 21 Apr 2025

https://github.com/mljs/distance-matrix

Compute a distance-matrix based on a custom distance function

Last synced: 21 Apr 2025

https://github.com/mljs/sparse-matrix

Sparse matrix library

Last synced: 21 Apr 2025

https://github.com/mljs/array-xy

Functional utilities for sets of points

Last synced: 21 Apr 2025

https://github.com/mljs/combinations

Generate all possible unordered samples of size m, without replacement, from a set of n objects

combinations generation generators permutations statistics

Last synced: 21 Apr 2025

https://github.com/mljs/regression-robust-polynomial

Robust polynomial regression using LMedS

hacktoberfest

Last synced: 21 Apr 2025

https://github.com/mljs/floyd-warshall

Algorithm for finding shortest paths in a weighted graph with positive or negative edge weights (but with no negative cycles)

Last synced: 21 Apr 2025

https://github.com/mljs/dataset-iris

Iris flower data set

Last synced: 21 Apr 2025

https://github.com/mljs/tanimoto

Tanimoto similarity and distance

Last synced: 21 Apr 2025

https://github.com/mljs/performance

Last synced: 21 Apr 2025

https://github.com/mljs/stat

Functions for computing stats on arrays and matrices

Last synced: 21 Apr 2025

https://github.com/mljs/regression-exponential

Exponential Regression

Last synced: 21 Apr 2025

https://github.com/mljs/disjoint-set

Efficient disjoint-set data structure implementation

Last synced: 21 Apr 2025

https://github.com/mljs/nmf

Non-negative Matrix Factorization (NMF)

Last synced: 21 Apr 2025

https://github.com/mljs/array-utils

Some array utilities in JavaScript

Last synced: 14 Jun 2025

https://github.com/mljs/generate-dataset

Generate synthetic datasets for testing

Last synced: 21 Apr 2025

https://github.com/mljs/xsadd

JavaScript implementation of the XORSHIFT-ADD (XSadd) pseudo random number generator

Last synced: 21 Apr 2025

https://github.com/mljs/ml-pipe

Last synced: 23 Feb 2025

https://github.com/mljs/statistics

Last synced: 28 Feb 2025

https://github.com/mljs/airpls

Baseline correction using adaptive iteratively reweighted penalized least squares

Last synced: 21 Apr 2025

https://github.com/mljs/pad-array

Array padding

Last synced: 21 Apr 2025

https://github.com/mljs/pcr

Last synced: 23 Feb 2025

https://github.com/mljs/regression-theil-sen

Method for robust fitting a line to a set of points

Last synced: 21 Apr 2025

https://github.com/mljs/random

Randomness utilities

Last synced: 21 Apr 2025

https://github.com/mljs/dataset

dataset for multivariate analysis

Last synced: 23 Feb 2025

https://github.com/mljs/dataset-metadata

a class to manipulate metadata for statistical analysis

metadata multivariate-analysis

Last synced: 23 Feb 2025

https://github.com/mljs/baseline-correction-regression

Iterative regression-based baseline correction.

Last synced: 21 Apr 2025

https://github.com/mljs/calculus

Last synced: 23 Feb 2025

https://github.com/mljs/datamining

Old repository to be split

Last synced: 23 Feb 2025

https://github.com/mljs/preprocess

Preprocess functions to improve the representation and quality of data

Last synced: 23 Feb 2025

https://github.com/mljs/hash-table

Open addressing hash table with double hashing

Last synced: 23 Feb 2025

https://github.com/mljs/regression-base

Base class for regression packages

hacktoberfest

Last synced: 21 Apr 2025

https://github.com/mljs/kernel

A factory for kernel functions

Last synced: 21 Apr 2025

https://github.com/mljs/peak-shape-generator

Generate various peak shapes.

hacktoberfest

Last synced: 21 Apr 2025

https://github.com/mljs/approximation

Last synced: 23 Feb 2025

https://github.com/mljs/.github

Last synced: 23 Feb 2025

https://github.com/mljs/kernel-sigmoid

Sigmoid (hyperbolic tangent) kernel

Last synced: 23 Feb 2025

https://github.com/mljs/rolling-ball-baseline

rolling ball baseline correction

Last synced: 21 Apr 2025

https://github.com/mljs/simple-clustering

Extracts the isolated sub-blocs of a binary matrix

Last synced: 21 Apr 2025

https://github.com/mljs/kernel-polynomial

The polynomial kernel

Last synced: 23 Feb 2025

https://github.com/mljs/xy-convert

Convert between different xy formats.

Last synced: 23 Feb 2025

https://github.com/mljs/regression-power

Power Regression

Last synced: 21 Apr 2025

https://github.com/mljs/ngmca

A tool for Non-negative matrix factorization

Last synced: 23 Feb 2025

https://github.com/mljs/kernel-gaussian

The gaussian (radial basis function) kernel

Last synced: 23 Feb 2025

https://github.com/mljs/zones

Utilities to deal with zones, array of object (from, to}

Last synced: 23 Feb 2025

https://github.com/mljs/nearest-vector

Find the nearest point to a sample point

Last synced: 23 Feb 2025

https://github.com/mljs/linear-sum-assignment

Package to perform a linear sum assignment even if the cost matrix is rectangular.

Last synced: 28 Feb 2025

https://github.com/mljs/affine-transform

Get and apply affine transform to 2D points

Last synced: 23 Feb 2025