Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 251 Bytes

File metadata and controls

7 lines (5 loc) · 251 Bytes

Handwriting classification using KNN

Aim

  • To classify numbers from mnist first using KNN algorithm. Then building a custom KNN to do the same classification.

Conclusion

  • KNN uses a Brute Force Approach which is slower than other algorithm.