SlideShare a Scribd company logo
Neural Networks
Team Members
▪ SRINIVASH.R
▪ SRIRAM.S
▪ SANJAY.P
▪ SURAESH KRISHNAA.K.S
Guided By,
Ms. SRIMATHI.
7-Dec-18NEURAL NETWORKS 2
Contents:
▪ What is a Neural Network?
▪ Why use Neural Networks?
▪ History and evolutions
▪ An engineering approach
▪ Architecture of Neural Networks
▪ Image recognition by CNN
▪ Neural networks in medicine
▪ Applications of neural networks
▪ Conclusion
7-Dec-18NEURAL NETWORKS 3
What is Neural Network?
▪ An Artificial Neural Network (ANN) is an information processing
paradigm that is inspired by the way biological nervous systems, such
as the brain, process information.
▪ It consists of large number of highly interconnected neurons in it to
carry information.
▪ ANNs learn by example which we given as the data's.
▪ Ex:Pattern recognition or data classification, through a learning
process.
7-Dec-18NEURAL NETWORKS 4
▪ Neural Network: A computational model that works in a similar way to
the neurons in the human brain.
▪ Each neuron takes an input, performs some operations then passes the
output to the following neuron.
7-Dec-18NEURAL NETWORKS 5
Why use Neural Network?
▪ Neural networks, with their remarkable ability to derive and detect
trends that are too complex to be noticed by either humans or other
computer techniques.
▪ A trained neural network can be thought of as an "expert" in the
category of information it has been given to analyse.
▪ Other advantages include:
7-Dec-18NEURAL NETWORKS 6
▪ Adaptive learning: An ability to learn how to do tasks based on the
data given for training or initial experience.
▪ Self-Organisation: An ANN can create its own organisation or
representation of the information it receives during learning time.
7-Dec-18NEURAL NETWORKS 7
History and evolutions
▪ Neural network simulations appear to be a recent development.
However, this field was established before the advent of computers,
and has survived at least one major setback and several eras.
▪ In 1943, neurophysiologistWarren McCulloch and mathematician
Walter Pitts wrote a paper on how neurons might work.
7-Dec-18NEURAL NETWORKS 8
▪ As computers became more advanced in the 1950's, it was finally
possible to simulate a hypothetical neural network.The first step
towards this was made by Nathanial Rochester from the IBM
research laboratories. Unfortunately for him, the first attempt to do
so failed.
▪ In 1959, BernardWidrow and Marcian Hoff of Stanford developed
models called "ADALINE" and "MADALINE." MADALINE was the first
neural network applied to a real world problem, using an adaptive
filter that eliminates echoes on phone lines.
▪ The first multi-layered network was developed in 1975, an
unsupervised network.
7-Dec-18NEURAL NETWORKS 9
An engineering approach:
SIMPLE NEURON:
▪ An artificial neuron is a device with many inputs and one output.
▪ The neuron has two modes of operation; the training mode and the
using mode. In the training mode, the neuron can be trained to fire
(or not), for particular input patterns.
▪ In the using mode, when a taught input pattern is detected at the
input, its associated output becomes the current output.
▪ If the input pattern does not belong in the taught list of input
patterns, the firing rule is used to determine whether to fire or not.
7-Dec-18NEURAL NETWORKS 10
Artificial Neuron:
7-Dec-18NEURAL NETWORKS 11
TYPES OF NEURONS:
▪ Feed forward Neural Network – Artificial Neuron
▪ Radial basis function Neural Network
▪ Kohonen Self Organizing Neural Network
▪ Recurrent Neural Network(RNN) – Long ShortTerm1Memory
▪ Convolutional Neural Network
▪ Modular Neural Network
7-Dec-18NEURAL NETWORKS 12
Feed forward Neural Network
▪ This neural network is one of the simplest form ofANN, where the
data or the input travels in one direction.The data passes through
the input nodes and exit on the output nodes.
7-Dec-18NEURAL NETWORKS 13
Architecture of Neural Networks
NETWORK LAYER:
▪ The commonest type of artificial neural network consists of three
groups, or layers of units:
▪ a layer of "input" units is connected to a layer of "hidden" units,
which is connected to a layer of "output" units.
7-Dec-18NEURAL NETWORKS 14
Image recognition by CNN
▪ One of the most popular techniques used in improving the accuracy
of image classification is Convolutional Neural Networks (CNNs for
short).
▪ Instead of feeding the entire image as an array of numbers, the
image is broken up into a number of tiles, the machine then tries to
predict what each tile is.
▪ Finally, the computer tries to predict what’s in the picture based on
the prediction of all the tiles.
▪ This allows the computer to parallelize the operations and detect the
object regardless of where it is located in the image.
7-Dec-18NEURAL NETWORKS 15
Convolutional layer
▪ Convolution means twisted or difficult to follow .
▪ The convolutional layer is the core building block of a CNN.
▪ The hidden layers of a CNN typically consist of convolutional layers.
▪ Convolutional layers apply a convolution operation to the input,
passing the result to the next layer.
NEURAL NETWORKS 7-Dec-18 16
7-Dec-18NEURAL NETWORKS 17
7-Dec-18NEURAL NETWORKS 18
INPUT AND OUTPUT SET:
▪ When a computer sees an image (takes an image as input), it will see
an array of pixel values.
▪ Ex:28*28 Pixels.
PRE-PROCEESING:
▪ Crops parts of the image
▪ Flip image horizontally
▪ Adjust hue, contrast and saturation
7-Dec-18NEURAL NETWORKS 19
Pre-processing
7-Dec-18NEURAL NETWORKS 20
7-Dec-18NEURAL NETWORKS 21
Splitting our
Dataset
NEURAL NETWORKS 7-Dec-18 22
Results
▪ The given datasets are recognized by the pre-processing and
splitting process;
▪ And the output is shown to us what image is given in the input .
7-Dec-18NEURAL NETWORKS 23
7-Dec-18NEURAL NETWORKS 24
Neural networks in medicine
▪ Artificial Neural Networks (ANN) are currently a 'hot' research area in
medicine
▪ (e.g. cardiograms, CAT scans, ultrasonic scans, etc.).
▪ Neural networks are ideal in recognising diseases using scans since
there is no need to provide a specific algorithm on how to identify the
disease.
▪ Neural networks learn by example so the details of how to recognise
the disease are not needed.What is needed is a set of examples that
are representative of all the variations of the disease.
7-Dec-18NEURAL NETWORKS 25
Applications of neural networks
▪ Neural networks have broad applicability to real world business
problems. In fact, they have already been successfully applied in
many industries.
▪ Sales Forecasting
▪ Industrial Process Control
▪ Customer Research
▪ DataValidation
▪ Risk Management
▪ Target Marketing
7-Dec-18NEURAL NETWORKS 26
▪ ANN are also used in the following specific paradigms:
▪ Recognition of speakers in communications;
▪ Hand-written word recognition and
▪ Facial recognition.
7-Dec-18NEURAL NETWORKS 27
NEURAL NETWORKS 7-Dec-18 28
7-Dec-18NEURAL NETWORKS 29
Conclusion
▪ The computing world has a lot to gain from neural networks.
▪ Their ability to learn by example makes them very flexible and
powerful
▪ They are also very well suited for real time systems
▪ Neural networks also contribute to other areas of research such as
neurology and psychology
▪ Finally, I would like to state that even though neural networks have a
huge potential we will only get the best of them. when they are
integrated with computing,AI, fuzzy logic and related subjects.
7-Dec-18NEURAL NETWORKS 30
7-Dec-18NEURAL NETWORKS 31
7-Dec-18NEURAL NETWORKS 32
Ad

