Skip to content

A C++ project for training AI models on Yann LeCun's MNIST handwritten digits data set for integration in AR.

License

Notifications You must be signed in to change notification settings

A00107408/AI-Computer-Vision-for-AR-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI Computer Vision for AR in CPP

A C++ project for training AI models on Yann LeCun's MNIST handwritten digits data set: http://yann.lecun.com/exdb/mnist/

TO RUN: Add train-images.idx3-ubyte and train-labels.idx1-ubyte binary files into the root project directory. Comment out (or in) the different main() functions to test the prediction performance of the various models eg; multi-layer perceptron with back propagation, KMeans, KNN etc.

CNN uses Eigin as per tensor flow, download from here and add Eigin folder to project: https://eigen.tuxfamily.org/index.php?title=Main_Page

This repo is adapted from the following YouTube tutorial: https://www.youtube.com/watch?v=E1K9SZCm0fQ&t=3601s

About

A C++ project for training AI models on Yann LeCun's MNIST handwritten digits data set for integration in AR.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages