© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Real reel
ceo of lazyass
how do collect training data and how do you check the accuracy of your code
Oleksii Trekhleb
Software engineer @ Uber
The training data that is used in the repo is listed and described here github.com/trekhleb/homemade-machine-learning/tre… The accuracy of the algorithms are mostly displayed in the notebooks. For example here nbviewer.jupyter.org/github/trekhleb/homemade-mac… for logistic regression example you may find the block that states: "Training Precision: 93.8333%, Test Precision: 82.9000%"