More Related Content

What's hot (20)

Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)
Gaurav Mittal
 
backpropagation in neural networks
backpropagation in neural networksbackpropagation in neural networks
backpropagation in neural networks
Akash Goel
 
Perceptron & Neural Networks
Perceptron & Neural NetworksPerceptron & Neural Networks
Perceptron & Neural Networks
NAGUR SHAREEF SHAIK
 
Back propagation
Back propagationBack propagation
Back propagation
Nagarajan
 
Neural Networks
Neural NetworksNeural Networks
Neural Networks
NikitaRuhela
 
Deep Learning With Neural Networks
Deep Learning With Neural NetworksDeep Learning With Neural Networks
Deep Learning With Neural Networks
Aniket Maurya
 
Deep neural networks
Deep neural networksDeep neural networks
Deep neural networks
Si Haem
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
Mohd Arafat Shaikh
 
artificial neural network
artificial neural networkartificial neural network
artificial neural network
Pallavi Yadav
 
neural networks
 neural networks neural networks
neural networks
Institute of Technology Telkom
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
mustafa aadel
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
Lior Rokach
 
Support Vector Machines ( SVM )
Support Vector Machines ( SVM ) Support Vector Machines ( SVM )
Support Vector Machines ( SVM )
Mohammad Junaid Khan
 
