Machine Learning (ML)
Machine Learning is a subset of AI that involves teaching computers to learn from data and improve over
time without being explicitly programmed. It uses algorithms to identify patterns in data and make
decisions based on those patterns. Key types of machine learning include:
Supervised Learning: The algorithm learns from labeled data, where both the input and the
correct output are provided.
Unsupervised Learning: The algorithm identifies patterns in data without labeled outputs, such
as clustering or anomaly detection.
Reinforcement Learning: The algorithm learns by interacting with an environment and receiving
feedback in the form of rewards or penalties based on its actions.