Home
Random
Recent changes
Special pages
Community portal
Preferences
About Qbase
Disclaimers
Qbase
Search
User menu
Talk
Contributions
Create account
Log in
Editing
What is Machine Learning
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Types of Machine Learning == === Supervised Learning === In supervised learning, the model is trained on a labeled dataset, where each input is paired with a correct output. The goal is to learn a mapping from inputs to outputs. * Example: Email spam detection (spam or not spam) === Unsupervised Learning === Unsupervised learning involves training a model on data without labeled responses. The model tries to find hidden patterns or groupings in the data. * Example: Customer segmentation in marketing === Reinforcement Learning === Reinforcement learning is based on agents that learn by interacting with an environment. They receive rewards or penalties based on their actions and use this feedback to learn optimal behavior. * Example: Training a robot to walk === Semi-Supervised and Self-Supervised Learning === These approaches use a mix of labeled and unlabeled data or generate labels from the data itself. They are useful when labeling data is costly or difficult.
Summary:
Please note that all contributions to Qbase may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
My wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)