Convolutional Neural Networks
Convolutional Neural NetworksConvolutional Neural Networks
Convolutional Neural Networks
Ashray Bhandare
 
Neural Networks
Neural NetworksNeural Networks
Neural Networks
Ismail El Gayar
 
neural networks
neural networksneural networks
neural networks
Ruchi Sharma
 
Deep learning presentation
Deep learning presentationDeep learning presentation
Deep learning presentation
Tunde Ajose-Ismail
 
Deep learning - A Visual Introduction
Deep learning - A Visual IntroductionDeep learning - A Visual Introduction
Deep learning - A Visual Introduction
Lukas Masuch
 
Artificial neural networks and its applications
Artificial neural networks and its applications Artificial neural networks and its applications
Artificial neural networks and its applications
PoojaKoshti2
 
Clustering
ClusteringClustering
Clustering
M Rizwan Aqeel
 
Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)
Gaurav Mittal
 
backpropagation in neural networks
backpropagation in neural networksbackpropagation in neural networks
backpropagation in neural networks
Akash Goel
 
Back propagation
Back propagationBack propagation
Back propagation
Nagarajan
 
Deep Learning With Neural Networks
Deep Learning With Neural NetworksDeep Learning With Neural Networks
Deep Learning With Neural Networks
Aniket Maurya
 
Deep neural networks
Deep neural networksDeep neural networks
Deep neural networks
Si Haem
 
artificial neural network
artificial neural networkartificial neural network
artificial neural network
Pallavi Yadav
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
mustafa aadel
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
Lior Rokach
 
Convolutional Neural Networks
Convolutional Neural NetworksConvolutional Neural Networks
Convolutional Neural Networks
Ashray Bhandare
 
Deep learning - A Visual Introduction
Deep learning - A Visual IntroductionDeep learning - A Visual Introduction
Deep learning - A Visual Introduction
Lukas Masuch
 
Artificial neural networks and its applications
Artificial neural networks and its applications Artificial neural networks and its applications
Artificial neural networks and its applications
PoojaKoshti2
 

Similar to Neural networks.ppt (20)

Karan ppt for neural network and deep learning
Karan ppt for neural network and deep learningKaran ppt for neural network and deep learning
Karan ppt for neural network and deep learning
KathiriyaParthiv
 
Neural Network and Fuzzy logic ( NN &FL).pptx
Neural Network and Fuzzy logic ( NN &FL).pptxNeural Network and Fuzzy logic ( NN &FL).pptx
Neural Network and Fuzzy logic ( NN &FL).pptx
UsamaAli119043
 
Introduction to neural network (Module 1).pptx
Introduction to neural network (Module 1).pptxIntroduction to neural network (Module 1).pptx
Introduction to neural network (Module 1).pptx
archanac21
 
What Is a Neural Network
What Is a Neural NetworkWhat Is a Neural Network
What Is a Neural Network
April Joy Getigan
 
EXPERT SYSTEMS AND ARTIFICIAL INTELLIGENCE_ Neural Networks.pptx
EXPERT SYSTEMS AND ARTIFICIAL INTELLIGENCE_ Neural Networks.pptxEXPERT SYSTEMS AND ARTIFICIAL INTELLIGENCE_ Neural Networks.pptx
EXPERT SYSTEMS AND ARTIFICIAL INTELLIGENCE_ Neural Networks.pptx
Javier Daza
 
Neural
NeuralNeural
Neural
Archit Rastogi
 
unit1 Neural Networks and Deep Learning.pdf
unit1 Neural Networks and Deep Learning.pdfunit1 Neural Networks and Deep Learning.pdf
unit1 Neural Networks and Deep Learning.pdf
Rathiya R
 
Project Report -Vaibhav
Project Report -VaibhavProject Report -Vaibhav
Project Report -Vaibhav
Vaibhav Dhattarwal
 
Untitled presentation.pptx
Untitled presentation.pptxUntitled presentation.pptx
Untitled presentation.pptx
amansingh185156
 
