Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 781 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 781 Bytes

ml_cpp

Material for taking the Udemy course Machine learning in C++.

Extras

mlcpp2

  • 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.