twang15 / PlatoAcademy

Free thoughts live
2 stars 1 forks source link

Readings #13

Open twang15 opened 3 years ago

twang15 commented 3 years ago

The Actual Difference Between Statistics and Machine Learning

twang15 commented 3 years ago

Machine Learning vs. Deep Learning

Both Machine Learning and Deep Learning are able to handle massive dataset sizes, however, machine learning methods make much more sense with small datasets.

venn diagram comparison

twang15 commented 3 years ago

one-hot encoding vs. dummy encoding in scikit-learn

twang15 commented 3 years ago

What is one-hot encoding

twang15 commented 3 years ago

Multiple linear regression w/ one categorical variable

twang15 commented 3 years ago

Multiple linear regression w/ two dummy variables 1 Multiple linear regression w/ two dummy variables 2

twang15 commented 3 years ago

One-Hot-Encoding, Multicollinearity and the Dummy Variable Trap

twang15 commented 3 years ago

VIF: Measuring the degree of multicollinearity

twang15 commented 3 years ago

SPSS Chi-square and Fisher test

SPSS student-t test w/ or w/o homogeneous variance

SPSS ANOVA test and Levene Test for homogeneous variance test

twang15 commented 3 years ago

超详细SPSS操作:多重线性回归(完整版)

workflow

twang15 commented 3 years ago

Calculating Unstandardized and Standardized Predicted and Residual Values in SPSS and Excel

Deleted residual, Studentized residual, and outlier detection

twang15 commented 3 years ago

Diagnose multi-collinearity Diagnose multi-collinearity 2

twang15 commented 3 years ago

Overfitting

twang15 commented 3 years ago

6种统计学方法,让你666地发文章

twang15 commented 3 years ago

Detecting Multicollinearity Using Variance Inflation Factors

twang15 commented 3 years ago

Modeling Binary logistic Regression Using Python Modeling Binary logistic Regression Using R