Machine Learning is so Extensive and Sophisticated
Machine Learning Tasks
- Classification
- to classify the data into specific category
- categories are pre-assigned
- Regression
- Linear regression
- to find linear function that explain independent variable x and dependent variable y in given data set, {(x, y)}
- simple linear regression:
y-hat = f(x) = 𝜷₀ + 𝜷₁𝑿𝑖
- Logistic regression
- is different to linear regression in that dependent variable(y) is nominal type
- is a kind of stochastic elements
- Clustreing
- is almost the same to the classification, but the only one difference is that is has no certain categorues
- to make cluster by learning characters of independent data (not need training)
- application cases
- to classify document: by frequency of words
- to classify satellite pictures: by color tone
Machine Learning Modes
- Supervised learning
- teacher + students
- classification, regression
- Unsupervised learning
- is trained with unlabeled data (without answer)
- clustering
- Reinforcement learning
- was invented in 1990s, and is spotlighted in these days
- is learning method that makes computer plays better than human being
- to mapping the state to an specific action which brings the best reward
Machine Learning Technique
댓글 없음:
댓글 쓰기