SlideShare a Scribd company logo
INTRODUCTION TO MACHINE
LEARNING USING PYTHON
BY: MAHENDRA GUPTA
LECTURER,
GOVT. POLYTECHNIC COLLEGE ANUPPUR, M.P.-484224
MOBLE: 9582429861
EMAIL: mahendragupta2211@gmail.com
: https://github.com/mahendragupta91
WEBSITE: www.learndifferences.org
AGENDA
MACHINE LEARNING INTRODUCTION PYTHON INTRODUCTION PROJECT DEMO USING NEURAL
NETWORK
BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
MACHINE LEARNING
Herbert Alexander Simon:
(Turing Award 1975, Nobel Prize in Economics 1978)
“Learning is any process by which a system
improves performance from experience.”
“Machine Learning is concerned with computer
programs that automatically improve their
performance through experience. “
BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
MACHINE LEARNING
 It does not require extra programming
effort to make predictions or learning new
environment.
 Machine learning algorithms build
a mathematical model based on sample
data
 Machine learning focuses on the
development of computer programs that
can access data and use it learn for
themselves
BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
CLASSICAL ALGORITHMS Vs Machine Learning Algorithms
BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
MACHINE LEARNING: EXAMPLE
BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
MACHINE LEARNING: EXAMPLE
BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
MACHINE LEARNING
BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
TYPES OF LEARNING
Supervised Learning
Unsupervised Learning
Semi-supervised Learning
Reinforcement Learning
BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
SUPERVISED LEARNING
 Supervised learning is when the model is getting trained on a labelled dataset.
 Labelled dataset is one which have both input and output parameters.
 Classification Is Supervised learning algorithms:
Decision Tree, Neural Network, SVM,
Regression Analysis etc. are Classification Techniques.
Steps involves in Classification
 Designing Model
 Training the Model
 Validation
 Prediction ( on new data)
BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
UNSUPERVISED LEARNING
 Here the training data does not include labels.
 The system has to learn on its own.
 It is mainly contains with techniques that involves the
grouping of objects
Clustering is a unsupervised learning algorithm.
BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
SEMI-SUPERVISED LEARNING
 Labeled may not be available or its is
insufficient for training.
 In this situation Semi-Supervised Learning
is used.
 Semi-supervised learning is an approach
to machine learning that combines a small
amount of labeled data with a large
amount of unlabeled data during training.
BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
REINFORCEMENT LEARNING
 Reinforcement learning is an area of
Machine Learning.
 It is about taking suitable action to
maximize reward in a particular situation.
 in reinforcement learning, there is no
answer but the reinforcement agent
decides what to do to perform the given
task.
 In the absence of a training dataset, it is
bound to learn from its experience.
 Reinforcement learning is all about making
decisions sequentially.
 output depends on the state of the current input
and the next input depends on the output of the
previous input.
 In Reinforcement learning decision is dependent,
So we give labels to sequences of dependent
decisions
BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
PYTHON PROGRAMMING
 Python is a dynamic, high level, free open
source and interpreted programming language.
 It supports object-oriented programming as well
as procedural oriented programming.
 it is a dynamically typed language.
 GUI Programming Support: PyQt5, PyQt4,
wxPython, or Tk in python.
 Extensible feature:
 Python is Portable language
Python Packages:
NumPy: Handling matrices
OpenCV : Image Processing
Keras : Collection of Neural Network
Tkinter and wxPython : UI widgets
PyTorch and TensorFlow :
Accelerated training and handling input and
output.
BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
IDEs Python Programming
BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
PROJECT OUTLINE
Deep Learning Project in Python with Keras.
1. Load Data.
2. Design Neural Network Model(Using Keras
Model)
3. Compile the Model
4. Train the Neural Network Model
5. Validate (testing) the model
6. Use Model for Predictions for new Data
BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
REFERENCES
1. https://en.wikipedia.org/wiki/Semi-
supervised_learning#:~:text=Semi%2Dsupervised%20learning%20is%20an,with%20only%20labeled%20training%20d
ata).
2. https://medium.com/inside-machine-learning/placeholder-3557ebb3d470
3. https://learndifferences.org/data-information-and-knowledge-differences.php
4. https://www.geeksforgeeks.org/what-is-reinforcement-learning/
5. https://www.youtube.com/watch?v=XvZsiWj6VuU
6. https://machinelearningmastery.com/tutorial-first-neural-network-python-keras/
BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
THANK YOU
mahendragupta2211@gmail.co
m

