rushter / MLAlgorithms

Minimal and clean examples of machine learning algorithms implementations
MIT License
10.71k stars 1.78k forks source link

Add files via upload #70

Closed sumitjain0695 closed 4 years ago

sumitjain0695 commented 4 years ago

Extended version of Kmeans encapsulated into a class..

rushter commented 4 years ago

HI.

The purpose of this repository is to collect minimal and clean examples of machine learning algorithms written from scratch.

We already have K-means, please see readme for more information about module organization and algorithms.

This repository is not a collection of copied algorithms from somewhere. Every module must follow the same coding style and practices.