SlideShare a Scribd company logo
Machine Learning with
Python
Computational Problems
The practice of engineering is applying science to solve a problem. There are 2 kinds of problems:
Deterministic: These are the set of problems which have a pre-defined set of steps which solve
them, every time. E.g software written to dispense currency from an ATM machine. Whatever be the
case, the software executes the same steps everytime to dispense the currency.
Non-Deterministic: There are many problems where the solution is not deterministic. This is
because either we don’t know enough about the problem or we don’t have enough computing
power to model the problem. E.g how to classify whether a mail is spam or not. There is no single
formula to determine a spam mail. It depends on the occurrence of certain words used together,
length of email and other factors. Another example can be how to measure the happiness of
humans. The solution to this problem will differ greatly from 1 person to another. For such cases,
STATISTICS will come into play.
Now, we can approach to solve Non-deterministic problems by using a pre-defined set of rules but
it will not work for all the cases. You can define few rules to classify a mail as SPAM or HAM and it
may work on a given set of mails but a new mail may arrive which may not follow the rules. In this
case, you will have to modify the rules again.
Machine Learning is an approach which uses data to identify patterns(learning) and solves the
problem based on this learning. As new data comes in, the machine learning algorithm adjusts itself
based on the data and start giving out results as per the new learning.
Jargons……
 Statistics is just about the numbers, and quantifying the data. There are many tools for
finding relevant properties of the data but this is pretty close to pure mathematics.
 Data Mining is about using Statistics as well as other programming methods to find
patterns hidden in the data so that you can explain some phenomenon. Data Mining
builds intuition about what is really happening in some data and is still little more towards
math than programming, but uses both.
 Machine Learning uses Data Mining techniques and other learning algorithms to build
models of what is happening behind some data so that it can predict future outcomes. It’s
a particular approach to AI.
 Deep Learning is one type of Machine Learning that achieves great power and flexibility
by learning to represent the world as nested hierarchy of concepts, with each concept
defined in relation to simpler concepts, and more abstract representations computed in
terms of less abstract ones
 Artificial Intelligence uses models built by Machine Learning and other ways
to reason about the world and give rise to intelligent behavior whether this is playing a
game or driving a robot/car. Artificial Intelligence has some goal to achieve by predicting
how actions will affect the model of the world and chooses the actions that will best
achieve that goal. Very programming based.
Jargons……
Artificial Intelligence
NarrowAI
General
Intelligence
Machine Learning
Data Mining
NLP
Deep Learning
Image Processing Voice Recognition
Machine Learning
Machine Learning is the name given to generalizable
algorithms that enable a computer to carry out a task
by examining data rather than hard programming.
Its a subfield of computer science and artificial intelligence
that focuses on developing systems that learn from data
and help in making decisions and predictions based on
that learning. ML enables computers to make data-driven
decisions rather than being explicitly programmed to carry
out a certain task.
Math provides models; understand their relationships and
apply them to real-world objects.
Types of Machine Learning
a. Supervised Learning: These are “predictive” in nature. The purpose is to predict the value of a
particular variable(target variable) based on values of some other variables(independent or explanatory
variables). Classification and Regression are examples of predictive tasks. Classification is used to predict
the value of a discrete target variable while regression is used to predict the value of a continuous target
variable. To predict whether an email is spam or not is a Classification task while to predict the future
price of a stock is a regression task.
They are called supervised because we are telling the algorithm what to predict.
b. Unsupervised Learning: These are “descriptive” in nature. The purpose is to derive patterns that
summarize the underlying relationships in data. Association Analysis, Cluster Analysis and Anomaly
detection are examples of Unsupervised Learning. They are called unsupervised because in such cases,
the final outcome is not known beforehand. With unsupervised learning there is no feedback based on
the prediction results.
c. Reinforcement learning: Where evaluations are given about how good or bad a certain situation is:
Examples include types of ML that enable computers to learn to play games or drive vehicles
Types of Machine Learning
Programming vs Learning
ML – Technical Areas
ML Process
ML Technical Architecture
Required Skills
ML – Process
ML – Effort Distribution
ML – Life Cycle
ML – Architecture
ML – Architecture
Skills Required
About the Program…
Machine Learning Foundations:
Mathematics and Science behind Machine Learning
Functions and Graphs
Statistics and its Applications
Introduction to Probability Theory
About the Program…
Machine Learning:
Getting Started with Machine Learning
• What is Machine Learning – Examples and Applications
• Numpy and Pandas Tutorial
• Scikit Learn Tutorial
• Introduction to Model Evaluation and Validation
• Training and Testing
• Metrics for Evaluation
• 2 Mini-Projects to understand and implement Machine Learning Basics
About the Program…
Supervised Learning
• Introduction to Supervised Learning
• Linear Regression
• Logistic Regression
• Decision Trees
• Random Forests
• Naïve Bayes Classifier
• Bayesian Statistics and Inference
• K-Nearest Neighbor
• Introduction to Neural Networks
• Introduction to Natural language Processing
• Mini Project to apply Supervised Learning Algorithms
About the Program…
Unsupervised Learning
• Introduction to Unsupervised Learning
• K-Means Clustering
• Hierarchal Clustering
• Clustering using DBSCAN
• Clustering Mini-Project
• Feature Selection
• Principal Components Analysis (PCA)
• Feature Transformations
Reinforcement Learning
• Introduction to Reinforcement Learning
• Markov decision Processes
• Game Theory Fundamentals
• Mini Project to implement Reinforcement Learning
About the Program…
Deep Learning
• Introduction to Deep Learning
• Deep Learning tools
• TensorFlow
• Deep Neural networks
• Convolutional Neural Networks
• Neural network Mini-Project
Introduction to Kaggle Platform and other Data Science Competitions
Industry Project: This will be a industry-specific project to solve a real-world problem using
different Machine Learning techniques learned in the overall course.

