SlideShare a Scribd company logo
1 of 37
Download to read offline
Modern Signal Processing Application is Dead without Machine Learning!
G R Sinha, PhD
IEEE Senior Member, ACM DistinguishedSpeaker, IEEE DistinguishedSpeaker
Adjunct Professor IIIT Bangalore & Professor, Myanmar Institute of InformationTechnology Mandalay
Email: drgrsinha@ieee.org, ganeshsinha@acm.org, gr_sinha@miit.edu.mm
 Motivation
 Signal Processing
 Role of Machine Learning
 Signal Processing Applications
 Concluding Remarks and Challenges
2Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
Lecture Outline
Source: https://etu.ru/en/study/masters-degree/information-systems-and-technologies
3
Motivation
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
4
Source: EEG/ERPAnalysis by Kamel Nidal & Aamir Malik, CRC, 2017.
Human Brain Structure
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
5
Source: https://www.google.co.in/search?q=computer+vision&tbm=isch&ved=2ahUKEwi77vOvmsbnAhXckEsFHYTzBewQ2-
cCegQIABAA&oq=computer+&gs_l=img.1.0.0i67l9j0.39160.41186..42710...0.0..0.233.1046.3j5j1......0....1..gws-wiz-img.sFoN2TlO37g&ei=7uNAXru_OtyhrtoPhOeX4A4&bih=625&biw=1366#imgrc=MC8VVzWkpg630M
Source: Google Image
Human Vision versus Computer Vision
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
6
Source: Google Images
(contd..)
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
7
Signal Processing
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
8
 A Signal is a function or an entity that carries some information about a phenomenon.
 In Electronic Communication: voltage, current and EM wave are signals.
 Audio, video, speech, image , sonar, Radar signals etc. are examples of signals.
Source:: Google Images
Signal
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
9
 Signal processing deals with analyzing, modifying, and synthesizing the signals and can be used
to improve transmission, storage efficiency and subjective quality. This can also be used to detect
components of interest in a signal.
Source: https://en.wikipedia.org/wiki/Signal_processing#/media/File:Signal_processing_system.png
Signal Processing
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
10
Signal
Processing
Artificial
Intelligence
Smart Signal
Processing
Modern Signal Processing
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
 Signal Processing having attributes: Understanding, Decision Making, Training, Improvement
etc.
11
Role of Machine Learning
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
12
 Machine learning is an application of artificial intelligence (AI) that empowers computers with the
ability to automatically learn and improve from experience.
 The Learning Process begins with observations or data, such as examples, direct experience, or
instructions.
 The primary aim is to allow the computers learn automatically without human intervention and it
can mimic human.
Source:
Google Image
Machine Learning (ML)
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
13
 Machine learning is also a data analytics technique use to teach computers as humans and
animals.
 ML algorithms use computational methods to “learn” information directly from data. The
algorithms adaptively improve their performance as the number of samples available for
learning increases.
 Deep Learning is most emerging form of machine learning.
 ML has become an important tool for solving problems in areas, such as:
1. Image processing and computer vision
2. Computational biology, for tumor detection, drug discovery, and DNA sequencing
3. Energy production and load management
4. Automotive, aerospace, and manufacturing
5. Natural language processing, and many more
Why ML Matters
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
14
 Supervised learning—This trains a model on known input and output data so that it can predict future outputs.
 Unsupervised learning---This finds hidden patterns or intrinsic structures in input data.
Source:
https://www.mathworks.com/discov
ery/machine-
learning/_jcr_content/mainParsys3/
discoverysubsection_1965078453/m
ainParsys/image_2128876021_cop.a
dapt.full.high.svg/1586543170363.sv
g
Types of ML
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
15
 This builds a model that makes predictions based on evidence in the presence of uncertainty,
by taking a known set of input data and known responses to the data; and training a model to
generate reasonable predictions for the response to new data.
 Used when we have known data for the output, we are trying to predict.
 Classification and regression are used to develop predictive models.
 Classification Technique: Classification models classify input data into categories, in medical
imaging, speech recognition etc. For instance, if an email is genuine or spam, or whether a
tumor is cancerous/benign.
 This is used if the data can be tagged, categorized, or separated into specific groups or classes.
 Examples: SVM, Decision Trees, k-nearest neighbor, Naïve Bayes, Discriminant analysis, Neural
Networks etc.
Supervised ML
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
16
 Regression Technique—This predicts continuous responses, for example, changes in
temperature or fluctuations in power demand, like electricity load forecasting application.
 Used when we are working with a data range or if the nature of the response is a real number,
such as temperature or the time until failure for a piece of equipment.
 Commonly used methods are: Linear model, Nonlinear model, Regularization, Decision Trees,
Neural Network, Nero-fuzzy method.
 A practical example: Clinicians want to predict whether someone will have a heart attack within
a year. They have data on previous patients, including age, weight, height, and blood pressure.
They know whether the previous patients had heart attacks within a year. Combining the
existing data into a model that can predict whether a new person will have a heart attack
within a year.
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
(contd..)
17
 This uses hidden patterns or intrinsic structures in data and is used to draw inferences from
datasets consisting of input data without labeled responses.
 Clustering is the most common unsupervised learning technique, which is used for
exploratory data analysis to find hidden patterns or groupings in data.
 Examples, gene sequence analysis, market research, object recognition etc.
 Common techniques: k-means, hierarchical clustering, Gaussian mixture model, HMM, Self
organizing map, Fuzzy c-means clustering etc.
 A practical example: If a cell phone company wants optimize the locations to deploy phone
towers then machine learning can help to estimate the number of clusters of people relying on
their towers. The algorithm helps to design the best placement of cell towers to optimize
signal reception for groups, or clusters, of their customers.
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
Unsupervised ML
18
 There is no best method which fits all requirements and finding the right algorithm is partly
just trial and error.
 The algorithm selection also depends on the size and type of data we are working with; and
also on the insights we want to get from the data.
 There is no robust method for all applications.
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
Choosing ML
19
 ML is used in daily life-such as Google Maps, Google assistant, Alexa, etc.
Source:
https://static.javatpoint.com/tutorial/mac
hine-learning/images/applications-of-
machine-learning.png
Applications of ML
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
Source:
https://www.excellentwebwor
ld.com/amazon-alexa-skill-
development/
20
 Image Recognition: One of the most common applications, used to identify objects, persons,
places, digital images, etc. Example, Automatic friend tagging in Facebook: It is based on the
Facebook project named "Deep Face," which is responsible for face recognition and person
identification in the picture.
 Speech Recognition: Process of converting voice instructions into text. Example, Google
assistant, Alexa are examples
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
(contd..)
21
 Deep learning is a key technology behind driverless cars, in which a computer model learns to
perform classification tasks directly from images, text, or sound.
 Models are trained by using a large set of data and neural network architectures that contain
many layers.
Deep Learning
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
Source: https://mc.ai/its-deep-learning-times-a-new-
frontier-of-data/
22
 Deep learning achieves recognition accuracy at higher levels than ever before, especially in
safety-critical applications like driverless cars.
 Deep learning requires large amounts of labeled data. For example, driverless car development
requires millions of images and thousands of hours of video.
 Deep learning requires substantial computing power. High-performance GPUs have a parallel
architecture that is efficient for deep learning, which is to reduce training time weeks to hours or
less.
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
(contd..)
Source:
https://foreignpolicy.com/20
19/07/04/who-will-win-self-
driving-future-book-review-
autonomous-vehicles/
23
 Automated Driving
 Aerospace and Defense: To identify objects from satellites that locate areas of interest, and identify
safe or unsafe zones for troops.
 Medical Research-Cancer research
 Industrial Automation: To improve worker safety around heavy machinery by automatically
detecting when people or objects are within an unsafe distance of machines.
 Electronics: Automated hearing and speech translation. For example, home assistance devices that
respond to voice.
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
Deep Learning Applications
24
Signal Processing Applications
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
25
Source: https://www.google.co.in/search?q=computer+vision+based+car&source=lnms&tbm=isch&sa=X&ved=2ahUKEwjTu46u28jnAhWAxzgGHZqgBcgQ_AUoAXoECA4QAw&biw=1366&bih=576#imgrc=eTUdAqfoV6SVeM
Smart City and SmartTransportation System
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
26
Driverless Car
Source:
https://www.google.co.in/search?q=googles+car&source=lnms&tbm=isch&sa=X&ved=2ahUKEwjVm9eR3cjnAhWSyDgGHRtbCSoQ_AUoAXoECA4QAw&biw=1366&bih=576#imgrc=PKVlYsSmR
Z7Z_M
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
27
Industrial Robots
Source: https://www.google.co.in/search?q=industrial+robots&tbm=isch&ved=2ahUKEwjC4LaT3cjnAhUxIrcAHVXUCukQ2-
cCegQIABAA&oq=industrial+robots&gs_l=img.3..0l10.152264.156503..156777...0.0..0.199.1705.11j6......0....1..gws-wiz-
img.......0i131j0i67.Me7iH5On5eY&ei=YzZCXoKjNrHE3LUP1airyA4&bih=576&biw=1366#imgrc=7nHoH1bOTlMf8M
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
28
Mobile Robots &Vyom Mitra
Source: https://www.google.co.in/search?q=mobile+robots+in+isro+for+space+mission&tbm=isch&ved=2ahUKEwif_qjG3sjnAhX1XHwKHbNuDs8Q2-
cCegQIABAA&oq=mobile+robots+in+isro+for+space+mission&gs_l=img.3...37305.38793..40133...1.0..0.95.455.5......0....1..gws-wiz-img.3sPQn-DNb8w&ei=2zdCXt-
kA_W58QOz3bn4DA&bih=576&biw=1366#imgrc=oEa8yUEUaN00RM
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
29
Attention
Planning
Retention and Recall
Reasoning
Problem Solving
Cognitive Ability
Source: Google Images
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
30
(contd..)
Source:
https://www.humanbrainfacts.org/h
uman-brain-functions.php
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
31
 In Peripheral nervous system (PNS), sensory neurons detect stimuli from ears and
other sensors, and motor neurons carry out effector functions such as muscle contraction.
 Interneurons carry information to and from the Central nervous system (CNS),
where integration of the information takes place.
Source: http://bio1152.nicerweb.com/Locked/media/ch48/information_processing.html
Nervous System
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
32
 The cell body contains a nucleus and numerous dendrites detect stimuli or receive signals from
other neurons and send the signals toward the cell body.
 A single axon (joined to the cell body by the axon hillock) transmits signals away from the cell
body to other cells (neurons or effector cells). Small molecules
called neurotransmitters communicate the signals between neurons.
Neuron
Source: http://bio1152.nicerweb.com/Locked/media/ch48/information_processing.html
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
33
 BCI is essentially a communication pathway between human brain and an external device.
 There are two ways that your brain can connect with an external device, invasively and non-
invasively.
 The brain emits brainwaves when we perform an action because the brain cells (neurons)
interact with each other by sending and receiving small electrical signals, and we see those
electrical signals as brainwaves.
 The brainwaves that the brain emits when performing an action are interpreted by the
computer.
Brain Waves
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
34
Source: EEG/ERP Analysis by Kamel Nidal & Aamir Malik, CRC, 2017.
(contd..)
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
35
 EEG recording can be noninvasive or invasive. The noninvasive procedures use surface
electrodes and are safe & painless.
 EEG can be measured using special electrodes with a typical diameter of 0.4 cm to 1.0 cm.
 The electrodes are placed on the scalp with a paste (wet or dry), depending on the design of
electrodes.
EEG Recording
Source: https://www.wetalkuav.com/brain-implant-allows-users-to-control-drones-with-their-mind/eeg-recording/
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
36
Concluding Remarks and Challenges
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
37
 Signal Processing plays significant role in all modern applications of Science, Technology,
and Engineering.
 Smart Signal Processing has tremendous scope of Research in the areas of Signal
Acquisition, Processing, Analysis, Classification and Soft Computing Tools.
 Machine Learning plays most Important role in Modern Signal Processing applications.
 Robustness is all time Challenge.
Concluding Remarks and Challenges
Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020

More Related Content

What's hot

Ajit Jaokar, Data Science for IoT professor at Oxford University “Enterprise ...
Ajit Jaokar, Data Science for IoT professor at Oxford University “Enterprise ...Ajit Jaokar, Data Science for IoT professor at Oxford University “Enterprise ...
Ajit Jaokar, Data Science for IoT professor at Oxford University “Enterprise ...Dataconomy Media
 
Deep learning and neural network converted
Deep learning and neural network convertedDeep learning and neural network converted
Deep learning and neural network convertedJanu Jahnavi
 
Demystifying Ml, DL and AI
Demystifying Ml, DL and AIDemystifying Ml, DL and AI
Demystifying Ml, DL and AIGreg Werner
 
Deep learning for biomedical discovery and data mining I
Deep learning for biomedical discovery and data mining IDeep learning for biomedical discovery and data mining I
Deep learning for biomedical discovery and data mining IDeakin University
 
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCEANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCEijesajournal
 
Artificial Intelligence Notes Unit 1
Artificial Intelligence Notes Unit 1 Artificial Intelligence Notes Unit 1
Artificial Intelligence Notes Unit 1 DigiGurukul
 
Deep learning for biomedicine
Deep learning for biomedicineDeep learning for biomedicine
Deep learning for biomedicineDeakin University
 
AI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete Deck
AI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete DeckAI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete Deck
AI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete DeckSlideTeam
 
seminar Report-BE-EEE-8th sem-Artificial intelligence in security managenent
seminar Report-BE-EEE-8th sem-Artificial intelligence in security managenentseminar Report-BE-EEE-8th sem-Artificial intelligence in security managenent
seminar Report-BE-EEE-8th sem-Artificial intelligence in security managenentMOHAMMED SAQIB
 
Bioinformatics and Artificial Intelligence (AI) the interrelation between the...
Bioinformatics and Artificial Intelligence (AI) the interrelation between the...Bioinformatics and Artificial Intelligence (AI) the interrelation between the...
Bioinformatics and Artificial Intelligence (AI) the interrelation between the...Swapsg
 
Difference between Artificial Intelligence, Machine Learning, Deep Learning a...
Difference between Artificial Intelligence, Machine Learning, Deep Learning a...Difference between Artificial Intelligence, Machine Learning, Deep Learning a...
Difference between Artificial Intelligence, Machine Learning, Deep Learning a...Sanjay Srivastava
 
Artificial intelligence dr bhanu ppt 13 09-2020
Artificial intelligence dr bhanu ppt 13 09-2020Artificial intelligence dr bhanu ppt 13 09-2020
Artificial intelligence dr bhanu ppt 13 09-2020BhanuSagar3
 
Artificial Intelligence And Its Applications
Artificial Intelligence And Its ApplicationsArtificial Intelligence And Its Applications
Artificial Intelligence And Its ApplicationsKnoldus Inc.
 
The upsurge of deep learning for computer vision applications
The upsurge of deep learning for computer vision applicationsThe upsurge of deep learning for computer vision applications
The upsurge of deep learning for computer vision applicationsIJECEIAES
 
Artificial Intelligence And Machine Learning PowerPoint Presentation Slides C...
Artificial Intelligence And Machine Learning PowerPoint Presentation Slides C...Artificial Intelligence And Machine Learning PowerPoint Presentation Slides C...
Artificial Intelligence And Machine Learning PowerPoint Presentation Slides C...SlideTeam
 

What's hot (19)

1.Introduction to deep learning
1.Introduction to deep learning1.Introduction to deep learning
1.Introduction to deep learning
 
Ajit Jaokar, Data Science for IoT professor at Oxford University “Enterprise ...
Ajit Jaokar, Data Science for IoT professor at Oxford University “Enterprise ...Ajit Jaokar, Data Science for IoT professor at Oxford University “Enterprise ...
Ajit Jaokar, Data Science for IoT professor at Oxford University “Enterprise ...
 
Deep learning and neural network converted
Deep learning and neural network convertedDeep learning and neural network converted
Deep learning and neural network converted
 
Demystifying Ml, DL and AI
Demystifying Ml, DL and AIDemystifying Ml, DL and AI
Demystifying Ml, DL and AI
 
Deep learning for biomedical discovery and data mining I
Deep learning for biomedical discovery and data mining IDeep learning for biomedical discovery and data mining I
Deep learning for biomedical discovery and data mining I
 
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCEANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
 
What is AI?
What is AI?What is AI?
What is AI?
 
Artificial Intelligence Notes Unit 1
Artificial Intelligence Notes Unit 1 Artificial Intelligence Notes Unit 1
Artificial Intelligence Notes Unit 1
 
Deep learning for biomedicine
Deep learning for biomedicineDeep learning for biomedicine
Deep learning for biomedicine
 
Cognitive computing
Cognitive computing Cognitive computing
Cognitive computing
 
Deep Learning 2.0
Deep Learning 2.0Deep Learning 2.0
Deep Learning 2.0
 
AI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete Deck
AI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete DeckAI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete Deck
AI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete Deck
 
seminar Report-BE-EEE-8th sem-Artificial intelligence in security managenent
seminar Report-BE-EEE-8th sem-Artificial intelligence in security managenentseminar Report-BE-EEE-8th sem-Artificial intelligence in security managenent
seminar Report-BE-EEE-8th sem-Artificial intelligence in security managenent
 
Bioinformatics and Artificial Intelligence (AI) the interrelation between the...
Bioinformatics and Artificial Intelligence (AI) the interrelation between the...Bioinformatics and Artificial Intelligence (AI) the interrelation between the...
Bioinformatics and Artificial Intelligence (AI) the interrelation between the...
 
Difference between Artificial Intelligence, Machine Learning, Deep Learning a...
Difference between Artificial Intelligence, Machine Learning, Deep Learning a...Difference between Artificial Intelligence, Machine Learning, Deep Learning a...
Difference between Artificial Intelligence, Machine Learning, Deep Learning a...
 
Artificial intelligence dr bhanu ppt 13 09-2020
Artificial intelligence dr bhanu ppt 13 09-2020Artificial intelligence dr bhanu ppt 13 09-2020
Artificial intelligence dr bhanu ppt 13 09-2020
 
Artificial Intelligence And Its Applications
Artificial Intelligence And Its ApplicationsArtificial Intelligence And Its Applications
Artificial Intelligence And Its Applications
 
The upsurge of deep learning for computer vision applications
The upsurge of deep learning for computer vision applicationsThe upsurge of deep learning for computer vision applications
The upsurge of deep learning for computer vision applications
 
Artificial Intelligence And Machine Learning PowerPoint Presentation Slides C...
Artificial Intelligence And Machine Learning PowerPoint Presentation Slides C...Artificial Intelligence And Machine Learning PowerPoint Presentation Slides C...
Artificial Intelligence And Machine Learning PowerPoint Presentation Slides C...
 

Similar to Modern signal processing is dead without machine learning! 5th july 2020

Webinar trends in machine learning ce adar july 9 2020 susan mckeever
Webinar trends in machine learning ce adar july 9 2020 susan mckeeverWebinar trends in machine learning ce adar july 9 2020 susan mckeever
Webinar trends in machine learning ce adar july 9 2020 susan mckeeversmckeever
 
The State of Artificial Intelligence in 2018: A Good Old Fashioned Report
The State of Artificial Intelligence in 2018: A Good Old Fashioned ReportThe State of Artificial Intelligence in 2018: A Good Old Fashioned Report
The State of Artificial Intelligence in 2018: A Good Old Fashioned ReportNathan Benaich
 
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSISUNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSISpijans
 
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSISUNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSISpijans
 
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
 
State of AI Report 2023 - Air Street Capital
State of AI Report 2023 - Air Street CapitalState of AI Report 2023 - Air Street Capital
State of AI Report 2023 - Air Street CapitalAI Geek (wishesh)
 
Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...
Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...
Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...eswaralaldevadoss
 
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCEANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCEijesajournal
 
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCEANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCEijesajournal
 
