SlideShare a Scribd company logo
1 of 18
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

Data Analysis in Python-NumPy
Data Analysis in Python-NumPyData Analysis in Python-NumPy
Data Analysis in Python-NumPyDevashish Kumar
 
Jupyter, A Platform for Data Science at Scale
Jupyter, A Platform for Data Science at ScaleJupyter, A Platform for Data Science at Scale
Jupyter, A Platform for Data Science at ScaleMatthias Bussonnier
 
Naive bayes
Naive bayesNaive bayes
Naive bayesumeskath
 
Deep Learning for Natural Language Processing
Deep Learning for Natural Language ProcessingDeep Learning for Natural Language Processing
Deep Learning for Natural Language ProcessingDevashish Shanker
 
How Sentiment Analysis works
How Sentiment Analysis worksHow Sentiment Analysis works
How Sentiment Analysis worksCJ Jenkins
 
Introduction to IPython & Jupyter Notebooks
Introduction to IPython & Jupyter NotebooksIntroduction to IPython & Jupyter Notebooks
Introduction to IPython & Jupyter NotebooksEueung Mulyana
 
Python for Data Science with Anaconda
Python for Data Science with AnacondaPython for Data Science with Anaconda
Python for Data Science with AnacondaTravis Oliphant
 
Python standard library & list of important libraries
Python standard library & list of important librariesPython standard library & list of important libraries
Python standard library & list of important librariesgrinu
 
Garbage collector in python
Garbage collector in pythonGarbage collector in python
Garbage collector in pythonIbrahim Kasim
 
Neural Networks Hardware Accelerators (An Introduction)
Neural Networks Hardware Accelerators (An Introduction)Neural Networks Hardware Accelerators (An Introduction)
Neural Networks Hardware Accelerators (An Introduction)Hamidreza Bolhasani
 
An introduction to computer vision with Hugging Face
An introduction to computer vision with Hugging FaceAn introduction to computer vision with Hugging Face
An introduction to computer vision with Hugging FaceJulien SIMON
 
Creating data apps using Streamlit in Python
Creating data apps using Streamlit in PythonCreating data apps using Streamlit in Python
Creating data apps using Streamlit in PythonNithish Raghunandanan
 
AI PROJECT - Created by: Shreya Kumbhar
AI PROJECT - Created by: Shreya KumbharAI PROJECT - Created by: Shreya Kumbhar
AI PROJECT - Created by: Shreya Kumbharshreyakumbhar14
 
Deep neural networks
Deep neural networksDeep neural networks
Deep neural networksSi Haem
 
Deep Learning in Computer Vision
Deep Learning in Computer VisionDeep Learning in Computer Vision
Deep Learning in Computer VisionSungjoon Choi
 
Artificial Intelligence (AI) Interview Questions and Answers | Edureka
Artificial Intelligence (AI) Interview Questions and Answers | EdurekaArtificial Intelligence (AI) Interview Questions and Answers | Edureka
Artificial Intelligence (AI) Interview Questions and Answers | EdurekaEdureka!
 
Applications of Machine Learning
Applications of Machine LearningApplications of Machine Learning
Applications of Machine LearningHayim Makabee
 
The matplotlib Library
The matplotlib LibraryThe matplotlib Library
The matplotlib LibraryHaim Michael
 
Tensorflow presentation
Tensorflow presentationTensorflow presentation
Tensorflow presentationAhmed rebai
 

What's hot (20)

Data Analysis in Python-NumPy
Data Analysis in Python-NumPyData Analysis in Python-NumPy
Data Analysis in Python-NumPy
 
Jupyter, A Platform for Data Science at Scale
Jupyter, A Platform for Data Science at ScaleJupyter, A Platform for Data Science at Scale
Jupyter, A Platform for Data Science at Scale
 
Naive bayes
Naive bayesNaive bayes
Naive bayes
 
Deep Learning for Natural Language Processing
Deep Learning for Natural Language ProcessingDeep Learning for Natural Language Processing
Deep Learning for Natural Language Processing
 
How Sentiment Analysis works
How Sentiment Analysis worksHow Sentiment Analysis works
How Sentiment Analysis works
 
Introduction to IPython & Jupyter Notebooks
Introduction to IPython & Jupyter NotebooksIntroduction to IPython & Jupyter Notebooks
Introduction to IPython & Jupyter Notebooks
 
Python for Data Science with Anaconda
Python for Data Science with AnacondaPython for Data Science with Anaconda
Python for Data Science with Anaconda
 
Python standard library & list of important libraries
Python standard library & list of important librariesPython standard library & list of important libraries
Python standard library & list of important libraries
 
Python libraries
Python librariesPython libraries
Python libraries
 
Garbage collector in python
Garbage collector in pythonGarbage collector in python
Garbage collector in python
 
Neural Networks Hardware Accelerators (An Introduction)
Neural Networks Hardware Accelerators (An Introduction)Neural Networks Hardware Accelerators (An Introduction)
Neural Networks Hardware Accelerators (An Introduction)
 
An introduction to computer vision with Hugging Face
An introduction to computer vision with Hugging FaceAn introduction to computer vision with Hugging Face
An introduction to computer vision with Hugging Face
 
Creating data apps using Streamlit in Python
Creating data apps using Streamlit in PythonCreating data apps using Streamlit in Python
Creating data apps using Streamlit in Python
 
AI PROJECT - Created by: Shreya Kumbhar
AI PROJECT - Created by: Shreya KumbharAI PROJECT - Created by: Shreya Kumbhar
AI PROJECT - Created by: Shreya Kumbhar
 
Deep neural networks
Deep neural networksDeep neural networks
Deep neural networks
 
Deep Learning in Computer Vision
Deep Learning in Computer VisionDeep Learning in Computer Vision
Deep Learning in Computer Vision
 
Artificial Intelligence (AI) Interview Questions and Answers | Edureka
Artificial Intelligence (AI) Interview Questions and Answers | EdurekaArtificial Intelligence (AI) Interview Questions and Answers | Edureka
Artificial Intelligence (AI) Interview Questions and Answers | Edureka
 
Applications of Machine Learning
Applications of Machine LearningApplications of Machine Learning
Applications of Machine Learning
 
The matplotlib Library
The matplotlib LibraryThe matplotlib Library
The matplotlib Library
 
Tensorflow presentation
Tensorflow presentationTensorflow presentation
Tensorflow presentation
 

Similar to Intro Machine Learning Python

What is Machine Learning4-converted.pptx
What is Machine Learning4-converted.pptxWhat is Machine Learning4-converted.pptx
What is Machine Learning4-converted.pptxvinod756504
 
internship ppt.pptx
internship ppt.pptxinternship ppt.pptx
internship ppt.pptxVarunMM2
 
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 companykushalk200220
 
Machine Learning Institute in Gurgaon.pdf
Machine Learning Institute in Gurgaon.pdfMachine Learning Institute in Gurgaon.pdf
Machine Learning Institute in Gurgaon.pdfAPTRON Gurgaon
 
cyberbullyingdetectionusingmachinelearning-11-220913143556-fec10e26.pptx
cyberbullyingdetectionusingmachinelearning-11-220913143556-fec10e26.pptxcyberbullyingdetectionusingmachinelearning-11-220913143556-fec10e26.pptx
cyberbullyingdetectionusingmachinelearning-11-220913143556-fec10e26.pptxSaiKiran101146
 
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.pptxnobitad323
 
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.pptxAPTRON Gurgaon
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine LearningKmPooja4
 
DIYguru Labview Course Syllabus
DIYguru Labview Course SyllabusDIYguru Labview Course Syllabus
DIYguru Labview Course SyllabusSrishti 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 LearningPaul Prae
 
Training_Report_on_Machine_Learning.docx
Training_Report_on_Machine_Learning.docxTraining_Report_on_Machine_Learning.docx
Training_Report_on_Machine_Learning.docxShubhamBishnoi14
 
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).pdfKumbidiGaming
 
Machine Learning Training in Gurgaon
Machine Learning Training in GurgaonMachine Learning Training in Gurgaon
Machine Learning Training in Gurgaonshailendragurgaon
 
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.pptxAPTRON Solutions Noida
 

Similar to Intro Machine Learning 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

VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...Suhani Kapoor
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfMarinCaroMartnezBerg
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusTimothy Spann
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130Suhani Kapoor
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一ffjhghh
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxolyaivanovalion
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSAishani27
 
Unveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystUnveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystSamantha Rae Coolbeth
 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxMohammedJunaid861692
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxolyaivanovalion
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxolyaivanovalion
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxJohnnyPlasten
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxolyaivanovalion
 

Recently uploaded (20)

꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFx
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICS
 
Unveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystUnveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data Analyst
 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptx
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptx
 

Intro Machine Learning 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