More Related Content

What's hot

Machine Learning Tutorial Part - 2 | Machine Learning Tutorial For Beginners ...
Machine Learning Tutorial Part - 2 | Machine Learning Tutorial For Beginners ...Machine Learning Tutorial Part - 2 | Machine Learning Tutorial For Beginners ...
Machine Learning Tutorial Part - 2 | Machine Learning Tutorial For Beginners ...
Simplilearn
 
A Beginner's Guide to Machine Learning with Scikit-Learn
A Beginner's Guide to Machine Learning with Scikit-LearnA Beginner's Guide to Machine Learning with Scikit-Learn
A Beginner's Guide to Machine Learning with Scikit-Learn
Sarah Guido
 
Machine Learning and Real-World Applications
Machine Learning and Real-World ApplicationsMachine Learning and Real-World Applications
Machine Learning and Real-World Applications
MachinePulse
 
Machine Learning in 10 Minutes | What is Machine Learning? | Edureka
Machine Learning in 10 Minutes | What is Machine Learning? | EdurekaMachine Learning in 10 Minutes | What is Machine Learning? | Edureka
Machine Learning in 10 Minutes | What is Machine Learning? | Edureka
Edureka!
 
Deep Learning With Python | Deep Learning And Neural Networks | Deep Learning...
Deep Learning With Python | Deep Learning And Neural Networks | Deep Learning...Deep Learning With Python | Deep Learning And Neural Networks | Deep Learning...
Deep Learning With Python | Deep Learning And Neural Networks | Deep Learning...
Simplilearn
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
Girish Khanzode
 
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Simplilearn
 
Machine Learning With Python | Machine Learning Algorithms | Machine Learning...
Machine Learning With Python | Machine Learning Algorithms | Machine Learning...Machine Learning With Python | Machine Learning Algorithms | Machine Learning...
Machine Learning With Python | Machine Learning Algorithms | Machine Learning...
Simplilearn
 
Intro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning PresentationIntro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning Presentation
Ankit Gupta
 
What Is Machine Learning? | What Is Machine Learning And How Does It Work? | ...
What Is Machine Learning? | What Is Machine Learning And How Does It Work? | ...What Is Machine Learning? | What Is Machine Learning And How Does It Work? | ...
What Is Machine Learning? | What Is Machine Learning And How Does It Work? | ...
Simplilearn
 
Scikit Learn intro
Scikit Learn introScikit Learn intro
Scikit Learn intro
9xdot
 
Machine learning
Machine learningMachine learning
Machine learning
Rajib Kumar De
 
Introduction to machine learning
Introduction to machine learningIntroduction to machine learning
Introduction to machine learning
Koundinya Desiraju
 
Multi Layer Perceptron & Back Propagation
Multi Layer Perceptron & Back PropagationMulti Layer Perceptron & Back Propagation
Multi Layer Perceptron & Back Propagation
Sung-ju Kim
 
Scikit Learn Tutorial | Machine Learning with Python | Python for Data Scienc...
Scikit Learn Tutorial | Machine Learning with Python | Python for Data Scienc...Scikit Learn Tutorial | Machine Learning with Python | Python for Data Scienc...
Scikit Learn Tutorial | Machine Learning with Python | Python for Data Scienc...
Edureka!
 
Introduction to Statistical Machine Learning
Introduction to Statistical Machine LearningIntroduction to Statistical Machine Learning
Introduction to Statistical Machine Learning
mahutte
 
TensorFlow Tutorial | Deep Learning With TensorFlow | TensorFlow Tutorial For...
TensorFlow Tutorial | Deep Learning With TensorFlow | TensorFlow Tutorial For...TensorFlow Tutorial | Deep Learning With TensorFlow | TensorFlow Tutorial For...
TensorFlow Tutorial | Deep Learning With TensorFlow | TensorFlow Tutorial For...
Simplilearn
 
What Is Data Science? | Introduction to Data Science | Data Science For Begin...
What Is Data Science? | Introduction to Data Science | Data Science For Begin...What Is Data Science? | Introduction to Data Science | Data Science For Begin...
What Is Data Science? | Introduction to Data Science | Data Science For Begin...
Simplilearn
 
Ppt on data science
Ppt on data science Ppt on data science
Ppt on data science
Ansh Budania
 
Python Basics | Python Tutorial | Edureka
Python Basics | Python Tutorial | EdurekaPython Basics | Python Tutorial | Edureka
Python Basics | Python Tutorial | Edureka
Edureka!
 

What's hot (20)

Machine Learning Tutorial Part - 2 | Machine Learning Tutorial For Beginners ...
Machine Learning Tutorial Part - 2 | Machine Learning Tutorial For Beginners ...Machine Learning Tutorial Part - 2 | Machine Learning Tutorial For Beginners ...
Machine Learning Tutorial Part - 2 | Machine Learning Tutorial For Beginners ...
 
A Beginner's Guide to Machine Learning with Scikit-Learn
A Beginner's Guide to Machine Learning with Scikit-LearnA Beginner's Guide to Machine Learning with Scikit-Learn
A Beginner's Guide to Machine Learning with Scikit-Learn
 
Machine Learning and Real-World Applications
Machine Learning and Real-World ApplicationsMachine Learning and Real-World Applications
Machine Learning and Real-World Applications
 
Machine Learning in 10 Minutes | What is Machine Learning? | Edureka
Machine Learning in 10 Minutes | What is Machine Learning? | EdurekaMachine Learning in 10 Minutes | What is Machine Learning? | Edureka
Machine Learning in 10 Minutes | What is Machine Learning? | Edureka
 
Deep Learning With Python | Deep Learning And Neural Networks | Deep Learning...
Deep Learning With Python | Deep Learning And Neural Networks | Deep Learning...Deep Learning With Python | Deep Learning And Neural Networks | Deep Learning...
Deep Learning With Python | Deep Learning And Neural Networks | Deep Learning...
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
 
Machine Learning With Python | Machine Learning Algorithms | Machine Learning...
Machine Learning With Python | Machine Learning Algorithms | Machine Learning...Machine Learning With Python | Machine Learning Algorithms | Machine Learning...
Machine Learning With Python | Machine Learning Algorithms | Machine Learning...
 
Intro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning PresentationIntro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning Presentation
 
What Is Machine Learning? | What Is Machine Learning And How Does It Work? | ...
What Is Machine Learning? | What Is Machine Learning And How Does It Work? | ...What Is Machine Learning? | What Is Machine Learning And How Does It Work? | ...
What Is Machine Learning? | What Is Machine Learning And How Does It Work? | ...
 
Scikit Learn intro
Scikit Learn introScikit Learn intro
Scikit Learn intro
 
Machine learning
Machine learningMachine learning
Machine learning
 
Introduction to machine learning
Introduction to machine learningIntroduction to machine learning
Introduction to machine learning
 
Multi Layer Perceptron & Back Propagation
Multi Layer Perceptron & Back PropagationMulti Layer Perceptron & Back Propagation
Multi Layer Perceptron & Back Propagation
 
Scikit Learn Tutorial | Machine Learning with Python | Python for Data Scienc...
Scikit Learn Tutorial | Machine Learning with Python | Python for Data Scienc...Scikit Learn Tutorial | Machine Learning with Python | Python for Data Scienc...
Scikit Learn Tutorial | Machine Learning with Python | Python for Data Scienc...
 
Introduction to Statistical Machine Learning
Introduction to Statistical Machine LearningIntroduction to Statistical Machine Learning
Introduction to Statistical Machine Learning
 
TensorFlow Tutorial | Deep Learning With TensorFlow | TensorFlow Tutorial For...
TensorFlow Tutorial | Deep Learning With TensorFlow | TensorFlow Tutorial For...TensorFlow Tutorial | Deep Learning With TensorFlow | TensorFlow Tutorial For...
TensorFlow Tutorial | Deep Learning With TensorFlow | TensorFlow Tutorial For...
 
What Is Data Science? | Introduction to Data Science | Data Science For Begin...
What Is Data Science? | Introduction to Data Science | Data Science For Begin...What Is Data Science? | Introduction to Data Science | Data Science For Begin...
What Is Data Science? | Introduction to Data Science | Data Science For Begin...
 
Ppt on data science
Ppt on data science Ppt on data science
Ppt on data science
 
Python Basics | Python Tutorial | Edureka
Python Basics | Python Tutorial | EdurekaPython Basics | Python Tutorial | Edureka
Python Basics | Python Tutorial | Edureka
 

Similar to Introduction To Machine Learning Using Python

What is Machine Learning4-converted.pptx
What is Machine Learning4-converted.pptxWhat is Machine Learning4-converted.pptx
What is Machine Learning4-converted.pptx
vinod756504
 
internship ppt.pptx
internship ppt.pptxinternship ppt.pptx
internship ppt.pptx
VarunMM2
 
Intersnship presentation done on inventeron technology company
Intersnship presentation done on inventeron technology companyIntersnship presentation done on inventeron technology company
Intersnship presentation done on inventeron technology company
kushalk200220
 
Machine Learning Institute in Gurgaon.pdf
Machine Learning Institute in Gurgaon.pdfMachine Learning Institute in Gurgaon.pdf
Machine Learning Institute in Gurgaon.pdf
APTRON Gurgaon
 
cyberbullyingdetectionusingmachinelearning-11-220913143556-fec10e26.pptx
cyberbullyingdetectionusingmachinelearning-11-220913143556-fec10e26.pptxcyberbullyingdetectionusingmachinelearning-11-220913143556-fec10e26.pptx
cyberbullyingdetectionusingmachinelearning-11-220913143556-fec10e26.pptx
SaiKiran101146
 
Mid defense presentation on machine learning.pptx
Mid defense presentation on machine learning.pptxMid defense presentation on machine learning.pptx
Mid defense presentation on machine learning.pptx
nobitad323
 
ITVV(Industrial training report)
ITVV(Industrial training report)ITVV(Industrial training report)
ITVV(Industrial training report)
HRJEETSINGH
 
Machine Learning Institute in Gurgaon.pptx
Machine Learning Institute in Gurgaon.pptxMachine Learning Institute in Gurgaon.pptx
Machine Learning Institute in Gurgaon.pptx
APTRON Gurgaon
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
KmPooja4
 
ppt.pptx
ppt.pptxppt.pptx
ppt.pptx
mukulbansal34
 
Vinayak Srivastava.pptx
Vinayak Srivastava.pptxVinayak Srivastava.pptx
Vinayak Srivastava.pptx
Chandan Srivastava
 
Machine learning
 Machine learning Machine learning
Machine learning
Siddharth Kar
 
DIYguru Labview Course Syllabus
DIYguru Labview Course SyllabusDIYguru Labview Course Syllabus
DIYguru Labview Course Syllabus
Srishti Sikaria
 
Predicting the Future with Azure Machine Learning
Predicting the Future with Azure Machine LearningPredicting the Future with Azure Machine Learning
Predicting the Future with Azure Machine Learning
Paul Prae
 
Training_Report_on_Machine_Learning.docx
Training_Report_on_Machine_Learning.docxTraining_Report_on_Machine_Learning.docx
Training_Report_on_Machine_Learning.docx
ShubhamBishnoi14
 
PFNにおける研究開発(2022/10/19 東大大学院「融合情報学特別講義Ⅲ」)
PFNにおける研究開発(2022/10/19 東大大学院「融合情報学特別講義Ⅲ」)PFNにおける研究開発(2022/10/19 東大大学院「融合情報学特別講義Ⅲ」)
PFNにおける研究開発(2022/10/19 東大大学院「融合情報学特別講義Ⅲ」)
Preferred Networks
 
CYBERBULLYING DETECTION USING MACHINE LEARNING-1 (1).pdf
CYBERBULLYING DETECTION USING              MACHINE LEARNING-1 (1).pdfCYBERBULLYING DETECTION USING              MACHINE LEARNING-1 (1).pdf
CYBERBULLYING DETECTION USING MACHINE LEARNING-1 (1).pdf
KumbidiGaming
 
Machine Learning Training in Gurgaon
Machine Learning Training in GurgaonMachine Learning Training in Gurgaon
Machine Learning Training in Gurgaon
shailendragurgaon
 
Master Machine Learning with Our Top-Rated Training Course in Noida.pptx
Master Machine Learning with Our Top-Rated Training Course in Noida.pptxMaster Machine Learning with Our Top-Rated Training Course in Noida.pptx
Master Machine Learning with Our Top-Rated Training Course in Noida.pptx
APTRON Solutions Noida
 
Machine learning
Machine learningMachine learning
Machine learning
osman ansari
 

Similar to Introduction To Machine Learning Using Python (20)

What is Machine Learning4-converted.pptx
What is Machine Learning4-converted.pptxWhat is Machine Learning4-converted.pptx
What is Machine Learning4-converted.pptx
 
internship ppt.pptx
internship ppt.pptxinternship ppt.pptx
internship ppt.pptx
 
Intersnship presentation done on inventeron technology company
Intersnship presentation done on inventeron technology companyIntersnship presentation done on inventeron technology company
Intersnship presentation done on inventeron technology company
 
Machine Learning Institute in Gurgaon.pdf
Machine Learning Institute in Gurgaon.pdfMachine Learning Institute in Gurgaon.pdf
Machine Learning Institute in Gurgaon.pdf
 
cyberbullyingdetectionusingmachinelearning-11-220913143556-fec10e26.pptx
cyberbullyingdetectionusingmachinelearning-11-220913143556-fec10e26.pptxcyberbullyingdetectionusingmachinelearning-11-220913143556-fec10e26.pptx
cyberbullyingdetectionusingmachinelearning-11-220913143556-fec10e26.pptx
 
Mid defense presentation on machine learning.pptx
Mid defense presentation on machine learning.pptxMid defense presentation on machine learning.pptx
Mid defense presentation on machine learning.pptx
 
ITVV(Industrial training report)
ITVV(Industrial training report)ITVV(Industrial training report)
ITVV(Industrial training report)
 
Machine Learning Institute in Gurgaon.pptx
Machine Learning Institute in Gurgaon.pptxMachine Learning Institute in Gurgaon.pptx
Machine Learning Institute in Gurgaon.pptx
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
 
ppt.pptx
ppt.pptxppt.pptx
ppt.pptx
 
Vinayak Srivastava.pptx
Vinayak Srivastava.pptxVinayak Srivastava.pptx
Vinayak Srivastava.pptx
 
Machine learning
 Machine learning Machine learning
Machine learning
 
DIYguru Labview Course Syllabus
DIYguru Labview Course SyllabusDIYguru Labview Course Syllabus
DIYguru Labview Course Syllabus
 
Predicting the Future with Azure Machine Learning
Predicting the Future with Azure Machine LearningPredicting the Future with Azure Machine Learning
Predicting the Future with Azure Machine Learning
 
Training_Report_on_Machine_Learning.docx
Training_Report_on_Machine_Learning.docxTraining_Report_on_Machine_Learning.docx
Training_Report_on_Machine_Learning.docx
 
PFNにおける研究開発(2022/10/19 東大大学院「融合情報学特別講義Ⅲ」)
PFNにおける研究開発(2022/10/19 東大大学院「融合情報学特別講義Ⅲ」)PFNにおける研究開発(2022/10/19 東大大学院「融合情報学特別講義Ⅲ」)
PFNにおける研究開発(2022/10/19 東大大学院「融合情報学特別講義Ⅲ」)
 
CYBERBULLYING DETECTION USING MACHINE LEARNING-1 (1).pdf
CYBERBULLYING DETECTION USING              MACHINE LEARNING-1 (1).pdfCYBERBULLYING DETECTION USING              MACHINE LEARNING-1 (1).pdf
CYBERBULLYING DETECTION USING MACHINE LEARNING-1 (1).pdf
 
Machine Learning Training in Gurgaon
Machine Learning Training in GurgaonMachine Learning Training in Gurgaon
Machine Learning Training in Gurgaon
 
Master Machine Learning with Our Top-Rated Training Course in Noida.pptx
Master Machine Learning with Our Top-Rated Training Course in Noida.pptxMaster Machine Learning with Our Top-Rated Training Course in Noida.pptx
Master Machine Learning with Our Top-Rated Training Course in Noida.pptx
 
Machine learning
Machine learningMachine learning
Machine learning
 

Recently uploaded

在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
v7oacc3l
 
DSSML24_tspann_CodelessGenerativeAIPipelines
DSSML24_tspann_CodelessGenerativeAIPipelinesDSSML24_tspann_CodelessGenerativeAIPipelines
DSSML24_tspann_CodelessGenerativeAIPipelines
Timothy Spann
 
Experts live - Improving user adoption with AI
Experts live - Improving user adoption with AIExperts live - Improving user adoption with AI
Experts live - Improving user adoption with AI
jitskeb
 
The Ipsos - AI - Monitor 2024 Report.pdf
The  Ipsos - AI - Monitor 2024 Report.pdfThe  Ipsos - AI - Monitor 2024 Report.pdf
The Ipsos - AI - Monitor 2024 Report.pdf
Social Samosa
 
Udemy_2024_Global_Learning_Skills_Trends_Report (1).pdf
Udemy_2024_Global_Learning_Skills_Trends_Report (1).pdfUdemy_2024_Global_Learning_Skills_Trends_Report (1).pdf
Udemy_2024_Global_Learning_Skills_Trends_Report (1).pdf
Fernanda Palhano
 
End-to-end pipeline agility - Berlin Buzzwords 2024
End-to-end pipeline agility - Berlin Buzzwords 2024End-to-end pipeline agility - Berlin Buzzwords 2024
End-to-end pipeline agility - Berlin Buzzwords 2024
Lars Albertsson
 
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
g4dpvqap0
 
06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM
06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM
06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM
Timothy Spann
 
Influence of Marketing Strategy and Market Competition on Business Plan
Influence of Marketing Strategy and Market Competition on Business PlanInfluence of Marketing Strategy and Market Competition on Business Plan
Influence of Marketing Strategy and Market Competition on Business Plan
jerlynmaetalle
 
一比一原版(UCSB文凭证书)圣芭芭拉分校毕业证如何办理
一比一原版(UCSB文凭证书)圣芭芭拉分校毕业证如何办理一比一原版(UCSB文凭证书)圣芭芭拉分校毕业证如何办理
一比一原版(UCSB文凭证书)圣芭芭拉分校毕业证如何办理
nuttdpt
 
ViewShift: Hassle-free Dynamic Policy Enforcement for Every Data Lake
ViewShift: Hassle-free Dynamic Policy Enforcement for Every Data LakeViewShift: Hassle-free Dynamic Policy Enforcement for Every Data Lake
ViewShift: Hassle-free Dynamic Policy Enforcement for Every Data Lake
Walaa Eldin Moustafa
 
一比一原版(Coventry毕业证书)考文垂大学毕业证如何办理
一比一原版(Coventry毕业证书)考文垂大学毕业证如何办理一比一原版(Coventry毕业证书)考文垂大学毕业证如何办理
一比一原版(Coventry毕业证书)考文垂大学毕业证如何办理
74nqk8xf
 
一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理
aqzctr7x
 
一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理
一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理
一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理
nuttdpt
 
The Building Blocks of QuestDB, a Time Series Database
The Building Blocks of QuestDB, a Time Series DatabaseThe Building Blocks of QuestDB, a Time Series Database
The Building Blocks of QuestDB, a Time Series Database
javier ramirez
 
Predictably Improve Your B2B Tech Company's Performance by Leveraging Data
Predictably Improve Your B2B Tech Company's Performance by Leveraging DataPredictably Improve Your B2B Tech Company's Performance by Leveraging Data
Predictably Improve Your B2B Tech Company's Performance by Leveraging Data
Kiwi Creative
 
A presentation that explain the Power BI Licensing
A presentation that explain the Power BI LicensingA presentation that explain the Power BI Licensing
A presentation that explain the Power BI Licensing
AlessioFois2
 
