I have been trying to learn how to do machine learning for a long time, but most of what I find is just theory. The examples that are practical usually rely on pre-made libraries.
I want to understand how to implement machine learning in real life using C++ without relying on libraries, so I can fully understand the general process.
Can someone explain this to me or provide a simple example?
Thanks in advance.