Material for taking the Udemy course Machine learning in C++.
- Comments.
- Split data in one loop, instead of three.
- Build and run independent of VS code.
- Live plot of performance history during validation of k-nearest neighbors. Uses package Matplot++: https://github.com/alandefreitas/matplotplusplus.
- Improved directory organization.
- More robust random number generation for sampling.
- Improved and extended prints during procedures. Now information about progress, performance and current time are included.