Machine Learning
Machine learning (ML) is the scientific study of algorithms and statistical models that computer systems use to progressively improve their performance on a specific task. Machine learning algorithms build a mathematical model of sample data, known as “training data”, in order to make predictions or decisions without being explicitly programmed to perform the task.
수비니움의 정리 및 Tutorial 제작
정리본
- Deeplearning with Python
- Introduction to Machine Learning with Python
- Python for Data Analysis (TBD)
유튜브 및 자체제작
머신러닝 자료 통합 프로젝트
- 10 Steps to Become a Data Scientist (TBD)
Book & Text
Korean
- 케라스 창시자에게 배우는 딥러닝 - Deeplearning with Python
- 파이썬 라이브러리를 활용한 머신러닝 - Introduction to Machine Learning with Python
- 파이썬 라이브러리를 활용한 데이터 분석 - Python for Data Analysis
- PRML 번역
English
Lecture
English
- CS231n : Convolutional Neural Networks for Visual Recognition
- CS229
- Deeplearning 강의
Leave a Comment