From caefb4cf4ad18362ab1f0b68c0c2ce9d6a8c7655 Mon Sep 17 00:00:00 2001 From: 15diksha <103831681+15diksha@users.noreply.github.com> Date: Mon, 30 Oct 2023 23:47:22 +0530 Subject: [PATCH] Updated README.md Added wikipedia link to Dimension Reduction topic --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45d05e2..5f6925d 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,7 @@ These are some Machine Learning and Data Mining algorithms and models help you t - [Density-based clustering](https://scikit-learn.org/stable/modules/clustering.html#dbscan) - [Fuzzy clustering](https://en.wikipedia.org/wiki/Fuzzy_clustering) - [Mixture models](https://en.wikipedia.org/wiki/Mixture_model) -- Dimension Reduction +- [Dimension Reduction](https://en.wikipedia.org/wiki/Dimensionality_reduction) - [Principal Component Analysis (PCA)](https://scikit-learn.org/stable/modules/decomposition.html#principal-component-analysis-pca) - [t-SNE; t-distributed Stochastic Neighbor Embedding](https://scikit-learn.org/stable/modules/decomposition.html#principal-component-analysis-pca) - [Factor Analysis](https://scikit-learn.org/stable/modules/decomposition.html#factor-analysis)