Introduction to Neural networks (under graduate course) Lecture 1 of 9
Introduction to Neural networks (under graduate course) Lecture 1 of 9Introduction to Neural networks (under graduate course) Lecture 1 of 9
Introduction to Neural networks (under graduate course) Lecture 1 of 9
Randa Elanwar
 
14. mohsin dalvi artificial neural networks presentation
14. mohsin dalvi   artificial neural networks presentation14. mohsin dalvi   artificial neural networks presentation
14. mohsin dalvi artificial neural networks presentation
Purnesh Aloni
 
mohsin dalvi artificial neural networks presentation
mohsin dalvi   artificial neural networks presentationmohsin dalvi   artificial neural networks presentation
mohsin dalvi artificial neural networks presentation
Akash Maurya
 
Neural networks report
Neural networks reportNeural networks report
Neural networks report
ChiradipBhattacharya
 
ANN - UNIT 1.pptx
ANN - UNIT 1.pptxANN - UNIT 1.pptx
ANN - UNIT 1.pptx
SRM Institute of Science and Technology
 
Deep Learning Training at Intel
Deep Learning Training at IntelDeep Learning Training at Intel
Deep Learning Training at Intel
Atul Vaish
 
Artificial neural network notes ANN.docx
Artificial neural network notes ANN.docxArtificial neural network notes ANN.docx
Artificial neural network notes ANN.docx
anonymousaadii774
 
Neuro network1
Neuro network1Neuro network1
Neuro network1
Komal Sharma
 
Artificial Neural Network An Important Asset For Future Computing
Artificial Neural Network   An Important Asset For Future ComputingArtificial Neural Network   An Important Asset For Future Computing
Artificial Neural Network An Important Asset For Future Computing
Bria Davis
 
summary of Neuralink And Its Applications
summary of Neuralink And Its Applicationssummary of Neuralink And Its Applications
summary of Neuralink And Its Applications
Sham Saib
 
softcomputing.pptx
softcomputing.pptxsoftcomputing.pptx
softcomputing.pptx
Kaviya452563
 
Karan ppt for neural network and deep learning
Karan ppt for neural network and deep learningKaran ppt for neural network and deep learning
Karan ppt for neural network and deep learning
KathiriyaParthiv
 
Neural Network and Fuzzy logic ( NN &FL).pptx
Neural Network and Fuzzy logic ( NN &FL).pptxNeural Network and Fuzzy logic ( NN &FL).pptx
Neural Network and Fuzzy logic ( NN &FL).pptx
UsamaAli119043
 
Introduction to neural network (Module 1).pptx
Introduction to neural network (Module 1).pptxIntroduction to neural network (Module 1).pptx
Introduction to neural network (Module 1).pptx
archanac21
 
EXPERT SYSTEMS AND ARTIFICIAL INTELLIGENCE_ Neural Networks.pptx
EXPERT SYSTEMS AND ARTIFICIAL INTELLIGENCE_ Neural Networks.pptxEXPERT SYSTEMS AND ARTIFICIAL INTELLIGENCE_ Neural Networks.pptx
EXPERT SYSTEMS AND ARTIFICIAL INTELLIGENCE_ Neural Networks.pptx
Javier Daza
 
unit1 Neural Networks and Deep Learning.pdf
unit1 Neural Networks and Deep Learning.pdfunit1 Neural Networks and Deep Learning.pdf
unit1 Neural Networks and Deep Learning.pdf
Rathiya R
 
Untitled presentation.pptx
Untitled presentation.pptxUntitled presentation.pptx
Untitled presentation.pptx
amansingh185156
 
Introduction to Neural networks (under graduate course) Lecture 1 of 9
Introduction to Neural networks (under graduate course) Lecture 1 of 9Introduction to Neural networks (under graduate course) Lecture 1 of 9
Introduction to Neural networks (under graduate course) Lecture 1 of 9
Randa Elanwar
 
14. mohsin dalvi artificial neural networks presentation
14. mohsin dalvi   artificial neural networks presentation14. mohsin dalvi   artificial neural networks presentation
14. mohsin dalvi artificial neural networks presentation
Purnesh Aloni
 
mohsin dalvi artificial neural networks presentation
mohsin dalvi   artificial neural networks presentationmohsin dalvi   artificial neural networks presentation
mohsin dalvi artificial neural networks presentation
Akash Maurya
 
