Ai PPT
Ai PPT
INTELLIGENCE AND
MACHINE LEARNINIG
AN INTRODUCTORY SESSION
HAVE IDEAS ? SHOW THEM!
WHAT IS AI?
WHAT IS NEED OF AI
Here are five concise points explaining the need for AI:
Data Deployme
Acquisitio Modeling nt
n
EXERCISE TIME
• Through the data collected from our colleagues, there are many factors that may
contribute to employee attrition.
• By using machine learning, we can predict who has the highest probability of
leaving the company, and so we can do our best to retain them. This is an
application of Employee Attrition Prediction!
HUMANS AND MACHINES
TYPES OF MACHINE LEARNING
TYPES OF REGRESSION
MACHINE LEARNING MODEL STEPS
1. Data Collection: Gathering relevant data from various sources to train the model.
2. Data Preprocessing: Cleaning and transforming data to ensure it's in the right format for modeling.
3. Feature Selection/Engineering: Identifying and creating important features that influence the model's
output.
4. Model Selection: Choosing an appropriate algorithm based on the problem type (e.g., regression,
classification).
5. Training: Feeding data into the model to learn patterns and relationships.
6. Evaluation: Testing the model's performance on unseen data to assess accuracy and effectiveness.
7. Tuning/Optimization: Adjusting hyperparameters and refining the model for improved performance.
8. Deployment: Integrating the model into a production environment for real-world use.
9. Monitoring: Continuously tracking model performance to ensure consistency and effectiveness over
time.
DIFFERENT DATA FOR DIFFERENT MODELS
Supervised Learning:
• - Trains on labeled data (input-output pairs).
• - Learns to predict correct outputs based on inputs.
• - Example: Classifying images as "cat" or "dog."
Unsupervised Learning:
• - Uses unlabeled data.
• - Finds patterns or structures in data.
• - Example: Grouping similar customers for marketing.
Reinforcement Learning:
• - Agent interacts with the environment.
• - Learns through rewards and penalties.
• - Example: Teaching a robot to navigate a maze.
EVERY COIN HAS A FLIP!