.. image:: pyeco.png :height: 20 :alt: Economie :target: http://www.xavierdupre.fr/app/ensae_teaching_cs/helpsphinx/td_2a_notions.html#pour-un-profil-plutot-economiste .. image:: pystat.png :height: 20 :alt: Statistique :target: http://www.xavierdupre.fr/app/ensae_teaching_cs/helpsphinx/td_2a_notions.html#pour-un-profil-plutot-data-scientist .. _l-ml2a-reddim: 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 `_