Deep Learning Training at Intel
Deep Learning Training at IntelDeep Learning Training at Intel
Deep Learning Training at Intel
Atul Vaish
 
Artificial neural network notes ANN.docx
Artificial neural network notes ANN.docxArtificial neural network notes ANN.docx
Artificial neural network notes ANN.docx
anonymousaadii774
 
Artificial Neural Network An Important Asset For Future Computing
Artificial Neural Network   An Important Asset For Future ComputingArtificial Neural Network   An Important Asset For Future Computing
Artificial Neural Network An Important Asset For Future Computing
Bria Davis
 
summary of Neuralink And Its Applications
summary of Neuralink And Its Applicationssummary of Neuralink And Its Applications
summary of Neuralink And Its Applications
Sham Saib
 
softcomputing.pptx
softcomputing.pptxsoftcomputing.pptx
softcomputing.pptx
Kaviya452563
 
Ad

Recently uploaded (20)

introduction technology technology tec.pptx
introduction technology technology tec.pptxintroduction technology technology tec.pptx
introduction technology technology tec.pptx
Iftikhar70
 
JRR Tolkien’s Lord of the Rings: Was It Influenced by Nordic Mythology, Homer...
JRR Tolkien’s Lord of the Rings: Was It Influenced by Nordic Mythology, Homer...JRR Tolkien’s Lord of the Rings: Was It Influenced by Nordic Mythology, Homer...
JRR Tolkien’s Lord of the Rings: Was It Influenced by Nordic Mythology, Homer...
Reflections on Morality, Philosophy, and History
 
Water Industry Process Automation & Control Monthly May 2025
Water Industry Process Automation & Control Monthly May 2025Water Industry Process Automation & Control Monthly May 2025
Water Industry Process Automation & Control Monthly May 2025
Water Industry Process Automation & Control
 
ATAL 6 Days Online FDP Scheme Document 2025-26.pdf
ATAL 6 Days Online FDP Scheme Document 2025-26.pdfATAL 6 Days Online FDP Scheme Document 2025-26.pdf
ATAL 6 Days Online FDP Scheme Document 2025-26.pdf
ssuserda39791
 
Prediction of Flexural Strength of Concrete Produced by Using Pozzolanic Mate...
Prediction of Flexural Strength of Concrete Produced by Using Pozzolanic Mate...Prediction of Flexural Strength of Concrete Produced by Using Pozzolanic Mate...
Prediction of Flexural Strength of Concrete Produced by Using Pozzolanic Mate...
Journal of Soft Computing in Civil Engineering
 
How to Buy Snapchat Account A Step-by-Step Guide.pdf
How to Buy Snapchat Account A Step-by-Step Guide.pdfHow to Buy Snapchat Account A Step-by-Step Guide.pdf
How to Buy Snapchat Account A Step-by-Step Guide.pdf
jamedlimmk
 
Analog electronic circuits with some imp
Analog electronic circuits with some impAnalog electronic circuits with some imp
Analog electronic circuits with some imp
KarthikTG7
 
Routing Riverdale - A New Bus Connection
Routing Riverdale - A New Bus ConnectionRouting Riverdale - A New Bus Connection
Routing Riverdale - A New Bus Connection
jzb7232
 
Frontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend EngineersFrontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend Engineers
Michael Hertzberg
 
PRIZ Academy - Functional Modeling In Action with PRIZ.pdf
PRIZ Academy - Functional Modeling In Action with PRIZ.pdfPRIZ Academy - Functional Modeling In Action with PRIZ.pdf
PRIZ Academy - Functional Modeling In Action with PRIZ.pdf
PRIZ Guru
 
A Survey of Personalized Large Language Models.pptx
A Survey of Personalized Large Language Models.pptxA Survey of Personalized Large Language Models.pptx
A Survey of Personalized Large Language Models.pptx
rutujabhaskarraopati
 
Building-Services-Introduction-Notes.pdf
Building-Services-Introduction-Notes.pdfBuilding-Services-Introduction-Notes.pdf
Building-Services-Introduction-Notes.pdf
Lawrence Omai
 
Generative AI & Large Language Models Agents
Generative AI & Large Language Models AgentsGenerative AI & Large Language Models Agents
Generative AI & Large Language Models Agents
aasgharbee22seecs
 
Nanometer Metal-Organic-Framework Literature Comparison
Nanometer Metal-Organic-Framework  Literature ComparisonNanometer Metal-Organic-Framework  Literature Comparison
Nanometer Metal-Organic-Framework Literature Comparison
Chris Harding
 
Efficient Algorithms for Isogeny Computation on Hyperelliptic Curves: Their A...
Efficient Algorithms for Isogeny Computation on Hyperelliptic Curves: Their A...Efficient Algorithms for Isogeny Computation on Hyperelliptic Curves: Their A...
Efficient Algorithms for Isogeny Computation on Hyperelliptic Curves: Their A...
IJCNCJournal
 
Lecture - 7 Canals of the topic of the civil engineering
Lecture - 7  Canals of the topic of the civil engineeringLecture - 7  Canals of the topic of the civil engineering
Lecture - 7 Canals of the topic of the civil engineering
MJawadkhan1
 
最新版加拿大魁北克大学蒙特利尔分校毕业证(UQAM毕业证书)原版定制
最新版加拿大魁北克大学蒙特利尔分校毕业证(UQAM毕业证书)原版定制最新版加拿大魁北克大学蒙特利尔分校毕业证(UQAM毕业证书)原版定制
最新版加拿大魁北克大学蒙特利尔分校毕业证(UQAM毕业证书)原版定制
Taqyea
 
Transport modelling at SBB, presentation at EPFL in 2025
Transport modelling at SBB, presentation at EPFL in 2025Transport modelling at SBB, presentation at EPFL in 2025
Transport modelling at SBB, presentation at EPFL in 2025
Antonin Danalet
 
Mode-Wise Corridor Level Travel-Time Estimation Using Machine Learning Models
Mode-Wise Corridor Level Travel-Time Estimation Using Machine Learning ModelsMode-Wise Corridor Level Travel-Time Estimation Using Machine Learning Models
Mode-Wise Corridor Level Travel-Time Estimation Using Machine Learning Models
Journal of Soft Computing in Civil Engineering
 
Jacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia - Excels In Optimizing Software ApplicationsJacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia
 
introduction technology technology tec.pptx
introduction technology technology tec.pptxintroduction technology technology tec.pptx
introduction technology technology tec.pptx
Iftikhar70
 
ATAL 6 Days Online FDP Scheme Document 2025-26.pdf
ATAL 6 Days Online FDP Scheme Document 2025-26.pdfATAL 6 Days Online FDP Scheme Document 2025-26.pdf
ATAL 6 Days Online FDP Scheme Document 2025-26.pdf
ssuserda39791
 
How to Buy Snapchat Account A Step-by-Step Guide.pdf
How to Buy Snapchat Account A Step-by-Step Guide.pdfHow to Buy Snapchat Account A Step-by-Step Guide.pdf
How to Buy Snapchat Account A Step-by-Step Guide.pdf
jamedlimmk
 
Analog electronic circuits with some imp
Analog electronic circuits with some impAnalog electronic circuits with some imp
Analog electronic circuits with some imp
KarthikTG7
 
Routing Riverdale - A New Bus Connection
Routing Riverdale - A New Bus ConnectionRouting Riverdale - A New Bus Connection
Routing Riverdale - A New Bus Connection
jzb7232
 
Frontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend EngineersFrontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend Engineers
Michael Hertzberg
 
PRIZ Academy - Functional Modeling In Action with PRIZ.pdf
PRIZ Academy - Functional Modeling In Action with PRIZ.pdfPRIZ Academy - Functional Modeling In Action with PRIZ.pdf
PRIZ Academy - Functional Modeling In Action with PRIZ.pdf
PRIZ Guru
 
A Survey of Personalized Large Language Models.pptx
A Survey of Personalized Large Language Models.pptxA Survey of Personalized Large Language Models.pptx
A Survey of Personalized Large Language Models.pptx
rutujabhaskarraopati
 
Building-Services-Introduction-Notes.pdf
Building-Services-Introduction-Notes.pdfBuilding-Services-Introduction-Notes.pdf
Building-Services-Introduction-Notes.pdf
Lawrence Omai
 
Generative AI & Large Language Models Agents
Generative AI & Large Language Models AgentsGenerative AI & Large Language Models Agents
Generative AI & Large Language Models Agents
aasgharbee22seecs
 
Nanometer Metal-Organic-Framework Literature Comparison
Nanometer Metal-Organic-Framework  Literature ComparisonNanometer Metal-Organic-Framework  Literature Comparison
Nanometer Metal-Organic-Framework Literature Comparison
Chris Harding
 
