Machine Learning
Machine Learning
Machine Learning
- System that trains a model from input data
Most common classes of Machine Learning models
- unsupervised ML models
- no tags
- grouping current data into groups to find patterns
- no tags
- supervised ML models
- have label data / label tag
- {For Example: [name, type, number]}
- is used to predict data from past examples
- {For Example: [name, type, number]}
- have label data / label tag