ensae_teaching_cs
0.9.3095
  • 1. Algorithmes et programmation
  • 2. Python pour un Data Scientist / Economiste
    • Agilité avec les données
    • Machine Learning - les briques de bases
      • Machine learning - les briques de bases
        • Statistiques Descriptives
        • Transformations des données, Embedding
        • Machine Learning - Formalisation
    • Machine learning - extensions
    • Galleries de problèmes résolus ou presque
    • Algorithmes, Optimisation, Programmation
    • Bibliographie
    • A propos du cours
  • 3. Eléments logiciels pour le traitement des données massives
  • 4. Projets informatiques
  • 5. Examens
  • 6. Découvrir
  • 7. Visualisation
  • 8. Modules, Bibliographie, Articles, FAQ...
  • 9. Getting started
  • 10. Galleries d'exemples
  • 11. Index
  • 12. API
  • 13. Command lines
ensae_teaching_cs
  • Docs »
  • Python pour un Data Scientist / Economiste »
  • Machine learning - les briques de bases »
  • Projections, Réduction des dimensions
  • View page source

Economie Statistique

Projections, Réduction des dimensions¶

(à venir)

  • PCA, Sparse PCA, Kernel PCA

  • SOM

  • LSH

Lectures

  • PCA

  • Johnson–Lindenstrauss lemma, Random projection, Concentration of measure, Experiments with Random Projection

  • Compressed sensing and single-pixel cameras (wikipedia : Compressed Sensing)

  • Locality-sensitive hashing, LSH Forest: Self-Tuning Indexes for Similarity Search

  • Manifold learning

  • Cartes de Kohonen

  • Dynamic Self-Organising Map

  • Fast Randomized SVD

  • Neural Autoregressive Distribution Estimation

  • How to Use t-SNE Effectively

  • Practical and Optimal LSH for Angular Distance

  • Optimal Data-Dependent Hashing for Approximate Near Neighbors

  • mQAPViz: A divide-and-conquer multi-objective optimization algorithm to compute large data visualizations

  • Feature Hashing for Large Scale Multitask Learning

Modules

  • scikit-learn

  • statsmodels

  • fbpca : ACP

  • prince : ACM

  • Parametric-t-SNE

  • openTSNE

  • datasketch (LSH), le module minhashcuda implémente l’algorithme MinHash sur GPU

  • NearPy (LSH)

Animations

  • How to Use t-SNE Effectively


Next Previous

Dernière mise à jour : 2020-12-23.