SlideShare a Scribd company logo
1 of 23
“Machine Learning and Data Science Using Python”
A internship submitted in partial fulfilment of the requirements
for the degree of
SOBHASARIA GROUP OF INSTITUTIONS, SIKAR
Bachelor of Engineering in CSE
Antriksh Verma
(20ESGCS008)
Under the guidance of
Mr. Nitesh Jangir
Assistant professor(CSE)
DEPARTMENT OF COMPUTER SCIENCE ENGINEERING
SESSION: 2023-2024
Overview
 Introduction to Machine Learning.
 Introduction to Data Science.
 Introduction to Python.
 Introduction to IDE.
 Introduction to Google Colab.
 Types of Machine learning Algorithms.
 Steps in Machine learning Process.
 Python Libraries for Machine Learning.
 Data Science Life Cycle.
 Python Libraries for Data Science.
 Data Visualization Techniques.
 Difference between machine learning and data science.
 Using Google Colab for machine learning and data science as IDE.
 Project .
 Scope of Data science.
 Scope of Machine learning.
 Advanced topics in Data science and Machine learning.
 Some Real World applications.
 Conclusion.
Introduction to Machine Learning
• What is Machine Learning ?............
Machine Learning is an application of Artificial
Intelligence (AI) that provides system the ability to
automatically learn and improve from experience without
being explicitly programmed.
Ordinary System
With AI
ML
Improves Pridicts Learns
Introduction to Data Science
• What is Data Science ?....
Data Science is an interdisciplinary field
that combines scientific methods, algorithms, and systems
to extract knowledge and insights from structured and
unstructured data. It involves using a combination of
statistics, mathematics, computer science, domain
knowledge, and data visualization techniques to uncover
patterns, make predictions, and gain valuable insights
from large and complex datasets
Introduction to Python
• What is Python ?....
Python is a high-level, interpreted, and general-purpose
programming language known for its simplicity, readability, and
versatility. It was created by Guido van Rossum and first released in 1991.
Python's design philosophy emphasizes code readability, making it easy
for developers to write clean and maintainable code.
Python is one of the most popular and widely used
programming languages for Machine Learning (ML) and Data Science due
to its rich ecosystem of libraries, frameworks, and tools specifically
designed for these domains.
Introduction to IDE…
• What is IDE ?....
An Integrated Development Environment (IDE) is like a special
computer program that helps software developers write their code more
easily and efficiently. It's like a toolbox that has everything a developer
needs in one place.
• List of popular IDEs for Python:
1. PyCharm
2. Visual Studio Code (VS Code)
3. Jupyter Notebook / JupyterLab
4. IDLE (Python's built-in IDE)
5. Anaconda (includes Jupyter Notebook and other tools)
6. Spyder
Introduction to Google Colab
• What is Google Colab ?....
Google Colab, short for "Google
Colaboratory," is an online tool where you can write and
run Python code without installing anything on your
computer. It's like a virtual notebook for coding, and it's
great for data analysis and machine learning tasks. You can
share your work with others and use powerful computers
in the cloud to handle big projects. All you need is an
internet connection and a web browser to get started!
Types of Machine Learning Algorithims
Types……..
1. "Teacher Learning" (Supervised Learning)
2. "Self-Discovery" (Unsupervised Learning)
3. "Trial and Error" (Reinforcement Learning)
Steps in Machine Learning process
Steps……..
1. Get Data
2. Clean Data
3. Choose Features
4. Split Data
5. Pick a Model
6. Train the Model
7. Test the Model
8. Tune the Model
9. Deploy the Model
10. Monitor and Update
Python Libraries for Machine Learning
Libraries……..
1. Scikit-learn: For various Machine Learning tasks like classification and regression.
2. TensorFlow: For deep learning and neural networks.
3. Keras: A user-friendly library for building deep learning models (works with TensorFlow).
4. PyTorch: Another library for deep learning, known for its ease of use.
5. XGBoost: For powerful gradient boosting, great for competitions.
6. LightGBM: A fast and efficient gradient boosting library.
7. Pandas: For data manipulation and preparation.
8. NumPy: For numerical computing and working with arrays.
9. Matplotlib and Seaborn: For data visualization.
10. SciPy: For additional scientific and mathematical functions.
Etc.……….
Data Science Life Cycle
Life Cycle……..
1. Understand the Problem
2. Collect Data
3. Clean Data
4. Explore Data
5. Choose Model
6. Train Model
7. Evaluate Model
8. Deploy Model
9. Monitor and Improve
10. Communicate Results
Python Libraries for Data Science
Libraries……..
1. NumPy: For handling arrays and mathematical operations.
2. Pandas: For data manipulation and analysis.
3. Matplotlib: For creating plots and visualizations.
4. Seaborn: For more attractive statistical visualizations.
5. Scikit-learn: For machine learning tasks like classification and regression.
6. TensorFlow: For deep learning and neural networks.
7. Keras: For building and training deep learning models.
Etc.…….
Data Visualization Techniques
Techniques ……..
1. Line Chart
2. Bar Chart
3. Pie Chart
4. Scatter Plot
5. Histogram
6. Heatmap
7. Box Plot
8. Area Chart
9. Bubble Chart
10. Word Cloud
Difference between Machine Learning And Data Science
• Difference ……..
• Machine Learning:
• It's about teaching computers to learn from data and make
predictions automatically.
• Example: Teaching a computer to recognize pictures of cats.
• Data Science:
• It's about using data to find useful information and solve
problems.
• Example: Analyzing customer data to improve business
strategies.
In essence, Machine Learning is about computers learning on
their own, while Data Science is about using data to learn and
make better decisions.
Using Google Colab for machine learning and data science as IDE
Using Google Colab as IDE ……..
1. Collaboration
2. Google Services Integration
3. Hardware Acceleration
4. Interactive
5. Jupyter Notebook Interface
6. Pre-installed Libraries
7. Automatic Save
8. Reproducibility
9. Free and Online
Project
• Movie Recommendation System ……..
Scope of Data science
Scope ……..
1. Business
2. Healthcare
3. Marketing
4. Social Media
5. E-commerce
6. Internet of Things (IoT)
7. Transportation
8. Education
9. Energy
10. Natural Language Processing (NLP)
11. Entertainment
12. Environmental Science
Scope of Machine Learning
Scope ……..
• Image and Speech Recognition
• Natural Language Processing (NLP)
• Recommender Systems
• Healthcare.
• Finance
• Autonomous Vehicles
• Internet of Things (IoT)
• Gaming
• Personalization
• Manufacturing
• Robotics
• Fraud Detection
Advanced topics in Data science and Machine learning
Advanced Data Science Topics:
• Deep Learning
• Natural Language Processing (NLP)
• Time Series Analysis
• Anomaly Detection
• Transfer Learning
• Unsupervised Learning
• Data Ethics and Privacy
Advanced Machine Learning Topics:
• Generative Adversarial Networks (GANs)
• Transformer Architecture
• Autoencoders
• Self-Supervised Learning
• Federated Learning
• Explainable AI (XAI)
• Meta-Learning
Some Real World applications
Applications…..
• Personalized Movie Recommendations
• Voice Assistants
• Credit Card Fraud Detection
• Face Unlock
• Weather Prediction
• Email Categorization
Conclusion
In conclusion, Data Science and Machine
Learning are transforming industries and our
daily lives. From personalized
recommendations to fraud detection and
voice assistants, these technologies enhance
efficiency and user experiences. With
continuous advancements, they hold immense
potential for driving innovation and creating a
better future
antrikshindutrialmachinelearningPPT.pptx

More Related Content

Similar to antrikshindutrialmachinelearningPPT.pptx

Introduction to python
Introduction to pythonIntroduction to python
Introduction to pythonsjagadeeswari
 
Using Algorithmia to leverage AI and Machine Learning APIs
Using Algorithmia to leverage AI and Machine Learning APIsUsing Algorithmia to leverage AI and Machine Learning APIs
Using Algorithmia to leverage AI and Machine Learning APIsRakuten Group, Inc.
 
Bringing an AI Ecosystem to the Domain Expert and Enterprise AI Developer wit...
Bringing an AI Ecosystem to the Domain Expert and Enterprise AI Developer wit...Bringing an AI Ecosystem to the Domain Expert and Enterprise AI Developer wit...
Bringing an AI Ecosystem to the Domain Expert and Enterprise AI Developer wit...Databricks
 
Data science presentation
Data science presentationData science presentation
Data science presentationMSDEVMTL
 
DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...
DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...
DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...Mihai Criveti
 
TechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - Trivadis
TechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - TrivadisTechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - Trivadis
TechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - TrivadisTrivadis
 
Machine Learning Infrastructure
Machine Learning InfrastructureMachine Learning Infrastructure
Machine Learning InfrastructureSigOpt
 
Top Artificial Intelligence Tools & Frameworks in 2023.pdf
Top Artificial Intelligence Tools & Frameworks in 2023.pdfTop Artificial Intelligence Tools & Frameworks in 2023.pdf
Top Artificial Intelligence Tools & Frameworks in 2023.pdfYamuna5
 
Artificial intelligence in android development
Artificial intelligence in android developmentArtificial intelligence in android development
Artificial intelligence in android developmentanikeshkumar11
 
Best Artificial Intelligence Course | Online program | certification course
Best Artificial Intelligence Course | Online program | certification course Best Artificial Intelligence Course | Online program | certification course
Best Artificial Intelligence Course | Online program | certification course Learn and Build
 
Data Science at Scale - The DevOps Approach
Data Science at Scale - The DevOps ApproachData Science at Scale - The DevOps Approach
Data Science at Scale - The DevOps ApproachMihai Criveti
 
Microsoft AI Platform - AETHER Introduction
Microsoft AI Platform - AETHER IntroductionMicrosoft AI Platform - AETHER Introduction
Microsoft AI Platform - AETHER IntroductionKarthik Murugesan
 
Introducción al Machine Learning Automático
Introducción al Machine Learning AutomáticoIntroducción al Machine Learning Automático
Introducción al Machine Learning AutomáticoSri Ambati
 
Machine_Learning_Engineering_with_Python.pdf
Machine_Learning_Engineering_with_Python.pdfMachine_Learning_Engineering_with_Python.pdf
Machine_Learning_Engineering_with_Python.pdfHikmetMARASLI
 
Andrew p. mc mahon machine learning engineering with python- manage the pro...
Andrew p. mc mahon   machine learning engineering with python- manage the pro...Andrew p. mc mahon   machine learning engineering with python- manage the pro...
Andrew p. mc mahon machine learning engineering with python- manage the pro...DenisFlavius
 
Apresentação - Minicurso de Introdução a Python, Data Science e Machine Learning
Apresentação - Minicurso de Introdução a Python, Data Science e Machine LearningApresentação - Minicurso de Introdução a Python, Data Science e Machine Learning
Apresentação - Minicurso de Introdução a Python, Data Science e Machine LearningArthur Emanuel
 
Keynote at Converge 2019
Keynote at Converge 2019Keynote at Converge 2019
Keynote at Converge 2019Travis Oliphant
 
Machine Learning Project Lifecycle
Machine Learning Project LifecycleMachine Learning Project Lifecycle
Machine Learning Project LifecycleAbdelhak MAHMOUDI
 
What Is The Future of Data Science With Python?
What Is The Future of Data Science With Python?What Is The Future of Data Science With Python?
What Is The Future of Data Science With Python?SofiaCarter4
 

Similar to antrikshindutrialmachinelearningPPT.pptx (20)

Introduction to python
Introduction to pythonIntroduction to python
Introduction to python
 
Using Algorithmia to leverage AI and Machine Learning APIs
Using Algorithmia to leverage AI and Machine Learning APIsUsing Algorithmia to leverage AI and Machine Learning APIs
Using Algorithmia to leverage AI and Machine Learning APIs
 
Bringing an AI Ecosystem to the Domain Expert and Enterprise AI Developer wit...
Bringing an AI Ecosystem to the Domain Expert and Enterprise AI Developer wit...Bringing an AI Ecosystem to the Domain Expert and Enterprise AI Developer wit...
Bringing an AI Ecosystem to the Domain Expert and Enterprise AI Developer wit...
 
Data science presentation
Data science presentationData science presentation
Data science presentation
 
DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...
DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...
DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...
 
TechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - Trivadis
TechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - TrivadisTechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - Trivadis
TechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - Trivadis
 
Machine Learning Infrastructure
Machine Learning InfrastructureMachine Learning Infrastructure
Machine Learning Infrastructure
 
Top Artificial Intelligence Tools & Frameworks in 2023.pdf
Top Artificial Intelligence Tools & Frameworks in 2023.pdfTop Artificial Intelligence Tools & Frameworks in 2023.pdf
Top Artificial Intelligence Tools & Frameworks in 2023.pdf
 
AI & ML
AI & MLAI & ML
AI & ML
 
Artificial intelligence in android development
Artificial intelligence in android developmentArtificial intelligence in android development
Artificial intelligence in android development
 
Best Artificial Intelligence Course | Online program | certification course
Best Artificial Intelligence Course | Online program | certification course Best Artificial Intelligence Course | Online program | certification course
Best Artificial Intelligence Course | Online program | certification course
 
Data Science at Scale - The DevOps Approach
Data Science at Scale - The DevOps ApproachData Science at Scale - The DevOps Approach
Data Science at Scale - The DevOps Approach
 
Microsoft AI Platform - AETHER Introduction
Microsoft AI Platform - AETHER IntroductionMicrosoft AI Platform - AETHER Introduction
Microsoft AI Platform - AETHER Introduction
 
Introducción al Machine Learning Automático
Introducción al Machine Learning AutomáticoIntroducción al Machine Learning Automático
Introducción al Machine Learning Automático
 
Machine_Learning_Engineering_with_Python.pdf
Machine_Learning_Engineering_with_Python.pdfMachine_Learning_Engineering_with_Python.pdf
Machine_Learning_Engineering_with_Python.pdf
 
Andrew p. mc mahon machine learning engineering with python- manage the pro...
Andrew p. mc mahon   machine learning engineering with python- manage the pro...Andrew p. mc mahon   machine learning engineering with python- manage the pro...
Andrew p. mc mahon machine learning engineering with python- manage the pro...
 
Apresentação - Minicurso de Introdução a Python, Data Science e Machine Learning
Apresentação - Minicurso de Introdução a Python, Data Science e Machine LearningApresentação - Minicurso de Introdução a Python, Data Science e Machine Learning
Apresentação - Minicurso de Introdução a Python, Data Science e Machine Learning
 
Keynote at Converge 2019
Keynote at Converge 2019Keynote at Converge 2019
Keynote at Converge 2019
 
Machine Learning Project Lifecycle
Machine Learning Project LifecycleMachine Learning Project Lifecycle
Machine Learning Project Lifecycle
 
What Is The Future of Data Science With Python?
What Is The Future of Data Science With Python?What Is The Future of Data Science With Python?
What Is The Future of Data Science With Python?
 

Recently uploaded

Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 

Recently uploaded (20)

Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 

antrikshindutrialmachinelearningPPT.pptx

  • 1. “Machine Learning and Data Science Using Python” A internship submitted in partial fulfilment of the requirements for the degree of SOBHASARIA GROUP OF INSTITUTIONS, SIKAR Bachelor of Engineering in CSE Antriksh Verma (20ESGCS008) Under the guidance of Mr. Nitesh Jangir Assistant professor(CSE) DEPARTMENT OF COMPUTER SCIENCE ENGINEERING SESSION: 2023-2024
  • 2.
  • 3. Overview  Introduction to Machine Learning.  Introduction to Data Science.  Introduction to Python.  Introduction to IDE.  Introduction to Google Colab.  Types of Machine learning Algorithms.  Steps in Machine learning Process.  Python Libraries for Machine Learning.  Data Science Life Cycle.  Python Libraries for Data Science.  Data Visualization Techniques.  Difference between machine learning and data science.  Using Google Colab for machine learning and data science as IDE.  Project .  Scope of Data science.  Scope of Machine learning.  Advanced topics in Data science and Machine learning.  Some Real World applications.  Conclusion.
  • 4. Introduction to Machine Learning • What is Machine Learning ?............ Machine Learning is an application of Artificial Intelligence (AI) that provides system the ability to automatically learn and improve from experience without being explicitly programmed. Ordinary System With AI ML Improves Pridicts Learns
  • 5. Introduction to Data Science • What is Data Science ?.... Data Science is an interdisciplinary field that combines scientific methods, algorithms, and systems to extract knowledge and insights from structured and unstructured data. It involves using a combination of statistics, mathematics, computer science, domain knowledge, and data visualization techniques to uncover patterns, make predictions, and gain valuable insights from large and complex datasets
  • 6. Introduction to Python • What is Python ?.... Python is a high-level, interpreted, and general-purpose programming language known for its simplicity, readability, and versatility. It was created by Guido van Rossum and first released in 1991. Python's design philosophy emphasizes code readability, making it easy for developers to write clean and maintainable code. Python is one of the most popular and widely used programming languages for Machine Learning (ML) and Data Science due to its rich ecosystem of libraries, frameworks, and tools specifically designed for these domains.
  • 7. Introduction to IDE… • What is IDE ?.... An Integrated Development Environment (IDE) is like a special computer program that helps software developers write their code more easily and efficiently. It's like a toolbox that has everything a developer needs in one place. • List of popular IDEs for Python: 1. PyCharm 2. Visual Studio Code (VS Code) 3. Jupyter Notebook / JupyterLab 4. IDLE (Python's built-in IDE) 5. Anaconda (includes Jupyter Notebook and other tools) 6. Spyder
  • 8. Introduction to Google Colab • What is Google Colab ?.... Google Colab, short for "Google Colaboratory," is an online tool where you can write and run Python code without installing anything on your computer. It's like a virtual notebook for coding, and it's great for data analysis and machine learning tasks. You can share your work with others and use powerful computers in the cloud to handle big projects. All you need is an internet connection and a web browser to get started!
  • 9. Types of Machine Learning Algorithims Types…….. 1. "Teacher Learning" (Supervised Learning) 2. "Self-Discovery" (Unsupervised Learning) 3. "Trial and Error" (Reinforcement Learning)
  • 10. Steps in Machine Learning process Steps…….. 1. Get Data 2. Clean Data 3. Choose Features 4. Split Data 5. Pick a Model 6. Train the Model 7. Test the Model 8. Tune the Model 9. Deploy the Model 10. Monitor and Update
  • 11. Python Libraries for Machine Learning Libraries…….. 1. Scikit-learn: For various Machine Learning tasks like classification and regression. 2. TensorFlow: For deep learning and neural networks. 3. Keras: A user-friendly library for building deep learning models (works with TensorFlow). 4. PyTorch: Another library for deep learning, known for its ease of use. 5. XGBoost: For powerful gradient boosting, great for competitions. 6. LightGBM: A fast and efficient gradient boosting library. 7. Pandas: For data manipulation and preparation. 8. NumPy: For numerical computing and working with arrays. 9. Matplotlib and Seaborn: For data visualization. 10. SciPy: For additional scientific and mathematical functions. Etc.……….
  • 12. Data Science Life Cycle Life Cycle…….. 1. Understand the Problem 2. Collect Data 3. Clean Data 4. Explore Data 5. Choose Model 6. Train Model 7. Evaluate Model 8. Deploy Model 9. Monitor and Improve 10. Communicate Results
  • 13. Python Libraries for Data Science Libraries…….. 1. NumPy: For handling arrays and mathematical operations. 2. Pandas: For data manipulation and analysis. 3. Matplotlib: For creating plots and visualizations. 4. Seaborn: For more attractive statistical visualizations. 5. Scikit-learn: For machine learning tasks like classification and regression. 6. TensorFlow: For deep learning and neural networks. 7. Keras: For building and training deep learning models. Etc.…….
  • 14. Data Visualization Techniques Techniques …….. 1. Line Chart 2. Bar Chart 3. Pie Chart 4. Scatter Plot 5. Histogram 6. Heatmap 7. Box Plot 8. Area Chart 9. Bubble Chart 10. Word Cloud
  • 15. Difference between Machine Learning And Data Science • Difference …….. • Machine Learning: • It's about teaching computers to learn from data and make predictions automatically. • Example: Teaching a computer to recognize pictures of cats. • Data Science: • It's about using data to find useful information and solve problems. • Example: Analyzing customer data to improve business strategies. In essence, Machine Learning is about computers learning on their own, while Data Science is about using data to learn and make better decisions.
  • 16. Using Google Colab for machine learning and data science as IDE Using Google Colab as IDE …….. 1. Collaboration 2. Google Services Integration 3. Hardware Acceleration 4. Interactive 5. Jupyter Notebook Interface 6. Pre-installed Libraries 7. Automatic Save 8. Reproducibility 9. Free and Online
  • 18. Scope of Data science Scope …….. 1. Business 2. Healthcare 3. Marketing 4. Social Media 5. E-commerce 6. Internet of Things (IoT) 7. Transportation 8. Education 9. Energy 10. Natural Language Processing (NLP) 11. Entertainment 12. Environmental Science
  • 19. Scope of Machine Learning Scope …….. • Image and Speech Recognition • Natural Language Processing (NLP) • Recommender Systems • Healthcare. • Finance • Autonomous Vehicles • Internet of Things (IoT) • Gaming • Personalization • Manufacturing • Robotics • Fraud Detection
  • 20. Advanced topics in Data science and Machine learning Advanced Data Science Topics: • Deep Learning • Natural Language Processing (NLP) • Time Series Analysis • Anomaly Detection • Transfer Learning • Unsupervised Learning • Data Ethics and Privacy Advanced Machine Learning Topics: • Generative Adversarial Networks (GANs) • Transformer Architecture • Autoencoders • Self-Supervised Learning • Federated Learning • Explainable AI (XAI) • Meta-Learning
  • 21. Some Real World applications Applications….. • Personalized Movie Recommendations • Voice Assistants • Credit Card Fraud Detection • Face Unlock • Weather Prediction • Email Categorization
  • 22. Conclusion In conclusion, Data Science and Machine Learning are transforming industries and our daily lives. From personalized recommendations to fraud detection and voice assistants, these technologies enhance efficiency and user experiences. With continuous advancements, they hold immense potential for driving innovation and creating a better future