Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 1.07 KB

File metadata and controls

5 lines (4 loc) · 1.07 KB

{Machine, Deep} Learning Playground

In this repository, you will find some of my personal experiments done with ML/DL techniques to improve my confidence with them or curiosity in the outcome.

  • Knowledge Distillation notebook contains an implementation of that technique presented into the paper Distilling the Knowledge in a Neural Network by Hinton et al.
  • Diabetes notebook contains an implementation of a Machine Learning pipeline over the Prima Indian Diabetes Dataset, with a little of Data Exploration, Feature Selection with some properties of models like LASSO regularization or Wrapper methods like recursive feature elimination, Hyperparameters optimization with Random Search and ensemble methods of an SVM, Random Forest and Naive Bayes models with stacking ensemble.