Ml is a thing labeller
ML is an approach to making lots of small decisions.
ML vs traditional programming
Information -> Recipe (code) -> Answer
Information -> Model -> Anwer
Classification Algorithm
- Support Vecotr Classifier (Line)
- Decision Tree
- Neural Network
--> Model: Recipe
Definition ML
Machine learning is an approach to makting repeated descisions that involves algorithmically finding patterns in data and unsing these to make recipes that deal correctly with brand new data.
15:17