Skip to content

sliao7/Notes-on-Data-Science-and-Statistic-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

3, Notes-on-Data-Science-and-Statistic-Learning

This repository is to backup my learning notes.

Statistics

  • Point Estimators and Confidence Intervals pdf

Machine Learning

Support Vector Machine with Dual Lagrangian Explained notes slides

Neural Networks (Logistic Regression reviewed) notes slides

  • Review on Logistic Regression (Maximum log conditional likelihood)
  • A summary of popular Activation functions
  • Training neural networks
  • Classification performance measures: Mis-classification error, Confusion Matrix, Precision, Recall, F1 score
  • Common Nueral Network structures: CNN, RNN, GAN, Auto-encoder

Feature Selection (Information Theoretic Metrics and Regularization)notes slides

  • Entropy: quantify the uncertainty
  • An feature selection algorithm using Mutual information
  • Ridge and Lasso regularization, Elastic Net
  • Forward, Backward and Mixed selection

Boosting notes slides

  • AdaBoosting classifier: algorithms, exponetial loss, parameter updates

Decision Tree and Random Forest notes slides

  • Decision Tree growing and pruning, Error Measures (misclassification errer, Gini index, Cross-entropy)
  • Random Forest, Bagging, Bootstrap, OOB (out-of-bag) error
  • Boosting trees

Linear Algebra

  • Possible case of a linear system pdf

Python, Git and Latex pdf

  • Include common commands that I often use.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published