Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 395 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 395 Bytes

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.