machine learning Flashcards
What is machine learning?
study of computer algorithms that improve automatically through experience
What tasks are suitable for machine learning? (x3)
spam filtering
pattern recognition
data mining
conventional engineering design flow
acquisition of domain knowledge
(physics based mathematical model)
Algorithm development
(algorithm with performance guarantees)
machine learning design flow
acquisition of data
(training set)
hypothesis class > learning
(black box machine)
3 types of machine learning
supervised learning
unsupervised learning (clustering)
reinforcements learning
What is required for supervised learning?
input and output data are known
What is required for unsupervised learning?
input only is known
What is required for reinforcement learning?
input data and quality measure is known