Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 774 Bytes

File metadata and controls

26 lines (23 loc) · 774 Bytes

ML Algorithm and Code

Youtube and other courses I haved been following

Some important topics in ML which I have learned till now:

  • Linear Regression
  • Logistic Regression
  • Gradient Descent
  • K Nearest Neighbour
  • Support Vector Classifier/ Machines
  • Decision Tree
  • RandomForest Classifier
  • Naive Bayes Classifier (Multinomial and Gaussian)
  • HyperTuning (GridSearchCV)

Some ML Frameworks

  • Scikit Learn
  • OpenCV ( Image Processing )
  • Numpy
  • Matplotlib
  • Pandas