topic proposal: machine learning from first principles #24
Labels
discuss
An issue or PR currently being discussed
in-content
Is the issue in lesson content?
propose-addition
A suggestion for an addition to content or infrastructure
Milestone
This is a bit more general than #4.
The proposal involves introducing fundamental machine learning concepts such as data preprocessing, feature engineering, model training, validation and evaluation (essentially, steps which make up a machine learning pipeline).
I've been working on a library called RocLearn, with API that is close to Python's sklearn library. The idea is to implement fundamental machine learning algorithms (k-nearest neighbours, Principal Component Analysis, Support Vector Machines, Linear Regression etc) from first principles and at the same time abstract out the details of each one, in order to enable them to be viewed as modules that could be plugged in and out, as part of the more general steps, associated with a machine learning pipeline.
The text was updated successfully, but these errors were encountered: