RoboticsClubIITJ / ML-DL-implementation

An implementation of ML and DL algorithms from scratch in python using nothing but NumPy and Matplotlib.
BSD 3-Clause "New" or "Revised" License
47 stars 68 forks source link

Implementing other "Advanced Clustering / Unsupervised Learning" Models #143

Open kwanit1142 opened 3 years ago

kwanit1142 commented 3 years ago

Is your feature request related to a problem? Please describe. A sort of exploration to other domains like Unsupervised Learning, Anomaly Detection, etc.

Describe the solution you'd like Hereby, I attach some Resources in order to be taken reference from:-

https://www.analytixlabs.co.in/blog/types-of-clustering-algorithms/ <-------------(Detailed Descriptions of Algorithms) https://www.upgrad.com/blog/clustering-and-types-of-clustering-methods/ https://machinelearningmastery.com/clustering-algorithms-with-python/ <------------(Concisely mentioned Algorithms)

Describe alternatives you've considered Contributors can add resources and their own approaches to the Problem accordingly.

Approach to be followed (optional) Before adding something, do update the Fork and then work, in order to prevent merge conflicts and unnecessary deletions.

kwanit1142 commented 3 years ago

Completion Phase-1:-

Divisive Hierarchical Clustering - Vinit Gore Agglomerative Hierarchical Clustering - Hiteshi Singh