@@ -34,21 +34,19 @@ Where does `linfa` stand right now? [Are we learning yet?](http://www.arewelearn
34
34
| [ clustering] ( algorithms/linfa-clustering/ ) | Data clustering | Tested / Benchmarked | Unsupervised learning | Clustering of unlabeled data; contains K-Means, Gaussian-Mixture-Model, DBSCAN and OPTICS |
35
35
| [ ensemble] ( algorithms/linfa-ensemble/ ) | Ensemble methods | Tested | Supervised learning | Contains bagging |
36
36
| [ elasticnet] ( algorithms/linfa-elasticnet/ ) | Elastic Net | Tested | Supervised learning | Linear regression with elastic net constraints |
37
- | [ ftrl] ( algorithms/linfa-ftrl/ ) | Follow The Regularized Leader - proximal | Tested / Benchmarked | Partial fit | Contains L1 and L2 regularization. Possible incremental
37
+ | [ ftrl] ( algorithms/linfa-ftrl/ ) | Follow The Regularized Leader - proximal | Tested / Benchmarked | Partial fit | Contains L1 and L2 regularization. Possible incremental update |
38
38
| [ hierarchical] ( algorithms/linfa-hierarchical/ ) | Agglomerative hierarchical clustering | Tested | Unsupervised learning | Cluster and build hierarchy of clusters |
39
39
| [ ica] ( algorithms/linfa-ica/ ) | Independent component analysis | Tested | Unsupervised learning | Contains FastICA implementation |
40
- | [ kernel] ( algorithms/linfa-kernel/ ) | Kernel methods for data transformation | Tested | Pre-processing | Maps feature vector into higher-dimensional space|
40
+ | [ kernel] ( algorithms/linfa-kernel/ ) | Kernel methods for data transformation | Tested | Pre-processing | Maps feature vector into higher-dimensional space |
41
41
| [ linear] ( algorithms/linfa-linear/ ) | Linear regression | Tested | Partial fit | Contains Ordinary Least Squares (OLS), Generalized Linear Models (GLM) |
42
- | [ logistic] ( algorithms/linfa-logistic/ ) | Logistic regression | Tested | Partial fit | Builds two-class logistic regression models
42
+ | [ logistic] ( algorithms/linfa-logistic/ ) | Logistic regression | Tested | Partial fit | Builds two-class logistic regression models |
43
43
| [ nn] ( algorithms/linfa-nn/ ) | Nearest Neighbours & Distances | Tested / Benchmarked | Pre-processing | Spatial index structures and distance functions |
44
44
| [ pls] ( algorithms/linfa-pls/ ) | Partial Least Squares | Tested | Supervised learning | Contains PLS estimators for dimensionality reduction and regression |
45
- | [ preprocessing] ( algorithms/linfa-preprocessing/ ) |Normalization & Vectorization| Tested / Benchmarked | Pre-processing | Contains data normalization/whitening and count
45
+ | [ preprocessing] ( algorithms/linfa-preprocessing/ ) | Normalization & Vectorization| Tested / Benchmarked | Pre-processing | Contains data normalization/whitening and count vectorization/tf-idf |
46
46
| [ reduction] ( algorithms/linfa-reduction/ ) | Dimensionality reduction | Tested | Pre-processing | Diffusion mapping, Principal Component Analysis (PCA), Random projections |
47
47
| [ svm] ( algorithms/linfa-svm/ ) | Support Vector Machines | Tested | Supervised learning | Classification or regression analysis of labeled datasets |
48
- | [ trees] ( algorithms/linfa-trees/ ) | Decision trees | Tested / Benchmarked | Supervised learning | Linear decision trees
49
- | [ tsne] ( algorithms/linfa-tsne/ ) | Dimensionality reduction| Tested | Unsupervised learning | Contains exact solution and Barnes-Hut approximation t-SNE |
50
- vectorization/tf-idf |
51
- update |
48
+ | [ trees] ( algorithms/linfa-trees/ ) | Decision trees | Tested / Benchmarked | Supervised learning | Linear decision trees |
49
+ | [ tsne] ( algorithms/linfa-tsne/ ) | Dimensionality reduction | Tested | Unsupervised learning | Contains exact solution and Barnes-Hut approximation t-SNE |
52
50
53
51
We believe that only a significant community effort can nurture, build, and sustain a machine learning ecosystem in Rust - there is no other way forward.
54
52
0 commit comments