Skip to content

Papers, notes and code about Machine Learning and Deep Learning

Notifications You must be signed in to change notification settings

jinisaweaklearner/DS-ML-Paper-Note-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Papers, Notes and Code in Data Science and Machine learning

Tree-based

Model Name Category Paper Notes Code
Decision Tree (ID3,C4.5,CART) - - Notes
Random Forest bagging Notes
AdaBoost: Adaptive Boosting boosting Notes Code
GBDT: Gradient Boosting Decision Tree boosting Notes Code
LightGBM: A Highly Efficient Gradient Boosting Decision Tree boosting Paper Notes
XGBoost: A Scalable Tree Boosting System boosting Paper Notes
CatBoost: unbiased boosting with categorical features boosting Paper Notes
Deep Forest: Towards an Alternative to Deep Neural Networks - Paper Github

Recommender System

Name Paper Notes Code Desc
NeuMF Paper - - a combination of GMF and MLP
GMF - - - generalized matrix factorization with embedding
MLP - - - multilayer perceptron with embedding
Wide & Deep Paper - - embeding categorical and continuous features
Deep Neural Networks for YouTube Recommendations Paper - - -

Auto ML

SVM

Dimention Reduction

  • PCA PCR PLS [Notes]
  • MDS
  • t-SNE
  • Auto Encoder

Non Linear Methods

NLP Pre-trained Model

  • RoBERTa: A Robustly Optimized BERT Pretraining Approach [Paper] [Code]
  • ULMFiT: Universal Language Model Fine-tuning for Text Classification [Paper]
  • GPT2: Language Models are Unsupervised Multitask Learners [Paper] [Code]
  • BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding [Paper]

Sequential Model

Name Paper Notes Code Desc
LSTM Paper - - Long Short Term Memory
BiLSTM - - - Bidirectional Long Short Term Memory
GRU - - - Gated Recurrent Unit
RNN - - - Recurrent Neural Network
DeepAR Paper - - -
N-BEATS Paper - - -

Time Series Papers

Paper Title Notes Desc
FFORMA: Feature-based forecast model average - 2nd place solution in M4 with 42 TS features
A hybrid method of exponential smoothing and recurrent neural networks for time series forecasting - 1st place solution in M4 with the combination of RNN and ETS
M5 accuracy competition: Results, findings, and conclusions - M5 Summary
Monash Time Series Forecasting Repository - baseline

Traditional Time Series Forecasting

  • Time Series Ebook [Link]
  • Naïve
  • Seasonal Naïve
  • Simple Exponential Smoothing
  • ARIMA
  • Moving Averages
  • Prophet

Causal inference

Rating System

Anomaly Detection

  • Isolation Forest [Paper] [Video]
  • One-Class SVM
  • Local Outlier Factor
  • Robust Covariance

Imbalanced Problem

Model Interpretation

  • SHAP: A Unified Approach to Interpreting Model Predictions [Paper]
  • LIME: “Why Should I Trust You?” Explaining the Predictions of Any Classifier [Paper]

Feature Selection, Engineering and Deduction

  • mRMR: Maximum Relevance and Minimum Redundancy [Paper] [Github]
  • Autoencoder

Model Validation

AB Testing

  • P Value, effect size and power analysis [Notes]

Resources

About

Papers, notes and code about Machine Learning and Deep Learning

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published