uditgt / machine-learning-using-python

Python & ML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Learning using Python (Udemy) | Certification 🎓

Decision Trees / Random Forest / Ada & Gradient Boosting...

  • Palmer Penguins notebook
  • Banknote Authentication (refer above notebook)
  • Rock Density Xray (regression) (refer above notebook)
  • Mushroom dataset (refer above notebook)
  • Telco Customer Churn notebook

...XGBoost

Neural Networks

  • Tweet Classification (bi-directional LSTM) notebook
  • Fake News detection notebook
  • Telco Churn notebook
  • Customer Attrition (simple NN) - proprietary dataset notebook

SVM classification / regression: includes building pipeline

  • Cement slump dataset notebook
  • Wine Fraud dataset (refer above notebook)

KNN classification: includes building pipeline

  • Gene expression/ Cancer dataset notebook
  • Mine/ Rock dataset (refer above notebook)

Logistic regression and regularization: includes threshold tuning

  • Hearing test notebook
  • Heart disease (refer above notebook)
  • Online advertising (refer above notebook)
  • IRIS (refer above notebook)
  • Titanic (refer above notebook, +XGBoost notebook)

Linear regression and regularization:

NLP / Naive Bayes

Recommender System

  • Grouplens Movie Rating dataset notebook

Other examples

  • PCA based approach to finding relative value trades on Treasury Yield Curve notebook
  • Imbalanced learning on Customer Attrition dataset (proprietary) with 1:50 imbalance - using techniques from data resampling, cost-sensitive learning, ensemble-learning and anomaly algorithm approaches notebook

References & Fun reads:

About

Python & ML


Languages

Language:Jupyter Notebook 100.0%