Machine Learning
•
Reimagining Scikit Learn in C++
In this project, I will walkthrough the process of implementing a C++ version of Scikit-Learn.
The goal is to create a C++ library that allows users to use it just like they are writing in Python.
This project consists of 3 components:
On progress …