Skip to main content

Implemented some ML routines

Project description

ML-handmade

Implemented some ML routines including other ML stuff such as preprocessing, visualization and model selection.

References

Algorithms implemented

  • Linear models with different optmization methods(GD, SGD, Batch-SGD, SAG)

  • KNN with three approaches(brute-force, kd-tree, ball-tree)

  • Multiclass strategies (One-vs-One, One-vs-Rest)

  • Support vector (SVC and $\epsilon$-SVR) with different kernels(Linear, RBF, Polynomial)

  • Discriminant analysis(linear & quadratic) implemented using SVD

  • Other ML stuff, for instance, k-fold cross validation, quality metrics, plotting, e.t.c

Installation

It can be installed using pip

pip install mlhandmade

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mlhandmade-0.0.11.tar.gz (26.3 kB view hashes)

Uploaded Source

Built Distribution

mlhandmade-0.0.11-py3-none-any.whl (49.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page