Coursera lecture summary
Supervised Learning & Unsupervised Learning
Supervised Learning
In supervised learning, we are given a data set and already know what our correct output should look like, having the idea that there is a reltionship betwwen the input and the output.
Supervised learning problems ar categorized into "regression" and "Classification" problems.
In a regression problem, we are trying to predict results within a continuous output, meaning that we are trying to map input variables to some continuous function. In a classification problem, we are insted trying to predict results in a discrete(이산) output. In otehr words, we are trying to map input variables into discrete categories.
Unsupervised Learning
Unsupervised learning allows us to approacch problems with little or no idea what our results should look like. We can derive(도출, 유도) strcture from data where we dont necessarily know the effect of the variables.
we can derive this structure by clustering the data based on relationships among the variables in the data.
with unsupervised leaning there is no feedback based oon the prediction results.
'Machine Learning' 카테고리의 다른 글
Linear regression with one variable - Cost function (0) | 2022.05.03 |
---|---|
Linear regression with one variable - Model Representation (0) | 2022.05.03 |
what is Machine Learning? (0) | 2022.04.26 |
[Book][doit_2]분산 학습 (0) | 2022.02.06 |
NLP 를 위한 CNN (0) | 2020.07.14 |