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
- Host: GitHub
- URL: https://github.com/rami-majdoub/digits-prediction
- Owner: Rami-Majdoub
- Created: 2020-06-21T16:25:26.000Z (almost 5 years ago)
- Default Branch: gh-pages
- Last Pushed: 2020-06-29T01:00:04.000Z (almost 5 years ago)
- Last Synced: 2025-01-21T12:47:01.864Z (4 months ago)
- Topics: bootstrap, first-app, knn-classifier, machine-learning, ml5, p5js, uci-dataset
- Language: JavaScript
- Homepage: https://rami-majdoub.github.io/digits-prediction
- Size: 3.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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