sashrika15 / Unsupervised_Learning_Algorithms

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

Add test files to existing algorithms #12

Closed sashrika15 closed 3 years ago

sashrika15 commented 3 years ago

Some older contributions do not have test files, create test files for them.

Respond to this issue to be assigned. Please comment the name and category of the algorithm you are adding the test file for.

srijarkoroy commented 3 years ago

Algorithm chosen: Independent Component Analysis Category: component_analysis

srijarkoroy commented 3 years ago

Algorithm chosen: K-Means Category: Clustering

indiradutta commented 3 years ago

Algorithm chosen: PCA Category: component_analysis Add test.py and source code

Pranav1007 commented 3 years ago

Algorithm Chosen: SOMs Category: Clustering

sashrika15 commented 3 years ago

Algorithm Chosen: SOMs Category: Clustering

Hey Pranav, could you also change your folder name to just SOM

sashrika15 commented 3 years ago

All old algorithms have been updated! Great work everyone