randomfeelings / dsa_resources

DSA (Data Structures & Algorithms) and ML (Machine Learning) study material
1 stars 6 forks source link

added some ml algos from scratch #19

Closed ayush9304 closed 1 year ago

ayush9304 commented 1 year ago

Added 6 new ML algorithms:

  1. K-Means Clustering
  2. K-Nearest Neighbor(KNN) Algorithm
  3. Naive Bayes
  4. Neural Network
  5. Random Forest
  6. XGBoost

all written from scratch.