Analysis insight about a Flyball dog competition team's performance
Analysis insight about a Flyball dog competition team's performanceAnalysis insight about a Flyball dog competition team's performance
Analysis insight about a Flyball dog competition team's performance
roli9797
 
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
Timothy Spann
 
4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...
4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...
4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...
Social Samosa
 

Recently uploaded (20)

在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
 
DSSML24_tspann_CodelessGenerativeAIPipelines
DSSML24_tspann_CodelessGenerativeAIPipelinesDSSML24_tspann_CodelessGenerativeAIPipelines
DSSML24_tspann_CodelessGenerativeAIPipelines
 
Experts live - Improving user adoption with AI
Experts live - Improving user adoption with AIExperts live - Improving user adoption with AI
Experts live - Improving user adoption with AI
 
The Ipsos - AI - Monitor 2024 Report.pdf
The  Ipsos - AI - Monitor 2024 Report.pdfThe  Ipsos - AI - Monitor 2024 Report.pdf
The Ipsos - AI - Monitor 2024 Report.pdf
 
Udemy_2024_Global_Learning_Skills_Trends_Report (1).pdf
Udemy_2024_Global_Learning_Skills_Trends_Report (1).pdfUdemy_2024_Global_Learning_Skills_Trends_Report (1).pdf
Udemy_2024_Global_Learning_Skills_Trends_Report (1).pdf
 
End-to-end pipeline agility - Berlin Buzzwords 2024
End-to-end pipeline agility - Berlin Buzzwords 2024End-to-end pipeline agility - Berlin Buzzwords 2024
End-to-end pipeline agility - Berlin Buzzwords 2024
 
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
 
06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM
06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM
06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM
 
Influence of Marketing Strategy and Market Competition on Business Plan
Influence of Marketing Strategy and Market Competition on Business PlanInfluence of Marketing Strategy and Market Competition on Business Plan
Influence of Marketing Strategy and Market Competition on Business Plan
 
一比一原版(UCSB文凭证书)圣芭芭拉分校毕业证如何办理
一比一原版(UCSB文凭证书)圣芭芭拉分校毕业证如何办理一比一原版(UCSB文凭证书)圣芭芭拉分校毕业证如何办理
一比一原版(UCSB文凭证书)圣芭芭拉分校毕业证如何办理
 
ViewShift: Hassle-free Dynamic Policy Enforcement for Every Data Lake
ViewShift: Hassle-free Dynamic Policy Enforcement for Every Data LakeViewShift: Hassle-free Dynamic Policy Enforcement for Every Data Lake
ViewShift: Hassle-free Dynamic Policy Enforcement for Every Data Lake
 
一比一原版(Coventry毕业证书)考文垂大学毕业证如何办理
一比一原版(Coventry毕业证书)考文垂大学毕业证如何办理一比一原版(Coventry毕业证书)考文垂大学毕业证如何办理
一比一原版(Coventry毕业证书)考文垂大学毕业证如何办理
 
一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理
 
一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理
一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理
一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理
 
The Building Blocks of QuestDB, a Time Series Database
The Building Blocks of QuestDB, a Time Series DatabaseThe Building Blocks of QuestDB, a Time Series Database
The Building Blocks of QuestDB, a Time Series Database
 
Predictably Improve Your B2B Tech Company's Performance by Leveraging Data
Predictably Improve Your B2B Tech Company's Performance by Leveraging DataPredictably Improve Your B2B Tech Company's Performance by Leveraging Data
Predictably Improve Your B2B Tech Company's Performance by Leveraging Data
 
A presentation that explain the Power BI Licensing
A presentation that explain the Power BI LicensingA presentation that explain the Power BI Licensing
A presentation that explain the Power BI Licensing
 
Analysis insight about a Flyball dog competition team's performance
Analysis insight about a Flyball dog competition team's performanceAnalysis insight about a Flyball dog competition team's performance
Analysis insight about a Flyball dog competition team's performance
 
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
 
4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...
4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...
4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...
 