The Future is Here: 8 Emerging Technologies to Watch in 2023
The Future is Here: 8 Emerging Technologies to Watch in 2023The Future is Here: 8 Emerging Technologies to Watch in 2023
The Future is Here: 8 Emerging Technologies to Watch in 2023Netizens Technologies
 
What is Artificial Intelligence.docx
What is Artificial Intelligence.docxWhat is Artificial Intelligence.docx
What is Artificial Intelligence.docxAliParsa22
 
A Study On Artificial Intelligence Technologies And Its Applications
A Study On Artificial Intelligence Technologies And Its ApplicationsA Study On Artificial Intelligence Technologies And Its Applications
A Study On Artificial Intelligence Technologies And Its ApplicationsJeff Nelson
 
How to choose the right AI model for your application?
How to choose the right AI model for your application?How to choose the right AI model for your application?
How to choose the right AI model for your application?Benjaminlapid1
 
Introduction to Machine Learning.pptx
Introduction  to  Machine  Learning.pptxIntroduction  to  Machine  Learning.pptx
Introduction to Machine Learning.pptxHarsha Patel
 
Directions in machine learning Ceadar webinar
Directions in machine learning Ceadar webinar Directions in machine learning Ceadar webinar
Directions in machine learning Ceadar webinar smckeever
 
State of AI Report 2022 - ONLINE.pdf
State of AI Report 2022 - ONLINE.pdfState of AI Report 2022 - ONLINE.pdf
State of AI Report 2022 - ONLINE.pdfvizologi
 

Similar to Modern signal processing is dead without machine learning! 5th july 2020 (20)

Webinar trends in machine learning ce adar july 9 2020 susan mckeever
Webinar trends in machine learning ce adar july 9 2020 susan mckeeverWebinar trends in machine learning ce adar july 9 2020 susan mckeever
Webinar trends in machine learning ce adar july 9 2020 susan mckeever
 
The State of Artificial Intelligence in 2018: A Good Old Fashioned Report
The State of Artificial Intelligence in 2018: A Good Old Fashioned ReportThe State of Artificial Intelligence in 2018: A Good Old Fashioned Report
The State of Artificial Intelligence in 2018: A Good Old Fashioned Report
 
State Of AI 2018
State Of AI 2018State Of AI 2018
State Of AI 2018
 
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSISUNCOVERING 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
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSISUNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
 
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)
 
State of AI Report 2023 - Air Street Capital
State of AI Report 2023 - Air Street CapitalState of AI Report 2023 - Air Street Capital
State of AI Report 2023 - Air Street Capital
 
Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...
Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...
Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...
 
Intro to AI.pptx
Intro to AI.pptxIntro to AI.pptx
Intro to AI.pptx
 
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCEANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
 
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCEANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
 
The Future is Here: 8 Emerging Technologies to Watch in 2023
The Future is Here: 8 Emerging Technologies to Watch in 2023The Future is Here: 8 Emerging Technologies to Watch in 2023
The Future is Here: 8 Emerging Technologies to Watch in 2023
 
ML vs AI
ML vs AIML vs AI
ML vs AI
 
Machine learning
Machine learningMachine learning
Machine learning
 
What is Artificial Intelligence.docx
What is Artificial Intelligence.docxWhat is Artificial Intelligence.docx
What is Artificial Intelligence.docx
 
A Study On Artificial Intelligence Technologies And Its Applications
A Study On Artificial Intelligence Technologies And Its ApplicationsA Study On Artificial Intelligence Technologies And Its Applications
A Study On Artificial Intelligence Technologies And Its Applications
 
How to choose the right AI model for your application?
How to choose the right AI model for your application?How to choose the right AI model for your application?
How to choose the right AI model for your application?
 
Introduction to Machine Learning.pptx
Introduction  to  Machine  Learning.pptxIntroduction  to  Machine  Learning.pptx
Introduction to Machine Learning.pptx
 
Directions in machine learning Ceadar webinar
Directions in machine learning Ceadar webinar Directions in machine learning Ceadar webinar
Directions in machine learning Ceadar webinar
 
State of AI Report 2022 - ONLINE.pdf
State of AI Report 2022 - ONLINE.pdfState of AI Report 2022 - ONLINE.pdf
State of AI Report 2022 - ONLINE.pdf
 

More from Dr G R Sinha

5 g and IoT for healthcare
5 g and IoT  for healthcare 5 g and IoT  for healthcare
5 g and IoT for healthcare Dr G R Sinha
 
Research based leraning for developing employabilty skills in young minds
Research based leraning for developing employabilty skills in young mindsResearch based leraning for developing employabilty skills in young minds
Research based leraning for developing employabilty skills in young mindsDr G R Sinha
 
Writing research grant proposal
Writing research grant proposalWriting research grant proposal
Writing research grant proposalDr G R Sinha
 
Writing book proposal
Writing book proposalWriting book proposal
Writing book proposalDr G R Sinha
 
Medical image processing
Medical image processingMedical image processing
Medical image processingDr G R Sinha
 
