(1주차)
파이썬 라이브러리를 이용해서 머신 러닝 모델을 실행한다. 이를 통해서 결과를 예측하거나 그룹을 나누거나 추천 시스템을 만든다.
regression, classification, clustering, scikit learn, scipy.
+ anomaly detection, sequence mining, dimension reduction (PCA), recommendation systems.
파이썬 라이브러리: numpy (계산), scipy (optimization, statistics 등), matplotlib (시각화), pandas, scikit-learn (ML)
scikit-earn: clssification, regression, clustering algorithms (with numpy and scipy).
preprocessing, train/test split, algorithm (e.g. svm), fit, predict
Supervised vs. unsupervised (learning)
supervised: classification, regression
unsupervised: dimension reduction, market basket analysis, density estimation, clustering
clustering: discovering structure, summarization, anomaly detection.
'머신 러닝' 카테고리의 다른 글
[머신러닝 코세라 강의] (2주차) "Gradient Descent 벡터 표현" Machine Learning (by Andrew Ng) (0) | 2022.05.29 |
---|---|
[머신러닝 코세라 강의] (2주차) "Cost Function & Gradient Descent" Machine Learning (by Andrew Ng) (0) | 2022.05.26 |
[데이터과학 코세라 강의] (4주차) 데이터 과학을 위한 파이썬 (0) | 2022.05.21 |
[데이터과학 코세라 강의] (3주차-2) 데이터 과학을 위한 파이썬 (0) | 2022.05.21 |
[데이터과학 코세라 강의] (3주차-1) 데이터 과학을 위한 파이썬 (0) | 2022.05.20 |