Practical Machine Learning with C++ and GRT

Jamie Bullock
Towards Data Science
9 min readNov 1, 2019

--

Photo by Franck V. on Unsplash

This will be the first in a series of tutorials that explain the basics of machine learning from a programmer’s perspective. In part 1 I will show how you can incorporate basic machine learning into a C++ project using the GRT library.

What is machine learning?

Machine learning is an approach to computing that enables programs to generate…

--

--