Efficient Algorithms for Isogeny Computation on Hyperelliptic Curves: Their A...
Efficient Algorithms for Isogeny Computation on Hyperelliptic Curves: Their A...Efficient Algorithms for Isogeny Computation on Hyperelliptic Curves: Their A...
Efficient Algorithms for Isogeny Computation on Hyperelliptic Curves: Their A...
IJCNCJournal
 
Lecture - 7 Canals of the topic of the civil engineering
Lecture - 7  Canals of the topic of the civil engineeringLecture - 7  Canals of the topic of the civil engineering
Lecture - 7 Canals of the topic of the civil engineering
MJawadkhan1
 
最新版加拿大魁北克大学蒙特利尔分校毕业证(UQAM毕业证书)原版定制
最新版加拿大魁北克大学蒙特利尔分校毕业证(UQAM毕业证书)原版定制最新版加拿大魁北克大学蒙特利尔分校毕业证(UQAM毕业证书)原版定制
最新版加拿大魁北克大学蒙特利尔分校毕业证(UQAM毕业证书)原版定制
Taqyea
 
Transport modelling at SBB, presentation at EPFL in 2025
Transport modelling at SBB, presentation at EPFL in 2025Transport modelling at SBB, presentation at EPFL in 2025
Transport modelling at SBB, presentation at EPFL in 2025
Antonin Danalet
 
Jacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia - Excels In Optimizing Software ApplicationsJacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia
 
Ad

