C++ Machine Learning Tutorial Part 1 - Extract, Transform, Load (ETL)
C Machine Learning Tutorial Part 1 includes implementation of necessary data containers and structures that will be used in future videos.
We build a data container class that holds the transformed MNIST Handwriting data. We also implement a data handler that will extract, and transform the data to be useable by future algorithm implementations.
Bugs aren’t edited out so everyone can learn :)
MNIST Handwritten Database: