The History of Machine Learning & Probabilistic
Modeling
Dr.Venkatasupura Vemulapati
Head ICT & Estudio
Dept. Of CSE(Data Science)
SITE-Tadepalligudem
July 7, 2025
Dr.Venkatasupura VemulapatiHead ICT & EstudioDept. Of CSE(Data Science)SITE-Tadepalligudem
The History of Machine Learning & Probabilistic ModelingJuly 7, 2025 1 / 13
Introduction
Machine Learning is a type of AI that allows software applications to
become more accurate in predicting outcomes without being explicitly
programmed.
It uses historical data as input to predict new output values.
Machine learning algorithms learn from data and improve their
performance over time, unlike traditional programming where tasks are
explicitly defined.
Dr.Venkatasupura VemulapatiHead ICT & EstudioDept. Of CSE(Data Science)SITE-Tadepalligudem
The History of Machine Learning & Probabilistic ModelingJuly 7, 2025 2 / 13
Historical Overview
The history of machine learning is deeply connected with:
Artificial Intelligence (AI)
Early Neural Networks
The AI Winter
Deep Learning Revolution
Modern Machine Learning Landscape
Dr.Venkatasupura VemulapatiHead ICT & EstudioDept. Of CSE(Data Science)SITE-Tadepalligudem
The History of Machine Learning & Probabilistic ModelingJuly 7, 2025 3 / 13
Early Foundations and AI Roots (1950s–1980s)
In the 1950s, computer scientists explored whether machines could be
made to ”think.”
Symbolic AI: Creating intelligence using explicit rules.
Popular in the 1980s through expert systems.
Early chess programs were rule-based, not ML.
Ideas came from logic, probability, economics, and neuroscience.
Dr.Venkatasupura VemulapatiHead ICT & EstudioDept. Of CSE(Data Science)SITE-Tadepalligudem
The History of Machine Learning & Probabilistic ModelingJuly 7, 2025 4 / 13
Early Neural Networks (1950s–1960s)
Inspired by biological neurons.
1957: Frank Rosenblatt introduced the Perceptron.It was the earliest
formulation of an artificial neuron. It was a simple model capable of
classifying binary data, consisting of a single-layer neural network with
a threshold gate at its output
Other models: ADALINE, MADALINE (1959).
Could learn only simple linear patterns.
Computationally expensive and not noise tolerant.
Dr.Venkatasupura VemulapatiHead ICT & EstudioDept. Of CSE(Data Science)SITE-Tadepalligudem
The History of Machine Learning & Probabilistic ModelingJuly 7, 2025 5 / 13
AI Winter and Rise of Traditional ML (1980s–1990s)
Neural networks lost popularity.
Funding and research shifted to traditional ML.
Focused on feature engineering: manually extracting features from
raw data.
Techniques used: Regression, support vector machines (SVMs),
Random Forests.
Dr.Venkatasupura VemulapatiHead ICT & EstudioDept. Of CSE(Data Science)SITE-Tadepalligudem
The History of Machine Learning & Probabilistic ModelingJuly 7, 2025 6 / 13
Return of Neural Networks (1990s–2000s)
As neural networks began to regain respect in the 1990s, partly due
to the development of the SVMs introduced by Vapnik and Cortes.
Kernel methods helped ML handle nonlinear data. SVMs aim to solve
classification problems by finding optimal decision boundaries.
1998: LeNet-5 by LeCun and Bengio,a convolutional neural
networkdemonstrated efficient handwritten character recognition due
to a hierarchical architecture inspired by biological vision, superior
training data, faster processing power, and the backpropagation
algorithm. This marked an early commercial application of deep
learning, used by the United States Postal Service to automate ZIP
code reading.
Used convolutional layers and backpropagation.
Dr.Venkatasupura VemulapatiHead ICT & EstudioDept. Of CSE(Data Science)SITE-Tadepalligudem
The History of Machine Learning & Probabilistic ModelingJuly 7, 2025 7 / 13
Rise of Deep Learning (2010s)
The ”deep” in deep learning refers to the number of successive layers
in the artificial neural networks used to learn from data.
2012: The success of deep learning models like AlexNet is largely
attributed to their ability to automatically extract pertinent features
from raw data, reducing the need for manual feature engineering that
was common in traditional machine learning.AlexNet won ImageNet
competition.
Reduced need for manual feature engineering.
Improved image classification, speech, handwriting, translation.
2015: Machines surpassed human accuracy in image classification.
Dr.Venkatasupura VemulapatiHead ICT & EstudioDept. Of CSE(Data Science)SITE-Tadepalligudem
The History of Machine Learning & Probabilistic ModelingJuly 7, 2025 8 / 13
AI, ML, and DL: The Hierarchy
Artificial Intelligence (AI) – The broadest term.
Machine Learning (ML) – A subset of AI.
Deep Learning (DL) – A subset of ML, based on deep neural
networks.
Dr.Venkatasupura VemulapatiHead ICT & EstudioDept. Of CSE(Data Science)SITE-Tadepalligudem
The History of Machine Learning & Probabilistic ModelingJuly 7, 2025 9 / 13
Modern Machine Learning Landscape
Four Main Branches of ML:
Supervised Learning – Labeled data, classification, regression.
Unsupervised Learning – Clustering, dimensionality reduction.
Reinforcement Learning – Sequential decision making with reward
signals.
Deep Learning – Applied to all above types, uses neural networks.
Dr.Venkatasupura VemulapatiHead ICT & EstudioDept. Of CSE(Data Science)SITE-Tadepalligudem
The History of Machine Learning & Probabilistic ModelingJuly 7, 2025 10 / 13
Summary
ML has evolved from symbolic AI to neural networks and deep
learning.
Deep learning has transformed modern AI.
While DL is powerful, traditional ML remains widely used.
ML continues to expand into various domains with growing
capabilities.
Dr.Venkatasupura VemulapatiHead ICT & EstudioDept. Of CSE(Data Science)SITE-Tadepalligudem
The History of Machine Learning & Probabilistic ModelingJuly 7, 2025 11 / 13
Probabilistic Modelling
Probabilistic modeling is a method that employs statistics to comprehend
data. This approach has a long history and remains widely utilized today.
It is also identified as a component within the history of machine learning.
One of the most widely recognized probabilistic models is Naive
Bayes.
Naive Bayes is described as a simple yet potent algorithm, including
spam filtering, text classification, and medical diagnosis.
Its operational principle relies on the assumption that each feature
within a dataset is independent of others. This implies that the
likelihood of a specific outcome is influenced solely by the probability
of that outcome for the individual feature.
Dr.Venkatasupura VemulapatiHead ICT & EstudioDept. Of CSE(Data Science)SITE-Tadepalligudem
The History of Machine Learning & Probabilistic ModelingJuly 7, 2025 12 / 13
Cont...
The algorithm utilizes Bayes’ theorem for data classification. Bayes’
theorem computes the probability of an event based on prior
knowledge. In the context of Naive Bayes, this prior knowledge is
derived from the distribution of features in the training data.
Naive Bayes can be highly effective for classification tasks and is
valued for its speed and scalability, making it suitable for large
datasets.
Logistic regression is a closely related model, often referred to as the
”hello world” of modern machine learning.
More broadly, probabilistic modeling is connected to the fundamental
ideas of quantifying uncertainty and reasoning with probability within
artificial intelligence. It also plays a role in economics, particularly in
decision theory, which combines probability theory with utility theory
to handle uncertain outcomes.
Dr.Venkatasupura VemulapatiHead ICT & EstudioDept. Of CSE(Data Science)SITE-Tadepalligudem
The History of Machine Learning & Probabilistic ModelingJuly 7, 2025 13 / 13

More Related Content

PDF
POTENTIAL IMPACT OF GENERATIVE ARTIFICIAL INTELLIGENCE(AI) ON THE FINANCIAL I...
PPTX
demo AI ML.pptx
PDF
Deep learning applications and challenges in big data analytics
DOCX
Mastering Data Science A Comprehensive Introduction.docx
PDF
Deep Learning Research And Applications Siddhartha Bhattacharyya
PDF
Deep Neural Networks for Machine Learning
PDF
Internet of Things (IoT) and Artificial Intelligence (AI) role in Medical and...
PDF
THE INTEGRATION OF ARTIFICIAL INTELLIGENCE INTO DATABASE SYSTEMS (AI-DB INTEG...
POTENTIAL IMPACT OF GENERATIVE ARTIFICIAL INTELLIGENCE(AI) ON THE FINANCIAL I...
demo AI ML.pptx
Deep learning applications and challenges in big data analytics
Mastering Data Science A Comprehensive Introduction.docx
Deep Learning Research And Applications Siddhartha Bhattacharyya
Deep Neural Networks for Machine Learning
Internet of Things (IoT) and Artificial Intelligence (AI) role in Medical and...
THE INTEGRATION OF ARTIFICIAL INTELLIGENCE INTO DATABASE SYSTEMS (AI-DB INTEG...

Similar to Machine Learning History & Prbabilistic modelling (20)

PDF
3234150
PDF
Artificial Intelligence, Machine Learning & Tools (v. 2020 ITA)
PPTX
IoT Unit 4.pptxZxcvbnmklqwertyuiozxdfghjkl
PDF
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
PDF
Uncovering Fake News by Means of Social Network Analysis
PDF
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
PDF
15 DATA SCIENCE TRENDS TO RULE IN 2023.pdf
PPTX
ML-Chapter_one.pptx
PDF
A Literature Survey on Image Linguistic Visual Question Answering
PDF
The Future of Data Science: Emerging Trends and Technologies
PPTX
Introduction to generative AI in information systems.pptx
PDF
ARTIFICIAL INTELLIGENT ( ITS / TASK 6 ) done by Wael Saad Hameedi / P71062
PPTX
Machine Learning On Big Data: Opportunities And Challenges- Future Research D...
PDF
Performance analysis of data mining algorithms with neural network
PDF
SOCIAL DISTANCING MONITORING IN COVID-19 USING DEEP LEARNING
PDF
Data Science Demystified_ Journeying Through Insights and Innovations
PDF
Automated machine learning: the new data science challenge
PDF
Unraveling Information about Deep Learning
PDF
Exploring AI Datasets_ The Foundation of Intelligent Systems.pdf
 
PDF
AI EXPLAINED Non-Technical Guide for Policymakers
3234150
Artificial Intelligence, Machine Learning & Tools (v. 2020 ITA)
IoT Unit 4.pptxZxcvbnmklqwertyuiozxdfghjkl
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
Uncovering Fake News by Means of Social Network Analysis
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
15 DATA SCIENCE TRENDS TO RULE IN 2023.pdf
ML-Chapter_one.pptx
A Literature Survey on Image Linguistic Visual Question Answering
The Future of Data Science: Emerging Trends and Technologies
Introduction to generative AI in information systems.pptx
ARTIFICIAL INTELLIGENT ( ITS / TASK 6 ) done by Wael Saad Hameedi / P71062
Machine Learning On Big Data: Opportunities And Challenges- Future Research D...
Performance analysis of data mining algorithms with neural network
SOCIAL DISTANCING MONITORING IN COVID-19 USING DEEP LEARNING
Data Science Demystified_ Journeying Through Insights and Innovations
Automated machine learning: the new data science challenge
Unraveling Information about Deep Learning
Exploring AI Datasets_ The Foundation of Intelligent Systems.pdf
 
AI EXPLAINED Non-Technical Guide for Policymakers
Ad

Recently uploaded (20)

PDF
Hazard Identification & Risk Assessment .pdf
DOCX
Cambridge-Practice-Tests-for-IELTS-12.docx
PDF
Skin Care and Cosmetic Ingredients Dictionary ( PDFDrive ).pdf
PDF
advance database management system book.pdf
PDF
Complications of Minimal Access-Surgery.pdf
PDF
LIFE & LIVING TRILOGY - PART (3) REALITY & MYSTERY.pdf
PPTX
Unit 4 Computer Architecture Multicore Processor.pptx
PDF
LIFE & LIVING TRILOGY- PART (1) WHO ARE WE.pdf
PPTX
Virtual and Augmented Reality in Current Scenario
PDF
BP 505 T. PHARMACEUTICAL JURISPRUDENCE (UNIT 1).pdf
PDF
Environmental Education MCQ BD2EE - Share Source.pdf
PDF
What if we spent less time fighting change, and more time building what’s rig...
PDF
semiconductor packaging in vlsi design fab
PDF
FORM 1 BIOLOGY MIND MAPS and their schemes
PDF
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 1)
PDF
Empowerment Technology for Senior High School Guide
PPTX
Computer Architecture Input Output Memory.pptx
PPTX
A powerpoint presentation on the Revised K-10 Science Shaping Paper
PDF
Uderstanding digital marketing and marketing stratergie for engaging the digi...
PDF
Journal of Dental Science - UDMY (2021).pdf
Hazard Identification & Risk Assessment .pdf
Cambridge-Practice-Tests-for-IELTS-12.docx
Skin Care and Cosmetic Ingredients Dictionary ( PDFDrive ).pdf
advance database management system book.pdf
Complications of Minimal Access-Surgery.pdf
LIFE & LIVING TRILOGY - PART (3) REALITY & MYSTERY.pdf
Unit 4 Computer Architecture Multicore Processor.pptx
LIFE & LIVING TRILOGY- PART (1) WHO ARE WE.pdf
Virtual and Augmented Reality in Current Scenario
BP 505 T. PHARMACEUTICAL JURISPRUDENCE (UNIT 1).pdf
Environmental Education MCQ BD2EE - Share Source.pdf
What if we spent less time fighting change, and more time building what’s rig...
semiconductor packaging in vlsi design fab
FORM 1 BIOLOGY MIND MAPS and their schemes
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 1)
Empowerment Technology for Senior High School Guide
Computer Architecture Input Output Memory.pptx
A powerpoint presentation on the Revised K-10 Science Shaping Paper
Uderstanding digital marketing and marketing stratergie for engaging the digi...
Journal of Dental Science - UDMY (2021).pdf
Ad

Machine Learning History & Prbabilistic modelling

  • 1. The History of Machine Learning & Probabilistic Modeling Dr.Venkatasupura Vemulapati Head ICT & Estudio Dept. Of CSE(Data Science) SITE-Tadepalligudem July 7, 2025 Dr.Venkatasupura VemulapatiHead ICT & EstudioDept. Of CSE(Data Science)SITE-Tadepalligudem The History of Machine Learning & Probabilistic ModelingJuly 7, 2025 1 / 13
  • 2. Introduction Machine Learning is a type of AI that allows software applications to become more accurate in predicting outcomes without being explicitly programmed. It uses historical data as input to predict new output values. Machine learning algorithms learn from data and improve their performance over time, unlike traditional programming where tasks are explicitly defined. Dr.Venkatasupura VemulapatiHead ICT & EstudioDept. Of CSE(Data Science)SITE-Tadepalligudem The History of Machine Learning & Probabilistic ModelingJuly 7, 2025 2 / 13
  • 3. Historical Overview The history of machine learning is deeply connected with: Artificial Intelligence (AI) Early Neural Networks The AI Winter Deep Learning Revolution Modern Machine Learning Landscape Dr.Venkatasupura VemulapatiHead ICT & EstudioDept. Of CSE(Data Science)SITE-Tadepalligudem The History of Machine Learning & Probabilistic ModelingJuly 7, 2025 3 / 13
  • 4. Early Foundations and AI Roots (1950s–1980s) In the 1950s, computer scientists explored whether machines could be made to ”think.” Symbolic AI: Creating intelligence using explicit rules. Popular in the 1980s through expert systems. Early chess programs were rule-based, not ML. Ideas came from logic, probability, economics, and neuroscience. Dr.Venkatasupura VemulapatiHead ICT & EstudioDept. Of CSE(Data Science)SITE-Tadepalligudem The History of Machine Learning & Probabilistic ModelingJuly 7, 2025 4 / 13
  • 5. Early Neural Networks (1950s–1960s) Inspired by biological neurons. 1957: Frank Rosenblatt introduced the Perceptron.It was the earliest formulation of an artificial neuron. It was a simple model capable of classifying binary data, consisting of a single-layer neural network with a threshold gate at its output Other models: ADALINE, MADALINE (1959). Could learn only simple linear patterns. Computationally expensive and not noise tolerant. Dr.Venkatasupura VemulapatiHead ICT & EstudioDept. Of CSE(Data Science)SITE-Tadepalligudem The History of Machine Learning & Probabilistic ModelingJuly 7, 2025 5 / 13
  • 6. AI Winter and Rise of Traditional ML (1980s–1990s) Neural networks lost popularity. Funding and research shifted to traditional ML. Focused on feature engineering: manually extracting features from raw data. Techniques used: Regression, support vector machines (SVMs), Random Forests. Dr.Venkatasupura VemulapatiHead ICT & EstudioDept. Of CSE(Data Science)SITE-Tadepalligudem The History of Machine Learning & Probabilistic ModelingJuly 7, 2025 6 / 13
  • 7. Return of Neural Networks (1990s–2000s) As neural networks began to regain respect in the 1990s, partly due to the development of the SVMs introduced by Vapnik and Cortes. Kernel methods helped ML handle nonlinear data. SVMs aim to solve classification problems by finding optimal decision boundaries. 1998: LeNet-5 by LeCun and Bengio,a convolutional neural networkdemonstrated efficient handwritten character recognition due to a hierarchical architecture inspired by biological vision, superior training data, faster processing power, and the backpropagation algorithm. This marked an early commercial application of deep learning, used by the United States Postal Service to automate ZIP code reading. Used convolutional layers and backpropagation. Dr.Venkatasupura VemulapatiHead ICT & EstudioDept. Of CSE(Data Science)SITE-Tadepalligudem The History of Machine Learning & Probabilistic ModelingJuly 7, 2025 7 / 13
  • 8. Rise of Deep Learning (2010s) The ”deep” in deep learning refers to the number of successive layers in the artificial neural networks used to learn from data. 2012: The success of deep learning models like AlexNet is largely attributed to their ability to automatically extract pertinent features from raw data, reducing the need for manual feature engineering that was common in traditional machine learning.AlexNet won ImageNet competition. Reduced need for manual feature engineering. Improved image classification, speech, handwriting, translation. 2015: Machines surpassed human accuracy in image classification. Dr.Venkatasupura VemulapatiHead ICT & EstudioDept. Of CSE(Data Science)SITE-Tadepalligudem The History of Machine Learning & Probabilistic ModelingJuly 7, 2025 8 / 13
  • 9. AI, ML, and DL: The Hierarchy Artificial Intelligence (AI) – The broadest term. Machine Learning (ML) – A subset of AI. Deep Learning (DL) – A subset of ML, based on deep neural networks. Dr.Venkatasupura VemulapatiHead ICT & EstudioDept. Of CSE(Data Science)SITE-Tadepalligudem The History of Machine Learning & Probabilistic ModelingJuly 7, 2025 9 / 13
  • 10. Modern Machine Learning Landscape Four Main Branches of ML: Supervised Learning – Labeled data, classification, regression. Unsupervised Learning – Clustering, dimensionality reduction. Reinforcement Learning – Sequential decision making with reward signals. Deep Learning – Applied to all above types, uses neural networks. Dr.Venkatasupura VemulapatiHead ICT & EstudioDept. Of CSE(Data Science)SITE-Tadepalligudem The History of Machine Learning & Probabilistic ModelingJuly 7, 2025 10 / 13
  • 11. Summary ML has evolved from symbolic AI to neural networks and deep learning. Deep learning has transformed modern AI. While DL is powerful, traditional ML remains widely used. ML continues to expand into various domains with growing capabilities. Dr.Venkatasupura VemulapatiHead ICT & EstudioDept. Of CSE(Data Science)SITE-Tadepalligudem The History of Machine Learning & Probabilistic ModelingJuly 7, 2025 11 / 13
  • 12. Probabilistic Modelling Probabilistic modeling is a method that employs statistics to comprehend data. This approach has a long history and remains widely utilized today. It is also identified as a component within the history of machine learning. One of the most widely recognized probabilistic models is Naive Bayes. Naive Bayes is described as a simple yet potent algorithm, including spam filtering, text classification, and medical diagnosis. Its operational principle relies on the assumption that each feature within a dataset is independent of others. This implies that the likelihood of a specific outcome is influenced solely by the probability of that outcome for the individual feature. Dr.Venkatasupura VemulapatiHead ICT & EstudioDept. Of CSE(Data Science)SITE-Tadepalligudem The History of Machine Learning & Probabilistic ModelingJuly 7, 2025 12 / 13
  • 13. Cont... The algorithm utilizes Bayes’ theorem for data classification. Bayes’ theorem computes the probability of an event based on prior knowledge. In the context of Naive Bayes, this prior knowledge is derived from the distribution of features in the training data. Naive Bayes can be highly effective for classification tasks and is valued for its speed and scalability, making it suitable for large datasets. Logistic regression is a closely related model, often referred to as the ”hello world” of modern machine learning. More broadly, probabilistic modeling is connected to the fundamental ideas of quantifying uncertainty and reasoning with probability within artificial intelligence. It also plays a role in economics, particularly in decision theory, which combines probability theory with utility theory to handle uncertain outcomes. Dr.Venkatasupura VemulapatiHead ICT & EstudioDept. Of CSE(Data Science)SITE-Tadepalligudem The History of Machine Learning & Probabilistic ModelingJuly 7, 2025 13 / 13