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
- Host: GitHub
- URL: https://github.com/lostvikx/ml-js
- Owner: lostvikx
- License: mit
- Created: 2025-03-17T14:02:33.000Z (about 1 year ago)
- Default Branch: stable
- Last Pushed: 2025-03-17T19:26:52.000Z (about 1 year ago)
- Last Synced: 2025-07-21T13:43:01.044Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 637 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.