Neural networks.ppt

  • 2. Team Members ▪ SRINIVASH.R ▪ SRIRAM.S ▪ SANJAY.P ▪ SURAESH KRISHNAA.K.S Guided By, Ms. SRIMATHI. 7-Dec-18NEURAL NETWORKS 2
  • 3. Contents: ▪ What is a Neural Network? ▪ Why use Neural Networks? ▪ History and evolutions ▪ An engineering approach ▪ Architecture of Neural Networks ▪ Image recognition by CNN ▪ Neural networks in medicine ▪ Applications of neural networks ▪ Conclusion 7-Dec-18NEURAL NETWORKS 3
  • 4. What is Neural Network? ▪ An Artificial Neural Network (ANN) is an information processing paradigm that is inspired by the way biological nervous systems, such as the brain, process information. ▪ It consists of large number of highly interconnected neurons in it to carry information. ▪ ANNs learn by example which we given as the data's. ▪ Ex:Pattern recognition or data classification, through a learning process. 7-Dec-18NEURAL NETWORKS 4
  • 5. ▪ Neural Network: A computational model that works in a similar way to the neurons in the human brain. ▪ Each neuron takes an input, performs some operations then passes the output to the following neuron. 7-Dec-18NEURAL NETWORKS 5
  • 6. Why use Neural Network? ▪ Neural networks, with their remarkable ability to derive and detect trends that are too complex to be noticed by either humans or other computer techniques. ▪ A trained neural network can be thought of as an "expert" in the category of information it has been given to analyse. ▪ Other advantages include: 7-Dec-18NEURAL NETWORKS 6
  • 7. ▪ Adaptive learning: An ability to learn how to do tasks based on the data given for training or initial experience. ▪ Self-Organisation: An ANN can create its own organisation or representation of the information it receives during learning time. 7-Dec-18NEURAL NETWORKS 7
  • 8. History and evolutions ▪ Neural network simulations appear to be a recent development. However, this field was established before the advent of computers, and has survived at least one major setback and several eras. ▪ In 1943, neurophysiologistWarren McCulloch and mathematician Walter Pitts wrote a paper on how neurons might work. 7-Dec-18NEURAL NETWORKS 8
  • 9. ▪ As computers became more advanced in the 1950's, it was finally possible to simulate a hypothetical neural network.The first step towards this was made by Nathanial Rochester from the IBM research laboratories. Unfortunately for him, the first attempt to do so failed. ▪ In 1959, BernardWidrow and Marcian Hoff of Stanford developed models called "ADALINE" and "MADALINE." MADALINE was the first neural network applied to a real world problem, using an adaptive filter that eliminates echoes on phone lines. ▪ The first multi-layered network was developed in 1975, an unsupervised network. 7-Dec-18NEURAL NETWORKS 9
  • 10. An engineering approach: SIMPLE NEURON: ▪ An artificial neuron is a device with many inputs and one output. ▪ The neuron has two modes of operation; the training mode and the using mode. In the training mode, the neuron can be trained to fire (or not), for particular input patterns. ▪ In the using mode, when a taught input pattern is detected at the input, its associated output becomes the current output. ▪ If the input pattern does not belong in the taught list of input patterns, the firing rule is used to determine whether to fire or not. 7-Dec-18NEURAL NETWORKS 10
  • 12. TYPES OF NEURONS: ▪ Feed forward Neural Network – Artificial Neuron ▪ Radial basis function Neural Network ▪ Kohonen Self Organizing Neural Network ▪ Recurrent Neural Network(RNN) – Long ShortTerm1Memory ▪ Convolutional Neural Network ▪ Modular Neural Network 7-Dec-18NEURAL NETWORKS 12
  • 13. Feed forward Neural Network ▪ This neural network is one of the simplest form ofANN, where the data or the input travels in one direction.The data passes through the input nodes and exit on the output nodes. 7-Dec-18NEURAL NETWORKS 13
  • 14. Architecture of Neural Networks NETWORK LAYER: ▪ The commonest type of artificial neural network consists of three groups, or layers of units: ▪ a layer of "input" units is connected to a layer of "hidden" units, which is connected to a layer of "output" units. 7-Dec-18NEURAL NETWORKS 14
  • 15. Image recognition by CNN ▪ One of the most popular techniques used in improving the accuracy of image classification is Convolutional Neural Networks (CNNs for short). ▪ Instead of feeding the entire image as an array of numbers, the image is broken up into a number of tiles, the machine then tries to predict what each tile is. ▪ Finally, the computer tries to predict what’s in the picture based on the prediction of all the tiles. ▪ This allows the computer to parallelize the operations and detect the object regardless of where it is located in the image. 7-Dec-18NEURAL NETWORKS 15
  • 16. Convolutional layer ▪ Convolution means twisted or difficult to follow . ▪ The convolutional layer is the core building block of a CNN. ▪ The hidden layers of a CNN typically consist of convolutional layers. ▪ Convolutional layers apply a convolution operation to the input, passing the result to the next layer. NEURAL NETWORKS 7-Dec-18 16
  • 19. INPUT AND OUTPUT SET: ▪ When a computer sees an image (takes an image as input), it will see an array of pixel values. ▪ Ex:28*28 Pixels. PRE-PROCEESING: ▪ Crops parts of the image ▪ Flip image horizontally ▪ Adjust hue, contrast and saturation 7-Dec-18NEURAL NETWORKS 19
  • 23. Results ▪ The given datasets are recognized by the pre-processing and splitting process; ▪ And the output is shown to us what image is given in the input . 7-Dec-18NEURAL NETWORKS 23
  • 25. Neural networks in medicine ▪ Artificial Neural Networks (ANN) are currently a 'hot' research area in medicine ▪ (e.g. cardiograms, CAT scans, ultrasonic scans, etc.). ▪ Neural networks are ideal in recognising diseases using scans since there is no need to provide a specific algorithm on how to identify the disease. ▪ Neural networks learn by example so the details of how to recognise the disease are not needed.What is needed is a set of examples that are representative of all the variations of the disease. 7-Dec-18NEURAL NETWORKS 25
  • 26. Applications of neural networks ▪ Neural networks have broad applicability to real world business problems. In fact, they have already been successfully applied in many industries. ▪ Sales Forecasting ▪ Industrial Process Control ▪ Customer Research ▪ DataValidation ▪ Risk Management ▪ Target Marketing 7-Dec-18NEURAL NETWORKS 26
  • 27. ▪ ANN are also used in the following specific paradigms: ▪ Recognition of speakers in communications; ▪ Hand-written word recognition and ▪ Facial recognition. 7-Dec-18NEURAL NETWORKS 27
  • 30. Conclusion ▪ The computing world has a lot to gain from neural networks. ▪ Their ability to learn by example makes them very flexible and powerful ▪ They are also very well suited for real time systems ▪ Neural networks also contribute to other areas of research such as neurology and psychology ▪ Finally, I would like to state that even though neural networks have a huge potential we will only get the best of them. when they are integrated with computing,AI, fuzzy logic and related subjects. 7-Dec-18NEURAL NETWORKS 30
  翻译: