ML 강의 1-3강 정리

나은·2023년 7월 25일

Machine Learning 공부

목록 보기
1/4

📌 ch 1 . Machine Learning

🧐 machine Learning이란

Key ingredients in ML

  • Data
    • Structured or unstructed data
    • IID(Independent identically distributed) data or non-IID data
  • Model
  • Training(algorithm & inference)
    • Nonparametaric models
    • Parametric models

🧐 Algorithm 이란

  1. task 주어지고
  2. trainning experience 즉, data가 주어졌을때
  3. a performance measure이 되는 것

🧐 ML과 NON-ML의 차이

Re Programming을 하는지 Re-Training을 하는지

🧐 Machine Learning Taxonomy

FeedbackGoal
Supervised Learning명시적인 피드백Regression&Classification
Unsupervised LearningNo feedbackRepresentation learning & clustering
Reinforcement LearningEvaluative feedback(시스템이 피드백을 제공)sequential decision making

즉, self-supervised는 unsuperviesed에 포함
supervised : labeld data
unsupervised : unlabled data
Reinforce learning : 다양한 상황을 스스로 학습함


📌 ch 2 . Machine Learning for Regression

OLS and MLE

Regression and Linear models

profile
코딩공부블로그

0개의 댓글