Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 410 Bytes

File metadata and controls

16 lines (15 loc) · 410 Bytes

AI_codes

C++/Python implementations of the most popular ML/Data Science algorithms

The implementations of the following algorithms are available in this repository :

  1. Clustering
    1. DBSCAN
    2. k-means
    3. agglomerative clustering
  2. Regression
    1. Linear regression
    2. Multivariate regression
    3. Polynomial regression
  3. PCA
  4. Decision Tree
  5. Edit Distance
  6. Perceptron algorithm