-
Notifications
You must be signed in to change notification settings - Fork 0
AI & ML
FullstackCodingGuy edited this page Jan 27, 2025
·
7 revisions
- Data
- Feature
- Model
- Supervised Learning
Training a model using labeled data where the outcome is already known
- Unsupervised Learning
It involves training a model with data that does not have labelled outcome, model tries to find patterns, similarities or groups within the data on its own.
- Reinforcement Learning
It is about training a model through trial and error where it receives rewards or penalities based on its actions.