โœ”๏ธ ML Algorithms * by Jason Brownlee

metamong 2022. 6. 11.

๐Ÿ‘ ์ตœ์†Œํ•œ์—๋ผ๋„ ๊ณต๋ถ€ํ•˜๊ณ  ์•Œ์•„์•ผ ํ•  machine learning algorithm ๋ชฉ๋ก๋“ค์ด๋‹ค.

(ํ›—๋‚  ์•„๋ž˜ ๋ชจ๋“  algorithm์„ ํฌ์ŠคํŒ…ํ•  ๊ฒƒ!)

 

 

๐ŸŸ  Regularization

 

→ Ridge Regression

https://sh-avid-learner.tistory.com/entry/L2-Regularization-%E2%86%92-Ridge-Regression-concepts

https://sh-avid-learner.tistory.com/entry/L2-Regularization-%E2%86%92-Ridge-Regression-wscikit-learn

 

→ LASSO (Least Absolute Shrinkage and Selection Operator)

https://sh-avid-learner.tistory.com/141

 


 

๐Ÿ”ต Regression

 

→ Linear Regression (Simple Linear Regression, Multiple Linear Regression)

https://sh-avid-learner.tistory.com/entry/Simple-Linear-Regression-concepts

https://sh-avid-learner.tistory.com/entry/Simple-Linear-Regression-Model-wscikit-learn

https://sh-avid-learner.tistory.com/entry/Multiple-Linear-Regression-Model-conceptswcode

 

→ Polynomial Regression

https://sh-avid-learner.tistory.com/entry/Polynomial-Regression-Model

 

→ Logistic Regression

https://sh-avid-learner.tistory.com/entry/Logistic-Regression-Model-concepts

https://sh-avid-learner.tistory.com/entry/Logistic-Regression-Model-wcode

 


 

๐ŸŸฃ Bayesian

 

→ Bayesian Theorem

https://sh-avid-learner.tistory.com/entry/Bayesian-Theorem

https://sh-avid-learner.tistory.com/entry/Bayesian-Theorem-example-2-exercises

 


 

โšช๏ธ Decision Tree

 

→ concepts

https://sh-avid-learner.tistory.com/entry/Decision-Trees-concepts

 


 

๐ŸŸค Dimensionality Reduction

 

→ PCA(Principal Component Analysis)

https://sh-avid-learner.tistory.com/entry/feature-extraction1-PCAPrincipal-Component-Analysis-concepts

https://sh-avid-learner.tistory.com/entry/feature-extraction1-PCAPrincipal-Component-Analysis-wcode

 


 

๐ŸŸก Clustering

 

→ K-Means

https://sh-avid-learner.tistory.com/entry/K-Means-Clustering-concepts-wcode