[Pattern recognition] The learning problem
시작하기전에
본 포스팅은 패턴인식 수업 수강 후 Learning problem에 대한 기본적인 지식들에 대해 복습할 기회 제공을 위해 개인적으로 만든 복습 문제 및 정답 포스팅입니다.
Questions
-
What is the hypothesis? and what is the ‘g’ and ‘f’ in the learning problem usually.
-
What is the target function ‘f’?
-
What is the PLA?
-
How perceptron learn about data?
-
What is the most studied and most utilized type of learning?
-
How we possibly learn anything from mere inputs?
-
What is the reinforcement learning?
-
What is the data mining?
-
What is the difference between the data mining and machine learning?
-
What is the difference between statistical learning vs machine learning
Answer
-
The formula which can make the algorithm chooses the best linear fit to Data.
-
The formula which can classify the problem we want correctly.
-
Perceptron Learning Algorithm
-
Pick a incorrect point from $(x_n,y_n)$
-
Supervised learning (Training the hypothesis from the labeled data)
- Clustering, hidden markov models, feature extraction(PCA, SVD and so on…)
- We can estimate the upper bound when we know about the expectation of input.
-
The network including Input – some output – reward process for this output
- A practical field that focuses on finding patterns, correlations, anomalies.
- Ex) look at medical records to detect a long-term drug effect
- Technically, the same
- DM more emphasis on data analysis
- DM has more huge DB
- ML: subfield of articial intelligence, SL: subfield of statistics
- ML: applications, prediction accuracy, SL: models and interpretability
댓글남기기