More Related Content

What's hot (20)

House Price Estimates Based on Machine Learning Algorithm
House Price Estimates Based on Machine Learning AlgorithmHouse Price Estimates Based on Machine Learning Algorithm
House Price Estimates Based on Machine Learning Algorithm
ijtsrd
 
House price prediction
House price predictionHouse price prediction
House price prediction
AdityaKumar1505
 
Deep Dive into Hyperparameter Tuning
Deep Dive into Hyperparameter TuningDeep Dive into Hyperparameter Tuning
Deep Dive into Hyperparameter Tuning
Shubhmay Potdar
 
Housing price prediction
Housing price predictionHousing price prediction
Housing price prediction
Abhimanyu Dwivedi
 
Introduction to Machine Learning with SciKit-Learn
Introduction to Machine Learning with SciKit-LearnIntroduction to Machine Learning with SciKit-Learn
Introduction to Machine Learning with SciKit-Learn
Benjamin Bengfort
 
An introduction to Deep Learning
An introduction to Deep LearningAn introduction to Deep Learning
An introduction to Deep Learning
Julien SIMON
 
Ensemble learning Techniques
Ensemble learning TechniquesEnsemble learning Techniques
Ensemble learning Techniques
Babu Priyavrat
 
Machine learning
Machine learningMachine learning
Machine learning
Dr Geetha Mohan
 
Understanding Bagging and Boosting
Understanding Bagging and BoostingUnderstanding Bagging and Boosting
Understanding Bagging and Boosting
Mohit Rajput
 
Introduction to Machine Learning Classifiers
Introduction to Machine Learning ClassifiersIntroduction to Machine Learning Classifiers
Introduction to Machine Learning Classifiers
Functional Imperative
 
Machine Learning and Data Mining: 04 Association Rule Mining
Machine Learning and Data Mining: 04 Association Rule MiningMachine Learning and Data Mining: 04 Association Rule Mining
Machine Learning and Data Mining: 04 Association Rule Mining
Pier Luca Lanzi
 
Predicting house price
Predicting house pricePredicting house price
Predicting house price
Divya Tiwari
 
Distributed machine learning
Distributed machine learningDistributed machine learning
Distributed machine learning
Stanley Wang
 
Support Vector Machines for Classification
Support Vector Machines for ClassificationSupport Vector Machines for Classification
Support Vector Machines for Classification
Prakash Pimpale
 
Prediction of housing price
Prediction of housing pricePrediction of housing price
Prediction of housing price
Ashish Kumar Jena
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
Rahul Jain
 
Machine Learning in Big Data
Machine Learning in Big DataMachine Learning in Big Data
Machine Learning in Big Data
DataWorks Summit
 
IRJET- House Rent Price Prediction
IRJET- House Rent Price PredictionIRJET- House Rent Price Prediction
IRJET- House Rent Price Prediction
IRJET Journal
 
Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...
Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...
Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...
Simplilearn
 
Matrix Factorisation (and Dimensionality Reduction)
Matrix Factorisation (and Dimensionality Reduction)Matrix Factorisation (and Dimensionality Reduction)
Matrix Factorisation (and Dimensionality Reduction)
HJ van Veen
 
House Price Estimates Based on Machine Learning Algorithm
House Price Estimates Based on Machine Learning AlgorithmHouse Price Estimates Based on Machine Learning Algorithm
House Price Estimates Based on Machine Learning Algorithm
ijtsrd
 
Deep Dive into Hyperparameter Tuning
Deep Dive into Hyperparameter TuningDeep Dive into Hyperparameter Tuning
Deep Dive into Hyperparameter Tuning
Shubhmay Potdar
 
Introduction to Machine Learning with SciKit-Learn
Introduction to Machine Learning with SciKit-LearnIntroduction to Machine Learning with SciKit-Learn
Introduction to Machine Learning with SciKit-Learn
Benjamin Bengfort
 
An introduction to Deep Learning
An introduction to Deep LearningAn introduction to Deep Learning
An introduction to Deep Learning
Julien SIMON
 
Ensemble learning Techniques
Ensemble learning TechniquesEnsemble learning Techniques
Ensemble learning Techniques
Babu Priyavrat
 
Understanding Bagging and Boosting
Understanding Bagging and BoostingUnderstanding Bagging and Boosting
Understanding Bagging and Boosting
Mohit Rajput
 
Introduction to Machine Learning Classifiers
Introduction to Machine Learning ClassifiersIntroduction to Machine Learning Classifiers
Introduction to Machine Learning Classifiers
Functional Imperative
 
Machine Learning and Data Mining: 04 Association Rule Mining
Machine Learning and Data Mining: 04 Association Rule MiningMachine Learning and Data Mining: 04 Association Rule Mining
Machine Learning and Data Mining: 04 Association Rule Mining
Pier Luca Lanzi
 
Predicting house price
Predicting house pricePredicting house price
Predicting house price
Divya Tiwari
 
Distributed machine learning
Distributed machine learningDistributed machine learning
Distributed machine learning
Stanley Wang
 
Support Vector Machines for Classification
Support Vector Machines for ClassificationSupport Vector Machines for Classification
Support Vector Machines for Classification
Prakash Pimpale
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
Rahul Jain
 
Machine Learning in Big Data
Machine Learning in Big DataMachine Learning in Big Data
Machine Learning in Big Data
DataWorks Summit
 
IRJET- House Rent Price Prediction
IRJET- House Rent Price PredictionIRJET- House Rent Price Prediction
IRJET- House Rent Price Prediction
IRJET Journal
 
Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...
Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...
Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...
Simplilearn
 
Matrix Factorisation (and Dimensionality Reduction)
Matrix Factorisation (and Dimensionality Reduction)Matrix Factorisation (and Dimensionality Reduction)
Matrix Factorisation (and Dimensionality Reduction)
HJ van Veen
 

Similar to Data analytics with python introductory (20)

what-is-machine-learning-and-its-importance-in-todays-world.pdf
what-is-machine-learning-and-its-importance-in-todays-world.pdfwhat-is-machine-learning-and-its-importance-in-todays-world.pdf
what-is-machine-learning-and-its-importance-in-todays-world.pdf
Temok IT Services
 
MACHINE LEARNING PPT.pptx for the machine learning studnets
MACHINE LEARNING PPT.pptx for the machine learning studnetsMACHINE LEARNING PPT.pptx for the machine learning studnets
MACHINE LEARNING PPT.pptx for the machine learning studnets
AadityaRathi4
 
BIG DATA AND MACHINE LEARNING
BIG DATA AND MACHINE LEARNINGBIG DATA AND MACHINE LEARNING
BIG DATA AND MACHINE LEARNING
Umair Shafique
 
Machine learning
Machine learningMachine learning
Machine learning
eonx_32
 
Lecture 1.pptxgggggggggggggggggggggggggggggggggggggggggggg
Lecture 1.pptxggggggggggggggggggggggggggggggggggggggggggggLecture 1.pptxgggggggggggggggggggggggggggggggggggggggggggg
Lecture 1.pptxgggggggggggggggggggggggggggggggggggggggggggg
AjayKumar773878
 
machine learning introduction notes foRr
machine learning introduction notes foRrmachine learning introduction notes foRr
machine learning introduction notes foRr
SanaMateen7
 
Machine learning-in-details-with-out-python-code
Machine learning-in-details-with-out-python-codeMachine learning-in-details-with-out-python-code
Machine learning-in-details-with-out-python-code
Osama Ghandour Geris
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
pradeepskvch
 
Training_Report_on_Machine_Learning.docx
Training_Report_on_Machine_Learning.docxTraining_Report_on_Machine_Learning.docx
Training_Report_on_Machine_Learning.docx
ShubhamBishnoi14
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
Christy Abraham Joy
 
The Ultimate Guide to Machine Learning (ML)
The Ultimate Guide to Machine Learning (ML)The Ultimate Guide to Machine Learning (ML)
The Ultimate Guide to Machine Learning (ML)
RR IT Zone
 
ML.pdf
ML.pdfML.pdf
ML.pdf
SamuelAwuah1
 
introduction to machine learning .pptx
introduction to machine learning   .pptxintroduction to machine learning   .pptx
introduction to machine learning .pptx
SulemanKtk2
 
Intro to machine learning
Intro to machine learningIntro to machine learning
Intro to machine learning
Govind Mudumbai
 
Eckovation Machine Learning
Eckovation Machine LearningEckovation Machine Learning
Eckovation Machine Learning
Shikhar Srivastava
 
machine learning
machine learningmachine learning
machine learning
soundaryasarya
 
Lect 7 intro to M.L..pdf
Lect 7 intro to M.L..pdfLect 7 intro to M.L..pdf
Lect 7 intro to M.L..pdf
HassanElalfy4
 
Introduction to machine learning
Introduction to machine learningIntroduction to machine learning
Introduction to machine learning
Rahul Sahai
 
Introduction to machine learning
Introduction to machine learningIntroduction to machine learning
Introduction to machine learning
MoTechInc
 
Machine Learning Basics
Machine Learning BasicsMachine Learning Basics
Machine Learning Basics
Suresh Arora
 
what-is-machine-learning-and-its-importance-in-todays-world.pdf
what-is-machine-learning-and-its-importance-in-todays-world.pdfwhat-is-machine-learning-and-its-importance-in-todays-world.pdf
what-is-machine-learning-and-its-importance-in-todays-world.pdf
Temok IT Services
 
MACHINE LEARNING PPT.pptx for the machine learning studnets
MACHINE LEARNING PPT.pptx for the machine learning studnetsMACHINE LEARNING PPT.pptx for the machine learning studnets
MACHINE LEARNING PPT.pptx for the machine learning studnets
AadityaRathi4
 
BIG DATA AND MACHINE LEARNING
BIG DATA AND MACHINE LEARNINGBIG DATA AND MACHINE LEARNING
BIG DATA AND MACHINE LEARNING
Umair Shafique
 
Machine learning
Machine learningMachine learning
Machine learning
eonx_32
 
Lecture 1.pptxgggggggggggggggggggggggggggggggggggggggggggg
Lecture 1.pptxggggggggggggggggggggggggggggggggggggggggggggLecture 1.pptxgggggggggggggggggggggggggggggggggggggggggggg
Lecture 1.pptxgggggggggggggggggggggggggggggggggggggggggggg
AjayKumar773878
 
machine learning introduction notes foRr
machine learning introduction notes foRrmachine learning introduction notes foRr
machine learning introduction notes foRr
SanaMateen7
 
Machine learning-in-details-with-out-python-code
Machine learning-in-details-with-out-python-codeMachine learning-in-details-with-out-python-code
Machine learning-in-details-with-out-python-code
Osama Ghandour Geris
 
Training_Report_on_Machine_Learning.docx
Training_Report_on_Machine_Learning.docxTraining_Report_on_Machine_Learning.docx
Training_Report_on_Machine_Learning.docx
ShubhamBishnoi14
 
The Ultimate Guide to Machine Learning (ML)
The Ultimate Guide to Machine Learning (ML)The Ultimate Guide to Machine Learning (ML)
The Ultimate Guide to Machine Learning (ML)
RR IT Zone
 
introduction to machine learning .pptx
introduction to machine learning   .pptxintroduction to machine learning   .pptx
introduction to machine learning .pptx
SulemanKtk2
 
Intro to machine learning
Intro to machine learningIntro to machine learning
Intro to machine learning
Govind Mudumbai
 
Lect 7 intro to M.L..pdf
Lect 7 intro to M.L..pdfLect 7 intro to M.L..pdf
Lect 7 intro to M.L..pdf
HassanElalfy4
 
Introduction to machine learning
Introduction to machine learningIntroduction to machine learning
Introduction to machine learning
Rahul Sahai
 
Introduction to machine learning
Introduction to machine learningIntroduction to machine learning
Introduction to machine learning
MoTechInc
 
Machine Learning Basics
Machine Learning BasicsMachine Learning Basics
Machine Learning Basics
Suresh Arora
 
Ad

More from Abhimanyu Dwivedi (11)

Deepfakes videos
Deepfakes videosDeepfakes videos
Deepfakes videos
Abhimanyu Dwivedi
 
John mc carthy contribution to AI
John mc carthy contribution to AIJohn mc carthy contribution to AI
John mc carthy contribution to AI
Abhimanyu Dwivedi
 
Machine learning session9(clustering)
Machine learning   session9(clustering)Machine learning   session9(clustering)
Machine learning session9(clustering)
Abhimanyu Dwivedi
 
Machine learning session8(svm nlp)
Machine learning   session8(svm nlp)Machine learning   session8(svm nlp)
Machine learning session8(svm nlp)
Abhimanyu Dwivedi
 
Machine learning session7(nb classifier k-nn)
Machine learning   session7(nb classifier k-nn)Machine learning   session7(nb classifier k-nn)
Machine learning session7(nb classifier k-nn)
Abhimanyu Dwivedi
 
Machine learning session6(decision trees random forrest)
Machine learning   session6(decision trees random forrest)Machine learning   session6(decision trees random forrest)
Machine learning session6(decision trees random forrest)
Abhimanyu Dwivedi
 
Machine learning session5(logistic regression)
Machine learning   session5(logistic regression)Machine learning   session5(logistic regression)
Machine learning session5(logistic regression)
Abhimanyu Dwivedi
 
Machine learning session4(linear regression)
Machine learning   session4(linear regression)Machine learning   session4(linear regression)
Machine learning session4(linear regression)
Abhimanyu Dwivedi
 
Machine learning session3(intro to python)
Machine learning   session3(intro to python)Machine learning   session3(intro to python)
Machine learning session3(intro to python)
Abhimanyu Dwivedi
 
Machine learning session2
Machine learning   session2Machine learning   session2
Machine learning session2
Abhimanyu Dwivedi
 
Machine learning session1
Machine learning   session1Machine learning   session1
Machine learning session1
Abhimanyu Dwivedi
 
John mc carthy contribution to AI
John mc carthy contribution to AIJohn mc carthy contribution to AI
John mc carthy contribution to AI
Abhimanyu Dwivedi
 
Machine learning session9(clustering)
Machine learning   session9(clustering)Machine learning   session9(clustering)
Machine learning session9(clustering)
Abhimanyu Dwivedi
 
Machine learning session8(svm nlp)
Machine learning   session8(svm nlp)Machine learning   session8(svm nlp)
Machine learning session8(svm nlp)
Abhimanyu Dwivedi
 
Machine learning session7(nb classifier k-nn)
Machine learning   session7(nb classifier k-nn)Machine learning   session7(nb classifier k-nn)
Machine learning session7(nb classifier k-nn)
Abhimanyu Dwivedi
 
Machine learning session6(decision trees random forrest)
Machine learning   session6(decision trees random forrest)Machine learning   session6(decision trees random forrest)
Machine learning session6(decision trees random forrest)
Abhimanyu Dwivedi
 
Machine learning session5(logistic regression)
Machine learning   session5(logistic regression)Machine learning   session5(logistic regression)
Machine learning session5(logistic regression)
Abhimanyu Dwivedi
 
Machine learning session4(linear regression)
Machine learning   session4(linear regression)Machine learning   session4(linear regression)
Machine learning session4(linear regression)
Abhimanyu Dwivedi
 
Machine learning session3(intro to python)
Machine learning   session3(intro to python)Machine learning   session3(intro to python)
Machine learning session3(intro to python)
Abhimanyu Dwivedi
 
Ad

Recently uploaded (20)

HUMAN SKELETAL SYSTEM ANATAMY AND PHYSIOLOGY
HUMAN SKELETAL SYSTEM ANATAMY AND PHYSIOLOGYHUMAN SKELETAL SYSTEM ANATAMY AND PHYSIOLOGY
HUMAN SKELETAL SYSTEM ANATAMY AND PHYSIOLOGY
DHARMENDRA SAHU
 
Pragya Champion's Chalice 2025 Set , General Quiz
Pragya Champion's Chalice 2025 Set , General QuizPragya Champion's Chalice 2025 Set , General Quiz
Pragya Champion's Chalice 2025 Set , General Quiz
Pragya - UEM Kolkata Quiz Club
 
Search Engine Optimization (SEO) for Website Success
Search Engine Optimization (SEO) for Website SuccessSearch Engine Optimization (SEO) for Website Success
Search Engine Optimization (SEO) for Website Success
Muneeb Rana
 
Dashboard Overview in Odoo 18 - Odoo Slides
Dashboard Overview in Odoo 18 - Odoo SlidesDashboard Overview in Odoo 18 - Odoo Slides
Dashboard Overview in Odoo 18 - Odoo Slides
Celine George
 
CBSE - Grade 11 - Mathematics - Ch 2 - Relations And Functions - Notes (PDF F...
CBSE - Grade 11 - Mathematics - Ch 2 - Relations And Functions - Notes (PDF F...CBSE - Grade 11 - Mathematics - Ch 2 - Relations And Functions - Notes (PDF F...
CBSE - Grade 11 - Mathematics - Ch 2 - Relations And Functions - Notes (PDF F...
Sritoma Majumder
 
SEM II 3202 STRUCTURAL MECHANICS, B ARCH, REGULATION 2021, ANNA UNIVERSITY, R...
SEM II 3202 STRUCTURAL MECHANICS, B ARCH, REGULATION 2021, ANNA UNIVERSITY, R...SEM II 3202 STRUCTURAL MECHANICS, B ARCH, REGULATION 2021, ANNA UNIVERSITY, R...
SEM II 3202 STRUCTURAL MECHANICS, B ARCH, REGULATION 2021, ANNA UNIVERSITY, R...
RVSPSOA
 
Introduction to Online CME for Nurse Practitioners.pdf
Introduction to Online CME for Nurse Practitioners.pdfIntroduction to Online CME for Nurse Practitioners.pdf
Introduction to Online CME for Nurse Practitioners.pdf
CME4Life
 
TechSoup Microsoft Copilot Nonprofit Use Cases and Live Demo - 2025.05.28.pdf
TechSoup Microsoft Copilot Nonprofit Use Cases and Live Demo - 2025.05.28.pdfTechSoup Microsoft Copilot Nonprofit Use Cases and Live Demo - 2025.05.28.pdf
TechSoup Microsoft Copilot Nonprofit Use Cases and Live Demo - 2025.05.28.pdf
TechSoup
 
A Brief Introduction About Jack Lutkus
A Brief Introduction About  Jack  LutkusA Brief Introduction About  Jack  Lutkus
A Brief Introduction About Jack Lutkus
Jack Lutkus
 
LET´S PRACTICE GRAMMAR USING SIMPLE PAST TENSE
LET´S PRACTICE GRAMMAR USING SIMPLE PAST TENSELET´S PRACTICE GRAMMAR USING SIMPLE PAST TENSE
LET´S PRACTICE GRAMMAR USING SIMPLE PAST TENSE
OlgaLeonorTorresSnch
 
STUDENT LOAN TRUST FUND DEFAULTERS GHANA
STUDENT LOAN TRUST FUND DEFAULTERS GHANASTUDENT LOAN TRUST FUND DEFAULTERS GHANA
STUDENT LOAN TRUST FUND DEFAULTERS GHANA
Kweku Zurek
 
How to Create Time Off Request in Odoo 18 Time Off
How to Create Time Off Request in Odoo 18 Time OffHow to Create Time Off Request in Odoo 18 Time Off
How to Create Time Off Request in Odoo 18 Time Off
Celine George
 
Order Lepidoptera: Butterflies and Moths.pptx
Order Lepidoptera: Butterflies and Moths.pptxOrder Lepidoptera: Butterflies and Moths.pptx
Order Lepidoptera: Butterflies and Moths.pptx
Arshad Shaikh
 
How to Configure Add to Cart in Odoo 18 Website
How to Configure Add to Cart in Odoo 18 WebsiteHow to Configure Add to Cart in Odoo 18 Website
How to Configure Add to Cart in Odoo 18 Website
Celine George
 
K-Circle-Weekly-Quiz-May2025_12345678910
K-Circle-Weekly-Quiz-May2025_12345678910K-Circle-Weekly-Quiz-May2025_12345678910
K-Circle-Weekly-Quiz-May2025_12345678910
PankajRodey1
 
Diana Enriquez Wauconda - A Wauconda-Based Educator
Diana Enriquez Wauconda - A Wauconda-Based EducatorDiana Enriquez Wauconda - A Wauconda-Based Educator
Diana Enriquez Wauconda - A Wauconda-Based Educator
Diana Enriquez Wauconda
 
"Hymenoptera: A Diverse and Fascinating Order".pptx
"Hymenoptera: A Diverse and Fascinating Order".pptx"Hymenoptera: A Diverse and Fascinating Order".pptx
"Hymenoptera: A Diverse and Fascinating Order".pptx
Arshad Shaikh
 
Order: Odonata Isoptera and Thysanoptera.pptx
Order: Odonata Isoptera and Thysanoptera.pptxOrder: Odonata Isoptera and Thysanoptera.pptx
Order: Odonata Isoptera and Thysanoptera.pptx
Arshad Shaikh
 
Swachata Quiz - Prelims - 01.10.24 - Quiz Club IIT Patna
Swachata Quiz - Prelims - 01.10.24 - Quiz Club IIT PatnaSwachata Quiz - Prelims - 01.10.24 - Quiz Club IIT Patna
Swachata Quiz - Prelims - 01.10.24 - Quiz Club IIT Patna
Quiz Club, Indian Institute of Technology, Patna
 
POS Reporting in Odoo 18 - Odoo 18 Slides
POS Reporting in Odoo 18 - Odoo 18 SlidesPOS Reporting in Odoo 18 - Odoo 18 Slides
POS Reporting in Odoo 18 - Odoo 18 Slides
Celine George
 
HUMAN SKELETAL SYSTEM ANATAMY AND PHYSIOLOGY
HUMAN SKELETAL SYSTEM ANATAMY AND PHYSIOLOGYHUMAN SKELETAL SYSTEM ANATAMY AND PHYSIOLOGY
HUMAN SKELETAL SYSTEM ANATAMY AND PHYSIOLOGY
DHARMENDRA SAHU
 
Search Engine Optimization (SEO) for Website Success
Search Engine Optimization (SEO) for Website SuccessSearch Engine Optimization (SEO) for Website Success
Search Engine Optimization (SEO) for Website Success
Muneeb Rana
 
Dashboard Overview in Odoo 18 - Odoo Slides
Dashboard Overview in Odoo 18 - Odoo SlidesDashboard Overview in Odoo 18 - Odoo Slides
Dashboard Overview in Odoo 18 - Odoo Slides
Celine George
 
CBSE - Grade 11 - Mathematics - Ch 2 - Relations And Functions - Notes (PDF F...
CBSE - Grade 11 - Mathematics - Ch 2 - Relations And Functions - Notes (PDF F...CBSE - Grade 11 - Mathematics - Ch 2 - Relations And Functions - Notes (PDF F...
CBSE - Grade 11 - Mathematics - Ch 2 - Relations And Functions - Notes (PDF F...
Sritoma Majumder
 
SEM II 3202 STRUCTURAL MECHANICS, B ARCH, REGULATION 2021, ANNA UNIVERSITY, R...
SEM II 3202 STRUCTURAL MECHANICS, B ARCH, REGULATION 2021, ANNA UNIVERSITY, R...SEM II 3202 STRUCTURAL MECHANICS, B ARCH, REGULATION 2021, ANNA UNIVERSITY, R...
SEM II 3202 STRUCTURAL MECHANICS, B ARCH, REGULATION 2021, ANNA UNIVERSITY, R...
RVSPSOA
 
Introduction to Online CME for Nurse Practitioners.pdf
Introduction to Online CME for Nurse Practitioners.pdfIntroduction to Online CME for Nurse Practitioners.pdf
Introduction to Online CME for Nurse Practitioners.pdf
CME4Life
 
TechSoup Microsoft Copilot Nonprofit Use Cases and Live Demo - 2025.05.28.pdf
TechSoup Microsoft Copilot Nonprofit Use Cases and Live Demo - 2025.05.28.pdfTechSoup Microsoft Copilot Nonprofit Use Cases and Live Demo - 2025.05.28.pdf
TechSoup Microsoft Copilot Nonprofit Use Cases and Live Demo - 2025.05.28.pdf
TechSoup
 
A Brief Introduction About Jack Lutkus
A Brief Introduction About  Jack  LutkusA Brief Introduction About  Jack  Lutkus
A Brief Introduction About Jack Lutkus
Jack Lutkus
 
LET´S PRACTICE GRAMMAR USING SIMPLE PAST TENSE
LET´S PRACTICE GRAMMAR USING SIMPLE PAST TENSELET´S PRACTICE GRAMMAR USING SIMPLE PAST TENSE
LET´S PRACTICE GRAMMAR USING SIMPLE PAST TENSE
OlgaLeonorTorresSnch
 
STUDENT LOAN TRUST FUND DEFAULTERS GHANA
STUDENT LOAN TRUST FUND DEFAULTERS GHANASTUDENT LOAN TRUST FUND DEFAULTERS GHANA
STUDENT LOAN TRUST FUND DEFAULTERS GHANA
Kweku Zurek
 
How to Create Time Off Request in Odoo 18 Time Off
How to Create Time Off Request in Odoo 18 Time OffHow to Create Time Off Request in Odoo 18 Time Off
How to Create Time Off Request in Odoo 18 Time Off
Celine George
 
Order Lepidoptera: Butterflies and Moths.pptx
Order Lepidoptera: Butterflies and Moths.pptxOrder Lepidoptera: Butterflies and Moths.pptx
Order Lepidoptera: Butterflies and Moths.pptx
Arshad Shaikh
 
How to Configure Add to Cart in Odoo 18 Website
How to Configure Add to Cart in Odoo 18 WebsiteHow to Configure Add to Cart in Odoo 18 Website
How to Configure Add to Cart in Odoo 18 Website
Celine George
 
K-Circle-Weekly-Quiz-May2025_12345678910
K-Circle-Weekly-Quiz-May2025_12345678910K-Circle-Weekly-Quiz-May2025_12345678910
K-Circle-Weekly-Quiz-May2025_12345678910
PankajRodey1
 
Diana Enriquez Wauconda - A Wauconda-Based Educator
Diana Enriquez Wauconda - A Wauconda-Based EducatorDiana Enriquez Wauconda - A Wauconda-Based Educator
Diana Enriquez Wauconda - A Wauconda-Based Educator
Diana Enriquez Wauconda
 
"Hymenoptera: A Diverse and Fascinating Order".pptx
"Hymenoptera: A Diverse and Fascinating Order".pptx"Hymenoptera: A Diverse and Fascinating Order".pptx
"Hymenoptera: A Diverse and Fascinating Order".pptx
Arshad Shaikh
 
Order: Odonata Isoptera and Thysanoptera.pptx
Order: Odonata Isoptera and Thysanoptera.pptxOrder: Odonata Isoptera and Thysanoptera.pptx
Order: Odonata Isoptera and Thysanoptera.pptx
Arshad Shaikh
 
POS Reporting in Odoo 18 - Odoo 18 Slides
POS Reporting in Odoo 18 - Odoo 18 SlidesPOS Reporting in Odoo 18 - Odoo 18 Slides
POS Reporting in Odoo 18 - Odoo 18 Slides
Celine George
 

Data analytics with python introductory

  • 2. Computational Problems The practice of engineering is applying science to solve a problem. There are 2 kinds of problems: Deterministic: These are the set of problems which have a pre-defined set of steps which solve them, every time. E.g software written to dispense currency from an ATM machine. Whatever be the case, the software executes the same steps everytime to dispense the currency. Non-Deterministic: There are many problems where the solution is not deterministic. This is because either we don’t know enough about the problem or we don’t have enough computing power to model the problem. E.g how to classify whether a mail is spam or not. There is no single formula to determine a spam mail. It depends on the occurrence of certain words used together, length of email and other factors. Another example can be how to measure the happiness of humans. The solution to this problem will differ greatly from 1 person to another. For such cases, STATISTICS will come into play. Now, we can approach to solve Non-deterministic problems by using a pre-defined set of rules but it will not work for all the cases. You can define few rules to classify a mail as SPAM or HAM and it may work on a given set of mails but a new mail may arrive which may not follow the rules. In this case, you will have to modify the rules again. Machine Learning is an approach which uses data to identify patterns(learning) and solves the problem based on this learning. As new data comes in, the machine learning algorithm adjusts itself based on the data and start giving out results as per the new learning.
  • 3. Jargons……  Statistics is just about the numbers, and quantifying the data. There are many tools for finding relevant properties of the data but this is pretty close to pure mathematics.  Data Mining is about using Statistics as well as other programming methods to find patterns hidden in the data so that you can explain some phenomenon. Data Mining builds intuition about what is really happening in some data and is still little more towards math than programming, but uses both.  Machine Learning uses Data Mining techniques and other learning algorithms to build models of what is happening behind some data so that it can predict future outcomes. It’s a particular approach to AI.  Deep Learning is one type of Machine Learning that achieves great power and flexibility by learning to represent the world as nested hierarchy of concepts, with each concept defined in relation to simpler concepts, and more abstract representations computed in terms of less abstract ones  Artificial Intelligence uses models built by Machine Learning and other ways to reason about the world and give rise to intelligent behavior whether this is playing a game or driving a robot/car. Artificial Intelligence has some goal to achieve by predicting how actions will affect the model of the world and chooses the actions that will best achieve that goal. Very programming based.
  • 4. Jargons…… Artificial Intelligence NarrowAI General Intelligence Machine Learning Data Mining NLP Deep Learning Image Processing Voice Recognition
  • 5. Machine Learning Machine Learning is the name given to generalizable algorithms that enable a computer to carry out a task by examining data rather than hard programming. Its a subfield of computer science and artificial intelligence that focuses on developing systems that learn from data and help in making decisions and predictions based on that learning. ML enables computers to make data-driven decisions rather than being explicitly programmed to carry out a certain task. Math provides models; understand their relationships and apply them to real-world objects.
  • 6. Types of Machine Learning a. Supervised Learning: These are “predictive” in nature. The purpose is to predict the value of a particular variable(target variable) based on values of some other variables(independent or explanatory variables). Classification and Regression are examples of predictive tasks. Classification is used to predict the value of a discrete target variable while regression is used to predict the value of a continuous target variable. To predict whether an email is spam or not is a Classification task while to predict the future price of a stock is a regression task. They are called supervised because we are telling the algorithm what to predict. b. Unsupervised Learning: These are “descriptive” in nature. The purpose is to derive patterns that summarize the underlying relationships in data. Association Analysis, Cluster Analysis and Anomaly detection are examples of Unsupervised Learning. They are called unsupervised because in such cases, the final outcome is not known beforehand. With unsupervised learning there is no feedback based on the prediction results. c. Reinforcement learning: Where evaluations are given about how good or bad a certain situation is: Examples include types of ML that enable computers to learn to play games or drive vehicles
  • 7. Types of Machine Learning
  • 9. ML – Technical Areas ML Process ML Technical Architecture Required Skills
  • 11. ML – Effort Distribution
  • 12. ML – Life Cycle
  • 16. About the Program… Machine Learning Foundations: Mathematics and Science behind Machine Learning Functions and Graphs Statistics and its Applications Introduction to Probability Theory
  • 17. About the Program… Machine Learning: Getting Started with Machine Learning • What is Machine Learning – Examples and Applications • Numpy and Pandas Tutorial • Scikit Learn Tutorial • Introduction to Model Evaluation and Validation • Training and Testing • Metrics for Evaluation • 2 Mini-Projects to understand and implement Machine Learning Basics
  • 18. About the Program… Supervised Learning • Introduction to Supervised Learning • Linear Regression • Logistic Regression • Decision Trees • Random Forests • Naïve Bayes Classifier • Bayesian Statistics and Inference • K-Nearest Neighbor • Introduction to Neural Networks • Introduction to Natural language Processing • Mini Project to apply Supervised Learning Algorithms
  • 19. About the Program… Unsupervised Learning • Introduction to Unsupervised Learning • K-Means Clustering • Hierarchal Clustering • Clustering using DBSCAN • Clustering Mini-Project • Feature Selection • Principal Components Analysis (PCA) • Feature Transformations Reinforcement Learning • Introduction to Reinforcement Learning • Markov decision Processes • Game Theory Fundamentals • Mini Project to implement Reinforcement Learning
  • 20. About the Program… Deep Learning • Introduction to Deep Learning • Deep Learning tools • TensorFlow • Deep Neural networks • Convolutional Neural Networks • Neural network Mini-Project Introduction to Kaggle Platform and other Data Science Competitions Industry Project: This will be a industry-specific project to solve a real-world problem using different Machine Learning techniques learned in the overall course.