Topic1:- Introduction of Machine Learning
What is Machine Learning (ML)? Machine Learning is a branch of Artificial Intelligence (AI) that enables computers to learn from data and improve their performance automatically without being explicitly programmed for every task. In simple terms: Machine Learning is about teaching computers to learn patterns from data and make decisions or predictions. Example: Imagine you want to make a program that predicts whether an email is spam or not spam . You collect thousands of emails (data). You label them as spam or not spam (training data). You train an ML model on these examples. Later, the model can predict new, unseen emails as spam or not spam automatically. Types of Machine Learning Machine Learning is generally divided into three main types . Types of Machine Learning 1. Supervised Learning In supervised learning , the model learns from labeled data — data that already has the correct output Goal: To make predictions based on example input...
Comments
Post a Comment