Python+for+ML.pdf,programming for machine learning

SamS270368 32 views 13 slides May 27, 2024
Slide 1
Slide 1 of 13
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13

About This Presentation

python


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

What is Python?
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Python is a popular high level, object oriented and interpreted language
●High level
●Object oriented
●Interpreted

Benefits of Python
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Graphical user interface
Web development using
Python
Length of the program is
short
Mathematical computation can be
done easily
1
2
3
Python is simple and
beginner friendly language
4
5

Types of Machine Learning
●Numpy
●Pandas
●Matplotlib
●Seaborn
●Scikit-learn
Important libraries in Python

Thank You!
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Tags