Introduction To Machine Learning Using Python

  • 1. INTRODUCTION TO MACHINE LEARNING USING PYTHON BY: MAHENDRA GUPTA LECTURER, GOVT. POLYTECHNIC COLLEGE ANUPPUR, M.P.-484224 MOBLE: 9582429861 EMAIL: mahendragupta2211@gmail.com : https://github.com/mahendragupta91 WEBSITE: www.learndifferences.org
  • 2. AGENDA MACHINE LEARNING INTRODUCTION PYTHON INTRODUCTION PROJECT DEMO USING NEURAL NETWORK BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
  • 3. MACHINE LEARNING Herbert Alexander Simon: (Turing Award 1975, Nobel Prize in Economics 1978) “Learning is any process by which a system improves performance from experience.” “Machine Learning is concerned with computer programs that automatically improve their performance through experience. “ BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
  • 4. MACHINE LEARNING  It does not require extra programming effort to make predictions or learning new environment.  Machine learning algorithms build a mathematical model based on sample data  Machine learning focuses on the development of computer programs that can access data and use it learn for themselves BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
  • 5. CLASSICAL ALGORITHMS Vs Machine Learning Algorithms BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
  • 6. MACHINE LEARNING: EXAMPLE BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
  • 7. MACHINE LEARNING: EXAMPLE BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
  • 8. MACHINE LEARNING BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
  • 9. TYPES OF LEARNING Supervised Learning Unsupervised Learning Semi-supervised Learning Reinforcement Learning BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
  • 10. SUPERVISED LEARNING  Supervised learning is when the model is getting trained on a labelled dataset.  Labelled dataset is one which have both input and output parameters.  Classification Is Supervised learning algorithms: Decision Tree, Neural Network, SVM, Regression Analysis etc. are Classification Techniques. Steps involves in Classification  Designing Model  Training the Model  Validation  Prediction ( on new data) BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
  • 11. UNSUPERVISED LEARNING  Here the training data does not include labels.  The system has to learn on its own.  It is mainly contains with techniques that involves the grouping of objects Clustering is a unsupervised learning algorithm. BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
  • 12. SEMI-SUPERVISED LEARNING  Labeled may not be available or its is insufficient for training.  In this situation Semi-Supervised Learning is used.  Semi-supervised learning is an approach to machine learning that combines a small amount of labeled data with a large amount of unlabeled data during training. BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
  • 13. REINFORCEMENT LEARNING  Reinforcement learning is an area of Machine Learning.  It is about taking suitable action to maximize reward in a particular situation.  in reinforcement learning, there is no answer but the reinforcement agent decides what to do to perform the given task.  In the absence of a training dataset, it is bound to learn from its experience.  Reinforcement learning is all about making decisions sequentially.  output depends on the state of the current input and the next input depends on the output of the previous input.  In Reinforcement learning decision is dependent, So we give labels to sequences of dependent decisions BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
  • 14. PYTHON PROGRAMMING  Python is a dynamic, high level, free open source and interpreted programming language.  It supports object-oriented programming as well as procedural oriented programming.  it is a dynamically typed language.  GUI Programming Support: PyQt5, PyQt4, wxPython, or Tk in python.  Extensible feature:  Python is Portable language Python Packages: NumPy: Handling matrices OpenCV : Image Processing Keras : Collection of Neural Network Tkinter and wxPython : UI widgets PyTorch and TensorFlow : Accelerated training and handling input and output. BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
  • 15. IDEs Python Programming BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
  • 16. PROJECT OUTLINE Deep Learning Project in Python with Keras. 1. Load Data. 2. Design Neural Network Model(Using Keras Model) 3. Compile the Model 4. Train the Neural Network Model 5. Validate (testing) the model 6. Use Model for Predictions for new Data BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP
  • 17. REFERENCES 1. https://en.wikipedia.org/wiki/Semi- supervised_learning#:~:text=Semi%2Dsupervised%20learning%20is%20an,with%20only%20labeled%20training%20d ata). 2. https://medium.com/inside-machine-learning/placeholder-3557ebb3d470 3. https://learndifferences.org/data-information-and-knowledge-differences.php 4. https://www.geeksforgeeks.org/what-is-reinforcement-learning/ 5. https://www.youtube.com/watch?v=XvZsiWj6VuU 6. https://machinelearningmastery.com/tutorial-first-neural-network-python-keras/ BUDDHA INSTITUTE OF TECHNOLOGY, GORAKHPUR,UP