@@ -104,7 +104,7 @@ Blog post series - [1 Univariate Selection](http://blog.datadive.net/selecting-g
104
104
[ sklearn] ( https://scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html ) - t-distributed Stochastic Neighbor Embedding (t-SNE), [ intro] ( https://distill.pub/2016/misread-tsne/ ) . Faster implementations: [ lvdmaaten] ( https://lvdmaaten.github.io/tsne/ ) , [ MulticoreTSNE] ( https://github.com/DmitryUlyanov/Multicore-TSNE ) .
105
105
[ sklearn] ( http://scikit-learn.org/stable/modules/generated/sklearn.decomposition.TruncatedSVD.html ) - Truncated SVD (aka LSA).
106
106
[ mdr] ( https://github.com/EpistasisLab/scikit-mdr ) - Dimensionality reduction, multifactor dimensionality reduction (MDR).
107
- [ umap] ( https://github.com/lmcinnes/umap ) - Uniform Manifold Approximation and Projection.
107
+ [ umap] ( https://github.com/lmcinnes/umap ) - Uniform Manifold Approximation and Projection, [ talk ] ( https://www.youtube.com/watch?v=nq6iPZVUxZU ) .
108
108
[ FIt-SNE] ( https://github.com/KlugerLab/FIt-SNE ) - Fast Fourier Transform-accelerated Interpolation-based t-SNE.
109
109
[ scikit-tda] ( https://github.com/scikit-tda/scikit-tda ) - Topological Data Analysis, [ paper] ( https://www.nature.com/articles/srep01236 ) , [ talk] ( https://www.youtube.com/watch?v=F2t_ytTLrQ4 ) .
110
110
@@ -291,7 +291,7 @@ Understanding SVM Regression: [slides](https://cs.adelaide.edu.au/~chhshen/teach
291
291
#### Clustering
292
292
[ pyclustering] ( https://github.com/annoviko/pyclustering ) - All sorts of clustering algorithms.
293
293
[ somoclu] ( https://github.com/peterwittek/somoclu ) - Self-organizing map.
294
- [ hdbscan] ( https://github.com/scikit-learn-contrib/hdbscan ) - Clustering algorithm.
294
+ [ hdbscan] ( https://github.com/scikit-learn-contrib/hdbscan ) - Clustering algorithm, [ talk ] ( https://www.youtube.com/watch?v=dGsxd67IFiU ) .
295
295
[ nmslib] ( https://github.com/nmslib/nmslib ) - Similarity search library and toolkit for evaluation of k-NN methods.
296
296
[ buckshotpp] ( https://github.com/zjohn77/buckshotpp ) - Outlier-resistant and scalable clustering algorithm.
297
297
[ merf] ( https://github.com/manifoldai/merf ) - Mixed Effects Random Forest for Clustering, [ video] ( https://www.youtube.com/watch?v=gWj4ZwB7f3o )
0 commit comments