ModelBasedLearning.md (258B)
1 # Model Based Learning 2 3 ML CH1 4 5 **Definition:** Model based learning takes in inputs, does predictions, and gives an output. 6 7 This is different than [InstanceBasedLearning](InstanceBasedLearning.md) because it tries to learn patterns instead of match them.