sashrika15 / Unsupervised_Learning_Algorithms

Python implementations of Unsupervised Learning algorithms from scratch
7 stars 9 forks source link

Added test files for SOM and restructured the directory #25

Closed Pranav1007 closed 3 years ago

Pranav1007 commented 3 years ago

Hey, slight changes. SOMs are used for dimensionality reduction and should ideally be under the broader category of component_analysis. Can you place it in that folder?

Also in the readme, clone this repo, I think you've put your own repo instead.

Done.