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