C++/Python implementations of the most popular ML/Data Science algorithms
The implementations of the following algorithms are available in this repository :
- Clustering
- DBSCAN
- k-means
- agglomerative clustering
- Regression
- Linear regression
- Multivariate regression
- Polynomial regression
- PCA
- Decision Tree
- Edit Distance
- Perceptron algorithm