Machine Learning (Coursera, Andrew Ng) Flashcards
Usages for Machine Learning?
Applications cant program by hand
Examples of Database mining?
Making sense of web-click data, medical records
Making sense of web-click data is about?
Data Mining
Making sense of medical records is about?
Data Mining
Amazon/Netflix recommendations is an example of?
Self-customizing programs
Field of study that gives computers the ability to learn without being explicitly programmed?
Machine Learning
A computer program is said to learn from experience E with respect to some task T and some performance measure P, if its performance on T, measured by P, improves with experience E?
Well-posed Learning Problem
What is Machine Learning?
Field of study that gives computers the ability to learn without being explicitly programmed
What is Well-posed Learning Problem?
A computer program is said to learn from experience E with respect to some task T and some performance measure P, if its performance on T, measured by P, improves with experience E
Two broad classifications in ML?
Supervised Learning - Unsupervised Learning
What problems Supervised Learning solves?
Given the data to learn on - can we predict the future results?
What problems Unsupervised Learning solves?
Given a dataset - can we find some structure?
The ML Problems?
Regression, Classification, Clustering
Regression?
Predict continuous value output
Classification?
Predict discrete value output