Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 472 Bytes

File metadata and controls

12 lines (11 loc) · 472 Bytes

Hand-Writing-Recognition-Project

ECE2400: Computer System Programming - Assignments 4 & 5

Hand Writing Recognition Program - Using Simple Machine Learning

  • Using grey scale images and give each training image a score using Eulcidian Norm of values of each pixel
  • Used multiple techniques to make best results/preformance
    • Tree Search
    • Table Search
    • Linear Search
    • Binary Search
    • Alternate = Bucket Search
  • Used Inline Files to improve preformance