Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fardinabbasi authored Aug 13, 2024
1 parent 82dd6dc commit a3ae726
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ Performing PCA on the "emotion_detection" dataset contains 213 images with 6 lab
Performing **non-parametric Parzen Window estimation** on the 'ted_main.csv' dataset, both **from scratch** and using **built-in** functions.
## [SVM](https://github.com/fardinabbasi/SVM)
Performing Support Vector Classification (SVC) on the iris dataset.
## [KNN](https://github.com/fardinabbasi/KNN)
Implementation and analysis of K-Nearest Neighbors with varying values of K, including a study on the impact of metric learning using LMNN and LFDA algorithms.
## [K-Means](https://github.com/fardinabbasi/K_means)
Implementation of K-Means++ and K-Medians++ clustering algorithms, including an analysis of their performance across various values of K.

0 comments on commit a3ae726

Please sign in to comment.