Python+for+ML.pdf,programming for machine learning
SamS270368
32 views
13 slides
May 27, 2024
Slide 1 of 13
1
2
3
4
5
6
7
8
9
10
11
12
13
About This Presentation
python
Size: 1.36 MB
Language: en
Added: May 27, 2024
Slides: 13 pages
Slide Content
Python For Machine Learning
SAMPRITI CHATTERJEE
Agenda
►Why do we need Machine Learning?
►What is Machine Learning?
►Life cycle to build a model with ML
► What is Python?
►Importance of Python
►Important libraries in Python
Agenda
What is data?
Why do we need Machine Learning?
What do we need
ML?
►Data becomes unstructured or semi-structured
►Business insights from the data
►Reduce production cost
►Build model based on the data to give the ability to the
machine to predicts on its own
Data in the Past days
Small
Structured
Manageable
Data in the past days
Data in the Recent days
Huge
Unstructured/ Semi structured
Not manageable with the traditional methods
Data in the recent days
Life Cycle Of Data Mining
Life Cycle Of Machine Learning
Understand the business
problem
Data Acquisition Data Cleaning
Exploratory data
Analysis
Machine Learning
Algorithm
Predict your model
accuracy
What is Machine Learning?
Machine learning is a sub-set of artificial intelligence (AI) that allows the system to automatically learn and
improve from experience without being explicitly programmed
Model Building Testing Data Training Data
What is Machine Learning?
Traditional Programming Vs Machine Learning
Traditional Programming Machine Learning
Da
ta
Prog
ram
Output
Model
Data
Output
Traditional programming Vs Machine Learning
Types of Machine Learning
●Supervised Learning
●Unsupervised Learning
●Reinforcement Learning
Types of Machine Learning