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

https://github.com/javascript-machine-learning/organization-overview

👇 Overview of all the resources of BRIIM: JavaScript in Machine Learning
https://github.com/javascript-machine-learning/organization-overview

javascript machine-learning

Last synced: 3 months ago
JSON representation

👇 Overview of all the resources of BRIIM: JavaScript in Machine Learning

Awesome Lists containing this project

README

        

# BRIIM - JavaScript in Machine Learning

The repository gives you an overview of all the resources for [BRIIM - JavaScript in Machine Learning](https://bri.im/). You can [contribute](https://github.com/javascript-machine-learning/briim-website-content) content to the official website too.

## Intro

* [A Guide to Machine Learning in JavaScript](https://www.robinwieruch.de/machine-learning-javascript-web-developers/)

## Shallow Algorithms

* [Linear Regression with Gradient Descent](https://github.com/javascript-machine-learning/linear-regression-gradient-descent)
* [Univariate Linear Regression with Gradient Descent (Vectorized)](https://github.com/javascript-machine-learning/univariate-linear-regression-gradient-descent-javascript)
* [Multivariate Linear Regression with Gradient Descent](https://github.com/javascript-machine-learning/multivariate-linear-regression-gradient-descent-javascript)
* [Multivariate Linear Regression with Normal Equation](https://github.com/javascript-machine-learning/multivariate-linear-regression-normal-equation-javascript)
* [Logistic Regression with Gradient Descent in JavaScript](https://github.com/javascript-machine-learning/logistic-regression-gradient-descent-javascript)
* [Multi-Class Classification Logistic Regression with Gradient Descent in JavaScript](https://github.com/javascript-machine-learning/multi-classification-logistic-regression-gradient-descent-javascript)

## Neural Networks

* [Neural Network in JavaScript with Deeplearn.js](https://github.com/javascript-machine-learning/color-accessibility-neural-network-deeplearnjs)
* [MNIST Digit Recognition Neural Network in JavaScript with Deeplearn.js](https://github.com/javascript-machine-learning/mnist-neural-network-deeplearnjs)

## Domain Specific

* [Recommendation System in JavaScript with MovieLens Database](https://github.com/javascript-machine-learning/movielens-recommender-system-javascript)
* [Spam Classifier with SVM in JavaScript](https://github.com/javascript-machine-learning/svm-spam-classifier-javascript)

## Linear Algebra, Calculus, Statistics

* [Matrix Operations in JavaScript](https://github.com/javascript-machine-learning/linear-algebra-matrix)

## Utility Libraries

* [Math.js Util](https://github.com/javascript-machine-learning/mathjs-util)
* [CSV to Matrix](https://github.com/javascript-machine-learning/csv-to-array-matrix)