Mapping learning outcomes with learning objectives to achieve real impact of OBE
Mapping learning outcomes with learning objectives to achieve real impact of OBEMapping learning outcomes with learning objectives to achieve real impact of OBE
Mapping learning outcomes with learning objectives to achieve real impact of OBEDr G R Sinha
 
Mapping learning outcomes with learning objectives to achieve real impact of obe
Mapping learning outcomes with learning objectives to achieve real impact of obeMapping learning outcomes with learning objectives to achieve real impact of obe
Mapping learning outcomes with learning objectives to achieve real impact of obeDr G R Sinha
 
ICT enabled agriculture for sustainable rural economy
ICT enabled agriculture for sustainable rural economyICT enabled agriculture for sustainable rural economy
ICT enabled agriculture for sustainable rural economyDr G R Sinha
 
Developing employability skills using ICT tools
Developing employability skills using ICT toolsDeveloping employability skills using ICT tools
Developing employability skills using ICT toolsDr G R Sinha
 
Study of assessment of cognitive ability
Study of assessment of cognitive abilityStudy of assessment of cognitive ability
Study of assessment of cognitive abilityDr G R Sinha
 
Cognitive ability of human brain and soft computing techniques
Cognitive ability of human brain and soft computing techniquesCognitive ability of human brain and soft computing techniques
Cognitive ability of human brain and soft computing techniquesDr G R Sinha
 
Research based skills towards acdemic excellence
Research based skills towards acdemic excellenceResearch based skills towards acdemic excellence
Research based skills towards acdemic excellenceDr G R Sinha
 
Learning research based skills towards academic excellence
Learning research based skills towards academic excellenceLearning research based skills towards academic excellence
Learning research based skills towards academic excellenceDr G R Sinha
 
Thevenin's theorem and application
Thevenin's theorem and applicationThevenin's theorem and application
Thevenin's theorem and applicationDr G R Sinha
 

More from Dr G R Sinha (15)

5 g and IoT for healthcare
5 g and IoT  for healthcare 5 g and IoT  for healthcare
5 g and IoT for healthcare
 
Research based leraning for developing employabilty skills in young minds
Research based leraning for developing employabilty skills in young mindsResearch based leraning for developing employabilty skills in young minds
Research based leraning for developing employabilty skills in young minds
 
Writing research grant proposal
Writing research grant proposalWriting research grant proposal
Writing research grant proposal
 
Writing book proposal
Writing book proposalWriting book proposal
Writing book proposal
 
Medical image processing
Medical image processingMedical image processing
Medical image processing
 
Mapping learning outcomes with learning objectives to achieve real impact of OBE
Mapping learning outcomes with learning objectives to achieve real impact of OBEMapping learning outcomes with learning objectives to achieve real impact of OBE
Mapping learning outcomes with learning objectives to achieve real impact of OBE
 
Mapping learning outcomes with learning objectives to achieve real impact of obe
Mapping learning outcomes with learning objectives to achieve real impact of obeMapping learning outcomes with learning objectives to achieve real impact of obe
Mapping learning outcomes with learning objectives to achieve real impact of obe
 
ICT enabled agriculture for sustainable rural economy
ICT enabled agriculture for sustainable rural economyICT enabled agriculture for sustainable rural economy
ICT enabled agriculture for sustainable rural economy
 
Why research!
Why research!Why research!
Why research!
 
Developing employability skills using ICT tools
Developing employability skills using ICT toolsDeveloping employability skills using ICT tools
Developing employability skills using ICT tools
 
Study of assessment of cognitive ability
Study of assessment of cognitive abilityStudy of assessment of cognitive ability
Study of assessment of cognitive ability
 
Cognitive ability of human brain and soft computing techniques
Cognitive ability of human brain and soft computing techniquesCognitive ability of human brain and soft computing techniques
Cognitive ability of human brain and soft computing techniques
 
Research based skills towards acdemic excellence
Research based skills towards acdemic excellenceResearch based skills towards acdemic excellence
Research based skills towards acdemic excellence
 
Learning research based skills towards academic excellence
Learning research based skills towards academic excellenceLearning research based skills towards academic excellence
Learning research based skills towards academic excellence
 
Thevenin's theorem and application
Thevenin's theorem and applicationThevenin's theorem and application
Thevenin's theorem and application
 

Recently uploaded

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
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
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
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 

Recently uploaded (20)

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...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
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
 
★ 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
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 

