profile
Data science & Machine learning, baking and reading(≪,≫)
post-thumbnail

Clustering in Python with Toy example

Clustering is data segmentation (or grouping) such that those within each cluster are more closely related to one another than objects in others.

2022년 4월 25일
·
0개의 댓글
·
post-thumbnail

Directional changes in Python

Original versionMerging adjacent trendsAdd $\\delta$ for observing change amountBakhach, A., Tsang, E.P., & Jalalian, H.R. (2016). Forecasting directi

2022년 4월 19일
·
0개의 댓글
·
post-thumbnail

Textbooks in Machine Learning

|Author|Year|Textbook|| |---|---|---|---| |Hastie, Tibshirani, Friedman|2008|The Elements of Statistical Learning : Data Mining, Inference, and Pred

2022년 3월 30일
·
0개의 댓글
·
post-thumbnail

Clustering analysis : Key concepts and Implementation in Python

https://towardsdatascience.com/time-series-clustering-deriving-trends-and-archetypes-from-sequential-data-bb87783312b4

2022년 3월 28일
·
0개의 댓글
·

PCA(Principal Component Analysis) (feat. sklearn)

PCA in sklearn Pre-requistie : SVD $$ X = U D V^{\top} $$ Pre-requistie : sklearn Data set Eigenvectors The right singular vectors, $V^{\top}$

2022년 3월 17일
·
0개의 댓글
·