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
49 stars 69 forks source link

Divisive Hierarchical Clustering Algorithm added #154

Closed Vinit-source closed 3 years ago

Vinit-source commented 3 years ago

Fixes #94

Brief description of what is fixed or changed

Other comments

Some improvements can be done like making the code in utils.allocate better, introducing different selection, split measures and distance criteria, etc. I have added notable references in the utils file.