Modern signal processing is dead without machine learning! 5th july 2020

  • 1. Modern Signal Processing Application is Dead without Machine Learning! G R Sinha, PhD IEEE Senior Member, ACM DistinguishedSpeaker, IEEE DistinguishedSpeaker Adjunct Professor IIIT Bangalore & Professor, Myanmar Institute of InformationTechnology Mandalay Email: drgrsinha@ieee.org, ganeshsinha@acm.org, gr_sinha@miit.edu.mm
  • 2.  Motivation  Signal Processing  Role of Machine Learning  Signal Processing Applications  Concluding Remarks and Challenges 2Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020 Lecture Outline Source: https://etu.ru/en/study/masters-degree/information-systems-and-technologies
  • 3. 3 Motivation Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
  • 4. 4 Source: EEG/ERPAnalysis by Kamel Nidal & Aamir Malik, CRC, 2017. Human Brain Structure Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
  • 6. 6 Source: Google Images (contd..) Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
  • 7. 7 Signal Processing Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
  • 8. 8  A Signal is a function or an entity that carries some information about a phenomenon.  In Electronic Communication: voltage, current and EM wave are signals.  Audio, video, speech, image , sonar, Radar signals etc. are examples of signals. Source:: Google Images Signal Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
  • 9. 9  Signal processing deals with analyzing, modifying, and synthesizing the signals and can be used to improve transmission, storage efficiency and subjective quality. This can also be used to detect components of interest in a signal. Source: https://en.wikipedia.org/wiki/Signal_processing#/media/File:Signal_processing_system.png Signal Processing Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
  • 10. 10 Signal Processing Artificial Intelligence Smart Signal Processing Modern Signal Processing Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020  Signal Processing having attributes: Understanding, Decision Making, Training, Improvement etc.
  • 11. 11 Role of Machine Learning Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
  • 12. 12  Machine learning is an application of artificial intelligence (AI) that empowers computers with the ability to automatically learn and improve from experience.  The Learning Process begins with observations or data, such as examples, direct experience, or instructions.  The primary aim is to allow the computers learn automatically without human intervention and it can mimic human. Source: Google Image Machine Learning (ML) Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
  • 13. 13  Machine learning is also a data analytics technique use to teach computers as humans and animals.  ML algorithms use computational methods to “learn” information directly from data. The algorithms adaptively improve their performance as the number of samples available for learning increases.  Deep Learning is most emerging form of machine learning.  ML has become an important tool for solving problems in areas, such as: 1. Image processing and computer vision 2. Computational biology, for tumor detection, drug discovery, and DNA sequencing 3. Energy production and load management 4. Automotive, aerospace, and manufacturing 5. Natural language processing, and many more Why ML Matters Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
  • 14. 14  Supervised learning—This trains a model on known input and output data so that it can predict future outputs.  Unsupervised learning---This finds hidden patterns or intrinsic structures in input data. Source: https://www.mathworks.com/discov ery/machine- learning/_jcr_content/mainParsys3/ discoverysubsection_1965078453/m ainParsys/image_2128876021_cop.a dapt.full.high.svg/1586543170363.sv g Types of ML Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
  • 15. 15  This builds a model that makes predictions based on evidence in the presence of uncertainty, by taking a known set of input data and known responses to the data; and training a model to generate reasonable predictions for the response to new data.  Used when we have known data for the output, we are trying to predict.  Classification and regression are used to develop predictive models.  Classification Technique: Classification models classify input data into categories, in medical imaging, speech recognition etc. For instance, if an email is genuine or spam, or whether a tumor is cancerous/benign.  This is used if the data can be tagged, categorized, or separated into specific groups or classes.  Examples: SVM, Decision Trees, k-nearest neighbor, Naïve Bayes, Discriminant analysis, Neural Networks etc. Supervised ML Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
  • 16. 16  Regression Technique—This predicts continuous responses, for example, changes in temperature or fluctuations in power demand, like electricity load forecasting application.  Used when we are working with a data range or if the nature of the response is a real number, such as temperature or the time until failure for a piece of equipment.  Commonly used methods are: Linear model, Nonlinear model, Regularization, Decision Trees, Neural Network, Nero-fuzzy method.  A practical example: Clinicians want to predict whether someone will have a heart attack within a year. They have data on previous patients, including age, weight, height, and blood pressure. They know whether the previous patients had heart attacks within a year. Combining the existing data into a model that can predict whether a new person will have a heart attack within a year. Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020 (contd..)
  • 17. 17  This uses hidden patterns or intrinsic structures in data and is used to draw inferences from datasets consisting of input data without labeled responses.  Clustering is the most common unsupervised learning technique, which is used for exploratory data analysis to find hidden patterns or groupings in data.  Examples, gene sequence analysis, market research, object recognition etc.  Common techniques: k-means, hierarchical clustering, Gaussian mixture model, HMM, Self organizing map, Fuzzy c-means clustering etc.  A practical example: If a cell phone company wants optimize the locations to deploy phone towers then machine learning can help to estimate the number of clusters of people relying on their towers. The algorithm helps to design the best placement of cell towers to optimize signal reception for groups, or clusters, of their customers. Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020 Unsupervised ML
  • 18. 18  There is no best method which fits all requirements and finding the right algorithm is partly just trial and error.  The algorithm selection also depends on the size and type of data we are working with; and also on the insights we want to get from the data.  There is no robust method for all applications. Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020 Choosing ML
  • 19. 19  ML is used in daily life-such as Google Maps, Google assistant, Alexa, etc. Source: https://static.javatpoint.com/tutorial/mac hine-learning/images/applications-of- machine-learning.png Applications of ML Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020 Source: https://www.excellentwebwor ld.com/amazon-alexa-skill- development/
  • 20. 20  Image Recognition: One of the most common applications, used to identify objects, persons, places, digital images, etc. Example, Automatic friend tagging in Facebook: It is based on the Facebook project named "Deep Face," which is responsible for face recognition and person identification in the picture.  Speech Recognition: Process of converting voice instructions into text. Example, Google assistant, Alexa are examples Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020 (contd..)
  • 21. 21  Deep learning is a key technology behind driverless cars, in which a computer model learns to perform classification tasks directly from images, text, or sound.  Models are trained by using a large set of data and neural network architectures that contain many layers. Deep Learning Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020 Source: https://mc.ai/its-deep-learning-times-a-new- frontier-of-data/
  • 22. 22  Deep learning achieves recognition accuracy at higher levels than ever before, especially in safety-critical applications like driverless cars.  Deep learning requires large amounts of labeled data. For example, driverless car development requires millions of images and thousands of hours of video.  Deep learning requires substantial computing power. High-performance GPUs have a parallel architecture that is efficient for deep learning, which is to reduce training time weeks to hours or less. Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020 (contd..) Source: https://foreignpolicy.com/20 19/07/04/who-will-win-self- driving-future-book-review- autonomous-vehicles/
  • 23. 23  Automated Driving  Aerospace and Defense: To identify objects from satellites that locate areas of interest, and identify safe or unsafe zones for troops.  Medical Research-Cancer research  Industrial Automation: To improve worker safety around heavy machinery by automatically detecting when people or objects are within an unsafe distance of machines.  Electronics: Automated hearing and speech translation. For example, home assistance devices that respond to voice. Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020 Deep Learning Applications
  • 24. 24 Signal Processing Applications Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
  • 25. 25 Source: https://www.google.co.in/search?q=computer+vision+based+car&source=lnms&tbm=isch&sa=X&ved=2ahUKEwjTu46u28jnAhWAxzgGHZqgBcgQ_AUoAXoECA4QAw&biw=1366&bih=576#imgrc=eTUdAqfoV6SVeM Smart City and SmartTransportation System Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
  • 28. 28 Mobile Robots &Vyom Mitra Source: https://www.google.co.in/search?q=mobile+robots+in+isro+for+space+mission&tbm=isch&ved=2ahUKEwif_qjG3sjnAhX1XHwKHbNuDs8Q2- cCegQIABAA&oq=mobile+robots+in+isro+for+space+mission&gs_l=img.3...37305.38793..40133...1.0..0.95.455.5......0....1..gws-wiz-img.3sPQn-DNb8w&ei=2zdCXt- kA_W58QOz3bn4DA&bih=576&biw=1366#imgrc=oEa8yUEUaN00RM Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
  • 29. 29 Attention Planning Retention and Recall Reasoning Problem Solving Cognitive Ability Source: Google Images Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
  • 30. 30 (contd..) Source: https://www.humanbrainfacts.org/h uman-brain-functions.php Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
  • 31. 31  In Peripheral nervous system (PNS), sensory neurons detect stimuli from ears and other sensors, and motor neurons carry out effector functions such as muscle contraction.  Interneurons carry information to and from the Central nervous system (CNS), where integration of the information takes place. Source: http://bio1152.nicerweb.com/Locked/media/ch48/information_processing.html Nervous System Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
  • 32. 32  The cell body contains a nucleus and numerous dendrites detect stimuli or receive signals from other neurons and send the signals toward the cell body.  A single axon (joined to the cell body by the axon hillock) transmits signals away from the cell body to other cells (neurons or effector cells). Small molecules called neurotransmitters communicate the signals between neurons. Neuron Source: http://bio1152.nicerweb.com/Locked/media/ch48/information_processing.html Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
  • 33. 33  BCI is essentially a communication pathway between human brain and an external device.  There are two ways that your brain can connect with an external device, invasively and non- invasively.  The brain emits brainwaves when we perform an action because the brain cells (neurons) interact with each other by sending and receiving small electrical signals, and we see those electrical signals as brainwaves.  The brainwaves that the brain emits when performing an action are interpreted by the computer. Brain Waves Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
  • 34. 34 Source: EEG/ERP Analysis by Kamel Nidal & Aamir Malik, CRC, 2017. (contd..) Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
  • 35. 35  EEG recording can be noninvasive or invasive. The noninvasive procedures use surface electrodes and are safe & painless.  EEG can be measured using special electrodes with a typical diameter of 0.4 cm to 1.0 cm.  The electrodes are placed on the scalp with a paste (wet or dry), depending on the design of electrodes. EEG Recording Source: https://www.wetalkuav.com/brain-implant-allows-users-to-control-drones-with-their-mind/eeg-recording/ Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
  • 36. 36 Concluding Remarks and Challenges Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020
  • 37. 37  Signal Processing plays significant role in all modern applications of Science, Technology, and Engineering.  Smart Signal Processing has tremendous scope of Research in the areas of Signal Acquisition, Processing, Analysis, Classification and Soft Computing Tools.  Machine Learning plays most Important role in Modern Signal Processing applications.  Robustness is all time Challenge. Concluding Remarks and Challenges Modern Signal Processing Application is Dead without Machine Learning! @STTP-TEQIP-IIST G R Sinha 5th July, 2020