diff options
| author | Marcellus <msimon_fr@hotmail.com> | 2026-03-09 14:46:14 +0100 |
|---|---|---|
| committer | Marcellus <msimon_fr@hotmail.com> | 2026-03-09 14:46:14 +0100 |
| commit | f2e9fecc8d42913e5a32e06bc3a77f0147736b41 (patch) | |
| tree | a2ed43bf59a758392407aa18dfca94de34a59b17 /BDA/red_dim.md | |
| parent | 5ba18af15a8d18d9ec8e576afc72a30129f26dcd (diff) | |
feat: BDA 09-03
Diffstat (limited to 'BDA/red_dim.md')
| -rw-r--r-- | BDA/red_dim.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/BDA/red_dim.md b/BDA/red_dim.md new file mode 100644 index 0000000..7fb99ca --- /dev/null +++ b/BDA/red_dim.md @@ -0,0 +1,20 @@ +# Représentation d'un dataset +Image, vidéos... Grandes dimensions de données, difficiles à se représenter + +## Objectif de la réduction de dimension +Projection de *X* dans un espace de plus petite dimension + +# LLE +type régression + +# t-distributed Stochastic Neighbor Embedding (tSNE) +- Approche non linéaire +- Non déterministe +- Fortement contrôlé par la perplexité $\sigma$ + + +# UMAP +- *n_neighbors* +- + +# PaCMAP |
