SlideShare a Scribd company logo
1 of 17
Download to read offline
A Survey of Learning Methods in Deep
Neural Networks (DNN)
Presented by
Ankita Tiwari
Hibah Ihsan Muhammad
Gaurav Trivedi
Department of Electronics and Electrical Engineering
IIT Guwahati
Definition by Tom Mitchell(1998):
Machine Learning is the study of algorithms that
• improve their performance P
• at some task T
• with experience E
A well-defined learning task is given by <P, T, E>.
What is Deep Learning?
“Learning is a process by which a system
improves its performance from experience.”
- Herbert Simon
Classification of Artificial Intelligence
Types of Learning
Supervised Learning Unsupervised Learning
When Do We Use Deep Learning
DL is used when:
• Human expertise does not exist (navigation on mars )
• Human can't explain their expertise (speech recognition)
• Models must be customized (personalized medicine)
• Model are based on huge amounts of data(genomics)
Learning isn't always useful:
• There is no need to "learn" to calculate payroll
1. What exactly is deep learning ?
2. Why is it generally better than other methods on
image, speech and certain other types of data?
The short answers
• ‘Deep Learning’ means using a neural network with several layers of nodes
between input and output,
• The combination of layers between input & output perform feature
identification and processing in stages, just as our brains seem to.
Analogy Between Biological and ANN
Biological Neuron Artificial Neuron
W1
W2
W3
f(x)
1.4
-2.5
-0.06
Working of Perceptron
Sigmoid function
2.7
-8.6
0.002
f(x)
1.4
-2.5
-0.06
x = -0.06×2.7 + 2.5×8.6 + 1.4×0.002 = 21.34
Working of Perceptron
Deep Learning Architecture
• RNN-Recurrent Neural Network,
• LSTM-Long Short-Term Memory,
• CNN-Convolutional Neural Network,
• GRU-Gated Recurrent Units,
• RBM-Restricted Boltzmann Machine,
• DBN-Deep Belief Network and
• GAN-Generative Adversarial Network (GAN)
• AE-Auto-Encoder
Proposed Study
• Per Bayes approach, we started with prior & available information
collected from Centers for Disease Control and Prevention
(https://covid.cdc.gov/covid-data-
tracker/#cases_casesper100klast7days),
• John Hopkins university GitHub page
(https://github.com/CSSEGISandData/COVID-
19/tree/master/csse_covid_19_data), and we extracted the COVID-
19 raw data from the above Johns Hopkins university Github
repository using the following data extraction steps for data
analysis.
 Step 1: We downloaded the COVID-19 .csv raw dataset from the above JHU
GitHub page
 Step 2: Raw (.csv) dataset loaded into ‘staging tables’ and extract the common
date list (for example only current day information is extracted)
 Step 3: We merged the following ‘raw data confirmed cases’, ‘raw data
confirmed deaths’, and ‘raw data confirmed recovered’ into ‘target table’
 Step 4: We created dataset/data-frame using the ‘target table’ data for data
analysis
 Step 5: We aggregated data into region wise and group them by date and region.
After that, we added day-wise new cases, new deaths and new recovered by
deducting the corresponding cumulative data on the previous day. And we
updated the incidence rate using the posterior distribution for an estimate the
incidence rate of coronavirus disease using the below statistical model
Conclusion
• Humanity is looking forward to the prospects of AI to resolve the challenges
that are seen insurmountable to date.
• To illustrate, in health care, DL is being increasingly tested for the early
diagnosis of disorders and diseases, including Alzheimer's, Parkinson's,
developmental disorders, etc.
• Deep learning is growing exponentially demonstrating its success and versatility
of applications in diverse areas.
• In addition, the rapidly improved accuracy rates clearly exhibit the relevance
and prospects for deep learning advancement. In the evolution of DL, the
hierarchy of layers, learning models and algorithms are critical key factors to
evolve an efficacious implementation with deep Learning.
References
1. Arora, Gunjan, Jayadev Joshi, Rahul Shubhra Mandal, Nitisha Shrivastava and Richa Virmani, 18 August 2021. Artificial Intelligence in Surveillance,
Diagnosis, Drug Discovery and Vaccine Development against COVID-19. Pathogens, 2021, 10, 1048.
2. Schmidhuber, J. Deep Learning in Neural Networks: An Overview. Neural Netw. 2015, 61, 85–117.
3. Shaveta Dargan: Munish Kumar and Maruthi Rohit Ayyagari, A survey of Deep Learning and its applications: A New Paradigm to Machine Learning:
Research Gate. July 2019
4. Deng J., Dong W., Socher R., Li L.-J., Li K. and Fei-Fei L. Imagenet: A large-scale hierarchical image database. 2009 IEEE Conference on Computer
Vision and Pattern Recognition, IEEE (2009), pp. 248-255
5. Chen, Y.; Luo, T.; Liu, S.; Zhang, S.; He, L.; Wang, J.; Li, L.; Chen, T.; Xu, Z.; Sun, N.; et al. Dadiannao: A machine-learning supercomputer. In
Proceedings of the 47th Annual IEEE/ACM International Symposium on Microarchitecture, Cambridge, UK, 13–17 December 2014; pp. 609–622.
6. Coates, A., Huval, B., Wang, T., Wu, D.J., Catanzaro, B. and Ng, A.Y., 2013. Deep learning with COTS HPC systems. In: ICML. Google Scholar
7. Abadi, M., Barham, P., Chen, J., Chen, Z., Davis, A., Dean, J., Devin, M., Ghemawat, S., Irving, G., Isard, M., Kudlur, M., Levenberg, J., Monga, R.,
Moore, S., Murray, D.G., Steiner, B., Tucker, P.A., Vasudevan, V., Warden, P., Wicke, M., Yu, Y. and Zhang, X., 2016.
8. TensorFlow: A system for large-scale machine learning. In: OSDI.Alzubaidi Laith, Jinglan Zhang , Amjad J. Humaidi , Ayad AlDujaili , Ye Duan , Omran
AlShamma , J. Santamaría , Mohammed A. Fadhel , Muthana AlAmidie and Laith Farhan /Alzubaidi et al. Review of deep learning: concepts, CNN
architectures, challenges, applications, future directions. J Big Data (2021) 8:53
9. Goodfellow, I.; Pouget-Abadie, J.; Mirza, M.; Xu, B.; Warde-Farley, D.; Ozair, S.; Courville, A. and Bengio, Y. Generative adversarial nets. In Advances in
Neural Information Processing Systems; The MIT Press:Cambridge, MA, USA, 2014; pp. 2672–2680
10. Vondrick, C.; Pirsiavash, H. and Torralba, A. Generating videos with scene dynamics. In Advances in Neural Information Processing Systems; MIT Press:
Cambridge, MA, USA, 2016; pp. 613–621.
11. Zahangir Alom Md; Tarek M. Taha; Chris Yakopcic; Stefan Westberg ; Paheding Sidike; Mst Shamima Nasrin; Mahmudul Hasan; Brian C. Van Essen; Abdul
A. S. Awwal and Vijayan K. Asari: A State-of-the-Art Survey on Deep Learning Theory and Architectures. Electronics MDPI. Electronics 2019, 8, 292;
doi:10.3390/electronics8030292
12. Kendall, A. and Gal, Y. What uncertainties do we need in bayesian deep learning for computer vision? In Advances in Neural Information Processing Systems
Thank You!

More Related Content

Similar to surveyofdnnlearning.pdf

Artificial Intelligence and radiology.pptx
Artificial  Intelligence and radiology.pptxArtificial  Intelligence and radiology.pptx
Artificial Intelligence and radiology.pptxOluseyi7
 
University Public Driven Applications - Big Data and Organizational Design
University Public Driven Applications - Big Data and Organizational Design University Public Driven Applications - Big Data and Organizational Design
University Public Driven Applications - Big Data and Organizational Design maria chiara pettenati
 
SOCIAL DISTANCING MONITORING IN COVID-19 USING DEEP LEARNING
SOCIAL DISTANCING MONITORING IN COVID-19 USING DEEP LEARNINGSOCIAL DISTANCING MONITORING IN COVID-19 USING DEEP LEARNING
SOCIAL DISTANCING MONITORING IN COVID-19 USING DEEP LEARNINGIRJET Journal
 
Depression prognosis using natural language processing and machine learning ...
Depression prognosis using natural language processing and  machine learning ...Depression prognosis using natural language processing and  machine learning ...
Depression prognosis using natural language processing and machine learning ...IJECEIAES
 
(2017/06)Practical points of deep learning for medical imaging
(2017/06)Practical points of deep learning for medical imaging(2017/06)Practical points of deep learning for medical imaging
(2017/06)Practical points of deep learning for medical imagingKyuhwan Jung
 
Explainable AI for non-expert users
Explainable AI for non-expert usersExplainable AI for non-expert users
Explainable AI for non-expert usersKatrien Verbert
 
Research in Deep Learning: A Perspective from NSF
Research in Deep Learning: A Perspective from NSFResearch in Deep Learning: A Perspective from NSF
Research in Deep Learning: A Perspective from NSFDESMOND YUEN
 
machine learning algorithm.pptx
machine learning algorithm.pptxmachine learning algorithm.pptx
machine learning algorithm.pptxSasmitaDash28
 
THE REACTION DATA ANALYSIS OFCOVID-19 VACCINATIONS
THE REACTION DATA ANALYSIS OFCOVID-19 VACCINATIONSTHE REACTION DATA ANALYSIS OFCOVID-19 VACCINATIONS
THE REACTION DATA ANALYSIS OFCOVID-19 VACCINATIONSManishReddy706923
 
Detecting Problematic Interactions on the Web. The COPE Project: Coping strat...
Detecting Problematic Interactions on the Web. The COPE Project: Coping strat...Detecting Problematic Interactions on the Web. The COPE Project: Coping strat...
Detecting Problematic Interactions on the Web. The COPE Project: Coping strat...Markel Vigo
 
INVESTIGATION A NEW APPROACH TO DETECT AND TRACK FRAUD IN VIRTUAL LEARNING EN...
INVESTIGATION A NEW APPROACH TO DETECT AND TRACK FRAUD IN VIRTUAL LEARNING EN...INVESTIGATION A NEW APPROACH TO DETECT AND TRACK FRAUD IN VIRTUAL LEARNING EN...
INVESTIGATION A NEW APPROACH TO DETECT AND TRACK FRAUD IN VIRTUAL LEARNING EN...ijmnct
 
Investigation of new approach to detect and track fraud in virtual learning
Investigation of new approach to detect and track fraud in virtual learningInvestigation of new approach to detect and track fraud in virtual learning
Investigation of new approach to detect and track fraud in virtual learningijmnct
 
Investigation a New Approach to Detect and Track Fraud in Virtual Learning En...
Investigation a New Approach to Detect and Track Fraud in Virtual Learning En...Investigation a New Approach to Detect and Track Fraud in Virtual Learning En...
Investigation a New Approach to Detect and Track Fraud in Virtual Learning En...ijmnct
 
Health Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep LearningHealth Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep LearningIRJET Journal
 
Data visualisations: drawing actionable insights from science and technology ...
Data visualisations: drawing actionable insights from science and technology ...Data visualisations: drawing actionable insights from science and technology ...
Data visualisations: drawing actionable insights from science and technology ...EFSA EU
 

Similar to surveyofdnnlearning.pdf (20)

Artificial Intelligence and radiology.pptx
Artificial  Intelligence and radiology.pptxArtificial  Intelligence and radiology.pptx
Artificial Intelligence and radiology.pptx
 
University Public Driven Applications - Big Data and Organizational Design
University Public Driven Applications - Big Data and Organizational Design University Public Driven Applications - Big Data and Organizational Design
University Public Driven Applications - Big Data and Organizational Design
 
SOCIAL DISTANCING MONITORING IN COVID-19 USING DEEP LEARNING
SOCIAL DISTANCING MONITORING IN COVID-19 USING DEEP LEARNINGSOCIAL DISTANCING MONITORING IN COVID-19 USING DEEP LEARNING
SOCIAL DISTANCING MONITORING IN COVID-19 USING DEEP LEARNING
 
Depression prognosis using natural language processing and machine learning ...
Depression prognosis using natural language processing and  machine learning ...Depression prognosis using natural language processing and  machine learning ...
Depression prognosis using natural language processing and machine learning ...
 
(2017/06)Practical points of deep learning for medical imaging
(2017/06)Practical points of deep learning for medical imaging(2017/06)Practical points of deep learning for medical imaging
(2017/06)Practical points of deep learning for medical imaging
 
Lec.10 Dr Ahmed Elngar
Lec.10 Dr Ahmed ElngarLec.10 Dr Ahmed Elngar
Lec.10 Dr Ahmed Elngar
 
Explainable AI for non-expert users
Explainable AI for non-expert usersExplainable AI for non-expert users
Explainable AI for non-expert users
 
Tianpei research summary
Tianpei research summaryTianpei research summary
Tianpei research summary
 
tianpei_research_summary
tianpei_research_summarytianpei_research_summary
tianpei_research_summary
 
Research in Deep Learning: A Perspective from NSF
Research in Deep Learning: A Perspective from NSFResearch in Deep Learning: A Perspective from NSF
Research in Deep Learning: A Perspective from NSF
 
machine learning algorithm.pptx
machine learning algorithm.pptxmachine learning algorithm.pptx
machine learning algorithm.pptx
 
THE REACTION DATA ANALYSIS OFCOVID-19 VACCINATIONS
THE REACTION DATA ANALYSIS OFCOVID-19 VACCINATIONSTHE REACTION DATA ANALYSIS OFCOVID-19 VACCINATIONS
THE REACTION DATA ANALYSIS OFCOVID-19 VACCINATIONS
 
Detecting Problematic Interactions on the Web. The COPE Project: Coping strat...
Detecting Problematic Interactions on the Web. The COPE Project: Coping strat...Detecting Problematic Interactions on the Web. The COPE Project: Coping strat...
Detecting Problematic Interactions on the Web. The COPE Project: Coping strat...
 
INVESTIGATION A NEW APPROACH TO DETECT AND TRACK FRAUD IN VIRTUAL LEARNING EN...
INVESTIGATION A NEW APPROACH TO DETECT AND TRACK FRAUD IN VIRTUAL LEARNING EN...INVESTIGATION A NEW APPROACH TO DETECT AND TRACK FRAUD IN VIRTUAL LEARNING EN...
INVESTIGATION A NEW APPROACH TO DETECT AND TRACK FRAUD IN VIRTUAL LEARNING EN...
 
Investigation of new approach to detect and track fraud in virtual learning
Investigation of new approach to detect and track fraud in virtual learningInvestigation of new approach to detect and track fraud in virtual learning
Investigation of new approach to detect and track fraud in virtual learning
 
Investigation a New Approach to Detect and Track Fraud in Virtual Learning En...
Investigation a New Approach to Detect and Track Fraud in Virtual Learning En...Investigation a New Approach to Detect and Track Fraud in Virtual Learning En...
Investigation a New Approach to Detect and Track Fraud in Virtual Learning En...
 
Machine learning advances in 2020
Machine learning advances in 2020Machine learning advances in 2020
Machine learning advances in 2020
 
Information entanglement
Information entanglementInformation entanglement
Information entanglement
 
Health Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep LearningHealth Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep Learning
 
Data visualisations: drawing actionable insights from science and technology ...
Data visualisations: drawing actionable insights from science and technology ...Data visualisations: drawing actionable insights from science and technology ...
Data visualisations: drawing actionable insights from science and technology ...
 

More from Ankita Tiwari

EssentialsOfMachineLearning.pdf
EssentialsOfMachineLearning.pdfEssentialsOfMachineLearning.pdf
EssentialsOfMachineLearning.pdfAnkita Tiwari
 
Basic_Digital_Circuits_Implementation_using_Virtuoso.pdf
Basic_Digital_Circuits_Implementation_using_Virtuoso.pdfBasic_Digital_Circuits_Implementation_using_Virtuoso.pdf
Basic_Digital_Circuits_Implementation_using_Virtuoso.pdfAnkita Tiwari
 
Relation of Big Data and E-Commerce
Relation of Big Data and E-CommerceRelation of Big Data and E-Commerce
Relation of Big Data and E-CommerceAnkita Tiwari
 
Study of various Data Compression Techniques used in Lossless Compression of ...
Study of various Data Compression Techniques used in Lossless Compression of ...Study of various Data Compression Techniques used in Lossless Compression of ...
Study of various Data Compression Techniques used in Lossless Compression of ...Ankita Tiwari
 
PIC Introduction and explained in detailed
PIC Introduction and explained in detailedPIC Introduction and explained in detailed
PIC Introduction and explained in detailedAnkita Tiwari
 
What is IEEE and why?
What is IEEE and why?What is IEEE and why?
What is IEEE and why?Ankita Tiwari
 
To implement Water level control using LabVIEW and analog input signals from ...
To implement Water level control using LabVIEW and analog input signals from ...To implement Water level control using LabVIEW and analog input signals from ...
To implement Water level control using LabVIEW and analog input signals from ...Ankita Tiwari
 
To count number of external events using LabVIEW
To count number of external events using LabVIEWTo count number of external events using LabVIEW
To count number of external events using LabVIEWAnkita Tiwari
 
To control the dc motor speed using PWM from LabVIEW
To control the dc motor speed using PWM from LabVIEWTo control the dc motor speed using PWM from LabVIEW
To control the dc motor speed using PWM from LabVIEWAnkita Tiwari
 
To measure the intensity of light using LDR sensor by calibrating voltage wit...
To measure the intensity of light using LDR sensor by calibrating voltage wit...To measure the intensity of light using LDR sensor by calibrating voltage wit...
To measure the intensity of light using LDR sensor by calibrating voltage wit...Ankita Tiwari
 
To interface temperature sensor with microcontroller and perform closed loop ...
To interface temperature sensor with microcontroller and perform closed loop ...To interface temperature sensor with microcontroller and perform closed loop ...
To interface temperature sensor with microcontroller and perform closed loop ...Ankita Tiwari
 
Interface stepper motor through Arduino using LABVIEW.
Interface stepper motor through Arduino using LABVIEW.Interface stepper motor through Arduino using LABVIEW.
Interface stepper motor through Arduino using LABVIEW.Ankita Tiwari
 
To study the relay operation from digital control signal using LabVIEW.
To study the relay operation from digital control signal using LabVIEW.To study the relay operation from digital control signal using LabVIEW.
To study the relay operation from digital control signal using LabVIEW.Ankita Tiwari
 
Linux operating systems and Bootable Pendrive
Linux operating systems and Bootable PendriveLinux operating systems and Bootable Pendrive
Linux operating systems and Bootable PendriveAnkita Tiwari
 
Design the implementation of Robotic Simulator: Goalkeeper.
Design the implementation of Robotic Simulator: Goalkeeper.Design the implementation of Robotic Simulator: Goalkeeper.
Design the implementation of Robotic Simulator: Goalkeeper.Ankita Tiwari
 
Design the implementation of Forward Dynamic for PUMA560.
Design the implementation of Forward Dynamic for PUMA560.Design the implementation of Forward Dynamic for PUMA560.
Design the implementation of Forward Dynamic for PUMA560.Ankita Tiwari
 
Design the implementation of Anytime D Star on an Occupancy Grid
Design the implementation of Anytime D Star on an Occupancy GridDesign the implementation of Anytime D Star on an Occupancy Grid
Design the implementation of Anytime D Star on an Occupancy GridAnkita Tiwari
 
Design the implementation of CDEx Robust DC Motor.
Design the implementation of CDEx Robust DC Motor.Design the implementation of CDEx Robust DC Motor.
Design the implementation of CDEx Robust DC Motor.Ankita Tiwari
 
Design the implementation of CDEx PID with Constraints
Design the implementation of CDEx PID with ConstraintsDesign the implementation of CDEx PID with Constraints
Design the implementation of CDEx PID with ConstraintsAnkita Tiwari
 
Design the implementation of CDEx flexible joints
Design the implementation of CDEx flexible jointsDesign the implementation of CDEx flexible joints
Design the implementation of CDEx flexible jointsAnkita Tiwari
 

More from Ankita Tiwari (20)

EssentialsOfMachineLearning.pdf
EssentialsOfMachineLearning.pdfEssentialsOfMachineLearning.pdf
EssentialsOfMachineLearning.pdf
 
Basic_Digital_Circuits_Implementation_using_Virtuoso.pdf
Basic_Digital_Circuits_Implementation_using_Virtuoso.pdfBasic_Digital_Circuits_Implementation_using_Virtuoso.pdf
Basic_Digital_Circuits_Implementation_using_Virtuoso.pdf
 
Relation of Big Data and E-Commerce
Relation of Big Data and E-CommerceRelation of Big Data and E-Commerce
Relation of Big Data and E-Commerce
 
Study of various Data Compression Techniques used in Lossless Compression of ...
Study of various Data Compression Techniques used in Lossless Compression of ...Study of various Data Compression Techniques used in Lossless Compression of ...
Study of various Data Compression Techniques used in Lossless Compression of ...
 
PIC Introduction and explained in detailed
PIC Introduction and explained in detailedPIC Introduction and explained in detailed
PIC Introduction and explained in detailed
 
What is IEEE and why?
What is IEEE and why?What is IEEE and why?
What is IEEE and why?
 
To implement Water level control using LabVIEW and analog input signals from ...
To implement Water level control using LabVIEW and analog input signals from ...To implement Water level control using LabVIEW and analog input signals from ...
To implement Water level control using LabVIEW and analog input signals from ...
 
To count number of external events using LabVIEW
To count number of external events using LabVIEWTo count number of external events using LabVIEW
To count number of external events using LabVIEW
 
To control the dc motor speed using PWM from LabVIEW
To control the dc motor speed using PWM from LabVIEWTo control the dc motor speed using PWM from LabVIEW
To control the dc motor speed using PWM from LabVIEW
 
To measure the intensity of light using LDR sensor by calibrating voltage wit...
To measure the intensity of light using LDR sensor by calibrating voltage wit...To measure the intensity of light using LDR sensor by calibrating voltage wit...
To measure the intensity of light using LDR sensor by calibrating voltage wit...
 
To interface temperature sensor with microcontroller and perform closed loop ...
To interface temperature sensor with microcontroller and perform closed loop ...To interface temperature sensor with microcontroller and perform closed loop ...
To interface temperature sensor with microcontroller and perform closed loop ...
 
Interface stepper motor through Arduino using LABVIEW.
Interface stepper motor through Arduino using LABVIEW.Interface stepper motor through Arduino using LABVIEW.
Interface stepper motor through Arduino using LABVIEW.
 
To study the relay operation from digital control signal using LabVIEW.
To study the relay operation from digital control signal using LabVIEW.To study the relay operation from digital control signal using LabVIEW.
To study the relay operation from digital control signal using LabVIEW.
 
Linux operating systems and Bootable Pendrive
Linux operating systems and Bootable PendriveLinux operating systems and Bootable Pendrive
Linux operating systems and Bootable Pendrive
 
Design the implementation of Robotic Simulator: Goalkeeper.
Design the implementation of Robotic Simulator: Goalkeeper.Design the implementation of Robotic Simulator: Goalkeeper.
Design the implementation of Robotic Simulator: Goalkeeper.
 
Design the implementation of Forward Dynamic for PUMA560.
Design the implementation of Forward Dynamic for PUMA560.Design the implementation of Forward Dynamic for PUMA560.
Design the implementation of Forward Dynamic for PUMA560.
 
Design the implementation of Anytime D Star on an Occupancy Grid
Design the implementation of Anytime D Star on an Occupancy GridDesign the implementation of Anytime D Star on an Occupancy Grid
Design the implementation of Anytime D Star on an Occupancy Grid
 
Design the implementation of CDEx Robust DC Motor.
Design the implementation of CDEx Robust DC Motor.Design the implementation of CDEx Robust DC Motor.
Design the implementation of CDEx Robust DC Motor.
 
Design the implementation of CDEx PID with Constraints
Design the implementation of CDEx PID with ConstraintsDesign the implementation of CDEx PID with Constraints
Design the implementation of CDEx PID with Constraints
 
Design the implementation of CDEx flexible joints
Design the implementation of CDEx flexible jointsDesign the implementation of CDEx flexible joints
Design the implementation of CDEx flexible joints
 

Recently uploaded

Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Steel Structures - Building technology.pptx
Steel Structures - Building technology.pptxSteel Structures - Building technology.pptx
Steel Structures - Building technology.pptxNikhil Raut
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptMadan Karki
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONjhunlian
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgsaravananr517913
 
home automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadhome automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadaditya806802
 
Industrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptIndustrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptNarmatha D
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxRomil Mishra
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - GuideGOPINATHS437943
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the weldingMuhammadUzairLiaqat
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substationstephanwindworld
 

Recently uploaded (20)

Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Steel Structures - Building technology.pptx
Steel Structures - Building technology.pptxSteel Structures - Building technology.pptx
Steel Structures - Building technology.pptx
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.ppt
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
 
home automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadhome automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasad
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Industrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptIndustrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.ppt
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptx
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - Guide
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the welding
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substation
 

surveyofdnnlearning.pdf

  • 1. A Survey of Learning Methods in Deep Neural Networks (DNN) Presented by Ankita Tiwari Hibah Ihsan Muhammad Gaurav Trivedi Department of Electronics and Electrical Engineering IIT Guwahati
  • 2. Definition by Tom Mitchell(1998): Machine Learning is the study of algorithms that • improve their performance P • at some task T • with experience E A well-defined learning task is given by <P, T, E>. What is Deep Learning? “Learning is a process by which a system improves its performance from experience.” - Herbert Simon
  • 3.
  • 5. Types of Learning Supervised Learning Unsupervised Learning
  • 6. When Do We Use Deep Learning DL is used when: • Human expertise does not exist (navigation on mars ) • Human can't explain their expertise (speech recognition) • Models must be customized (personalized medicine) • Model are based on huge amounts of data(genomics) Learning isn't always useful: • There is no need to "learn" to calculate payroll
  • 7. 1. What exactly is deep learning ? 2. Why is it generally better than other methods on image, speech and certain other types of data? The short answers • ‘Deep Learning’ means using a neural network with several layers of nodes between input and output, • The combination of layers between input & output perform feature identification and processing in stages, just as our brains seem to.
  • 8. Analogy Between Biological and ANN Biological Neuron Artificial Neuron
  • 10. 2.7 -8.6 0.002 f(x) 1.4 -2.5 -0.06 x = -0.06×2.7 + 2.5×8.6 + 1.4×0.002 = 21.34 Working of Perceptron
  • 11. Deep Learning Architecture • RNN-Recurrent Neural Network, • LSTM-Long Short-Term Memory, • CNN-Convolutional Neural Network, • GRU-Gated Recurrent Units, • RBM-Restricted Boltzmann Machine, • DBN-Deep Belief Network and • GAN-Generative Adversarial Network (GAN) • AE-Auto-Encoder
  • 12. Proposed Study • Per Bayes approach, we started with prior & available information collected from Centers for Disease Control and Prevention (https://covid.cdc.gov/covid-data- tracker/#cases_casesper100klast7days), • John Hopkins university GitHub page (https://github.com/CSSEGISandData/COVID- 19/tree/master/csse_covid_19_data), and we extracted the COVID- 19 raw data from the above Johns Hopkins university Github repository using the following data extraction steps for data analysis.
  • 13.  Step 1: We downloaded the COVID-19 .csv raw dataset from the above JHU GitHub page  Step 2: Raw (.csv) dataset loaded into ‘staging tables’ and extract the common date list (for example only current day information is extracted)  Step 3: We merged the following ‘raw data confirmed cases’, ‘raw data confirmed deaths’, and ‘raw data confirmed recovered’ into ‘target table’  Step 4: We created dataset/data-frame using the ‘target table’ data for data analysis  Step 5: We aggregated data into region wise and group them by date and region. After that, we added day-wise new cases, new deaths and new recovered by deducting the corresponding cumulative data on the previous day. And we updated the incidence rate using the posterior distribution for an estimate the incidence rate of coronavirus disease using the below statistical model
  • 14.
  • 15. Conclusion • Humanity is looking forward to the prospects of AI to resolve the challenges that are seen insurmountable to date. • To illustrate, in health care, DL is being increasingly tested for the early diagnosis of disorders and diseases, including Alzheimer's, Parkinson's, developmental disorders, etc. • Deep learning is growing exponentially demonstrating its success and versatility of applications in diverse areas. • In addition, the rapidly improved accuracy rates clearly exhibit the relevance and prospects for deep learning advancement. In the evolution of DL, the hierarchy of layers, learning models and algorithms are critical key factors to evolve an efficacious implementation with deep Learning.
  • 16. References 1. Arora, Gunjan, Jayadev Joshi, Rahul Shubhra Mandal, Nitisha Shrivastava and Richa Virmani, 18 August 2021. Artificial Intelligence in Surveillance, Diagnosis, Drug Discovery and Vaccine Development against COVID-19. Pathogens, 2021, 10, 1048. 2. Schmidhuber, J. Deep Learning in Neural Networks: An Overview. Neural Netw. 2015, 61, 85–117. 3. Shaveta Dargan: Munish Kumar and Maruthi Rohit Ayyagari, A survey of Deep Learning and its applications: A New Paradigm to Machine Learning: Research Gate. July 2019 4. Deng J., Dong W., Socher R., Li L.-J., Li K. and Fei-Fei L. Imagenet: A large-scale hierarchical image database. 2009 IEEE Conference on Computer Vision and Pattern Recognition, IEEE (2009), pp. 248-255 5. Chen, Y.; Luo, T.; Liu, S.; Zhang, S.; He, L.; Wang, J.; Li, L.; Chen, T.; Xu, Z.; Sun, N.; et al. Dadiannao: A machine-learning supercomputer. In Proceedings of the 47th Annual IEEE/ACM International Symposium on Microarchitecture, Cambridge, UK, 13–17 December 2014; pp. 609–622. 6. Coates, A., Huval, B., Wang, T., Wu, D.J., Catanzaro, B. and Ng, A.Y., 2013. Deep learning with COTS HPC systems. In: ICML. Google Scholar 7. Abadi, M., Barham, P., Chen, J., Chen, Z., Davis, A., Dean, J., Devin, M., Ghemawat, S., Irving, G., Isard, M., Kudlur, M., Levenberg, J., Monga, R., Moore, S., Murray, D.G., Steiner, B., Tucker, P.A., Vasudevan, V., Warden, P., Wicke, M., Yu, Y. and Zhang, X., 2016. 8. TensorFlow: A system for large-scale machine learning. In: OSDI.Alzubaidi Laith, Jinglan Zhang , Amjad J. Humaidi , Ayad AlDujaili , Ye Duan , Omran AlShamma , J. Santamaría , Mohammed A. Fadhel , Muthana AlAmidie and Laith Farhan /Alzubaidi et al. Review of deep learning: concepts, CNN architectures, challenges, applications, future directions. J Big Data (2021) 8:53 9. Goodfellow, I.; Pouget-Abadie, J.; Mirza, M.; Xu, B.; Warde-Farley, D.; Ozair, S.; Courville, A. and Bengio, Y. Generative adversarial nets. In Advances in Neural Information Processing Systems; The MIT Press:Cambridge, MA, USA, 2014; pp. 2672–2680 10. Vondrick, C.; Pirsiavash, H. and Torralba, A. Generating videos with scene dynamics. In Advances in Neural Information Processing Systems; MIT Press: Cambridge, MA, USA, 2016; pp. 613–621. 11. Zahangir Alom Md; Tarek M. Taha; Chris Yakopcic; Stefan Westberg ; Paheding Sidike; Mst Shamima Nasrin; Mahmudul Hasan; Brian C. Van Essen; Abdul A. S. Awwal and Vijayan K. Asari: A State-of-the-Art Survey on Deep Learning Theory and Architectures. Electronics MDPI. Electronics 2019, 8, 292; doi:10.3390/electronics8030292 12. Kendall, A. and Gal, Y. What uncertainties do we need in bayesian deep learning for computer vision? In Advances in Neural Information Processing Systems