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

https://github.com/lostvikx/ml-js

Machine Learning using JavaScript
https://github.com/lostvikx/ml-js

Last synced: 4 months ago
JSON representation

Machine Learning using JavaScript

Awesome Lists containing this project

README

          

# Machine Learning using JavaScript

This directory showcases some ML projects made using JavaScript.

Machine Learning: Teaching a system to understand patterns from a dataset without explicitly writing our own algorithms.

Important stuff in ML:
1. Algorithms: Eg. Neural Networks
2. Pre-trained Models: Eg. MobileNet
3. Datasets

p5.js is a wrapper for tensorflow.js which provides us with many pre-trained models for various ML tasks. Note that the model is loaded on the client side, and therefore also produces predictions on the client side. It uses your local GPU for computations.