Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrivasperez/plinko-ml
Practice machine learning with Plinko and JS.
https://github.com/mrivasperez/plinko-ml
javascript knn machine-learning plinko plinko-predictor unlicense
Last synced: 15 days ago
JSON representation
Practice machine learning with Plinko and JS.
- Host: GitHub
- URL: https://github.com/mrivasperez/plinko-ml
- Owner: mrivasperez
- License: unlicense
- Created: 2024-04-01T16:03:58.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-05T18:27:35.000Z (7 months ago)
- Last Synced: 2024-10-10T05:03:04.527Z (about 1 month ago)
- Topics: javascript, knn, machine-learning, plinko, plinko-predictor, unlicense
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> This is a work in progresss.
# plinko-ml
Practice machine learning with JavaScript and Plinko.
# Background
I wanted to do some practical machine learning with K-Nearest Neighbor algorithm. Plinko is a game where you drop a ball in the hopes of it reaching the correct bucket with a price. By using KNN you can make predictions on where to drop the ball(s) to ensure you get the right bucket.