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

https://github.com/rami-majdoub/digits-prediction

a model trying to predict a digit
https://github.com/rami-majdoub/digits-prediction

bootstrap first-app knn-classifier machine-learning ml5 p5js uci-dataset

Last synced: 3 months ago
JSON representation

a model trying to predict a digit

Awesome Lists containing this project

README

        

### Dataset:
https://archive.ics.uci.edu/ml/datasets/Optical+Recognition+of+Handwritten+Digits

### Classifier:
https://learn.ml5js.org/docs/#/reference/knn-classifier

https://github.com/ml5js/ml5-examples/tree/release/p5js/KNNClassification/KNNClassification_PoseNet

### ml5 example:
https://github.com/CodingTrain/website/blob/master/learning/ml5/4.1_save_load_model/P5/sketch.js

### References
https://p5js.org/examples/image-create-image.html

https://p5js.org/reference/#/p5/pixels

https://p5js.org/reference/#/p5.Image