Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 439 Bytes

File metadata and controls

12 lines (12 loc) · 439 Bytes

ml_coding

This is to collect all the machine learning coding problems which may show up in interviews. Ideally, these problems should be implemented without calling externel libararies. Currently found topic is as below. Open to update.

  1. Generate random number
  2. HandCode Logistic Regression
  3. HandCode Linear Regression
  4. HandCode SVM
  5. HandCode Kmeans
  6. HandCode KNN
  7. HandCode CNN
  8. HandCode Gaussian Mixture Model