Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 305 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 305 Bytes

Optical-Character-Recognition

OCR on hand-written digits

Custom implementation of RandomForest Algorithm

  • building 10 decision trees, each with a random sample
  • training the trees
  • testing the program

Objectives: maximimum Information Gain (finding best split), increasing Precision(~92%)