반응형
Kaggle 을 통해서 Machine Learning 을 배우고 Kaggle Competition 에 참여하는 방법을 알 수 있습니다.
https://www.youtube.com/playlist?list=PL98nY_tJQXZnP-k3qCDd1hljVSciDV9_N
반응형
Kaggle 을 통해서 Machine Learning 을 배우고 Kaggle Competition 에 참여하는 방법을 알 수 있습니다.
https://www.youtube.com/playlist?list=PL98nY_tJQXZnP-k3qCDd1hljVSciDV9_N
1. python 라이브러리
NumPy : 벡터, 행렬을 다루는 수치계산
SciPy : 과학 계산
Matplotlib: 그래프 그리기
Pandas: R과 유사한 데이터 프레임을 제공
PIL: 이미지 데이터를 다루는 라이브러리
Scikit-learn: 머신러닝
IPython: 대화형 cli
2. Enthought Canopy : python GUI 통합 분석 환경 설치
## https://www.enthought.com/products/canopy/
## 다운로드
## https://store.enthought.com/downloads/#default
## 예제소스 다운로드
$ cd ~/Documents/github
$ git clone https://github.com/enakai00/ml4se.git
$ cd ml4se
$ unzip ml4se.zip
$ source ./ml4se/config_mac.sh