Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.