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

More Related Content

What's hot (20)

PPTX
Feedforward neural network
Sopheaktra YONG
 
PPTX
Neural network & its applications
Ahmed_hashmi
 
PDF
Convolutional Neural Networks (CNN)
Gaurav Mittal
 
PPTX
Genetic algorithms in Data Mining
Atul Khanna
 
PPTX
Introduction to Deep Learning
Oswald Campesato
 
PPTX
Feed forward ,back propagation,gradient descent
Muhammad Rasel
 
PPT
Fuzzy logic ppt
Priya_Srivastava
 
PDF
Deep Feed Forward Neural Networks and Regularization
Yan Xu
 
PPTX
Regularization in deep learning
Kien Le
 
PPSX
Perceptron (neural network)
EdutechLearners
 
PPTX
Genetic algorithm
Megha V
 
PPTX
Introduction Of Artificial neural network
Nagarajan
 
PPTX
Self-organizing map
Tarat Diloksawatdikul
 
PPT
backpropagation in neural networks
Akash Goel
 
PPTX
Introduction to ML (Machine Learning)
SwatiTripathi44
 
PPTX
Deep learning
Ratnakar Pandey
 
PPTX
MACHINE LEARNING - GENETIC ALGORITHM
Puneet Kulyana
 
PPTX
Multilayer perceptron
omaraldabash
 
PDF
Artificial Neural Network Lect4 : Single Layer Perceptron Classifiers
Mohammed Bennamoun
 
PDF
Training Neural Networks
Databricks
 
Feedforward neural network
Sopheaktra YONG
 
Neural network & its applications
Ahmed_hashmi
 
Convolutional Neural Networks (CNN)
Gaurav Mittal
 
Genetic algorithms in Data Mining
Atul Khanna
 
Introduction to Deep Learning
Oswald Campesato
 
Feed forward ,back propagation,gradient descent
Muhammad Rasel
 
Fuzzy logic ppt
Priya_Srivastava
 
Deep Feed Forward Neural Networks and Regularization
Yan Xu
 
Regularization in deep learning
Kien Le
 
Perceptron (neural network)
EdutechLearners
 
Genetic algorithm
Megha V
 
Introduction Of Artificial neural network
Nagarajan
 
Self-organizing map
Tarat Diloksawatdikul
 
backpropagation in neural networks
Akash Goel
 
Introduction to ML (Machine Learning)
SwatiTripathi44
 
Deep learning
Ratnakar Pandey
 
MACHINE LEARNING - GENETIC ALGORITHM
Puneet Kulyana
 
Multilayer perceptron
omaraldabash
 
Artificial Neural Network Lect4 : Single Layer Perceptron Classifiers
Mohammed Bennamoun
 
Training Neural Networks
Databricks
 

Similar to Neural networks.ppt (20)

PDF
Artificial Neural Network and its Applications
shritosh kumar
 
PPTX
1.Introduction to Artificial Neural Networks.pptx
salahidddin
 
PPTX
1.Introduction to Artificial Neural Networks.pptx
salahidddin
 
PDF
Artificial Neural Networks Lect1: Introduction & neural computation
Mohammed Bennamoun
 
PPT
Neural Networks
Eric Su
 
PPTX
Karan ppt for neural network and deep learning
KathiriyaParthiv
 
DOCX
Neural networks report
ChiradipBhattacharya
 
PDF
An Overview On Neural Network And Its Application
Sherri Cost
 
PPTX
Rhinoceros 8 Full Crack + Keygen Free Download [Latest]
beenachuhdri
 
PPT
Neural networks - Finding solutions through human evolution.ppt
wildwavex
 
PPTX
Neuro network1
Komal Sharma
 
PPTX
softcomputing.pptx
Kaviya452563
 
PPTX
Neural Network and Fuzzy logic ( NN &FL).pptx
UsamaAli119043
 
PPTX
Understanding Neural Networks Working and Applications.pptx
kcharizmacruz
 
PDF
Artificial Neural Network Abstract
Anjali Agrawal
 
PPTX
neural networks
joshiblog
 
PPTX
100-Concepts-of-AI by Anupama Kate .pptx
Anupama Kate
 
PDF
What are neural networks.pdf
AnastasiaSteele10
 
PDF
What are neural networks.pdf
StephenAmell4
 
PDF
What are neural networks.pdf
StephenAmell4
 
Artificial Neural Network and its Applications
shritosh kumar
 
1.Introduction to Artificial Neural Networks.pptx
salahidddin
 
1.Introduction to Artificial Neural Networks.pptx
salahidddin
 
Artificial Neural Networks Lect1: Introduction & neural computation
Mohammed Bennamoun
 
Neural Networks
Eric Su
 
Karan ppt for neural network and deep learning
KathiriyaParthiv
 
Neural networks report
ChiradipBhattacharya
 
An Overview On Neural Network And Its Application
Sherri Cost
 
Rhinoceros 8 Full Crack + Keygen Free Download [Latest]
beenachuhdri
 
Neural networks - Finding solutions through human evolution.ppt
wildwavex
 
Neuro network1
Komal Sharma
 
softcomputing.pptx
Kaviya452563
 
Neural Network and Fuzzy logic ( NN &FL).pptx
UsamaAli119043
 
Understanding Neural Networks Working and Applications.pptx
kcharizmacruz
 
Artificial Neural Network Abstract
Anjali Agrawal
 
neural networks
joshiblog
 
100-Concepts-of-AI by Anupama Kate .pptx
Anupama Kate
 
What are neural networks.pdf
AnastasiaSteele10
 
What are neural networks.pdf
StephenAmell4
 
What are neural networks.pdf
StephenAmell4
 
Ad

Recently uploaded (20)

PPTX
Worm gear strength and wear calculation as per standard VB Bhandari Databook.
shahveer210504
 
PPTX
Product Development & DevelopmentLecture02.pptx
zeeshanwazir2
 
PPTX
Shinkawa Proposal to meet Vibration API670.pptx
AchmadBashori2
 
PPTX
Evaluation and thermal analysis of shell and tube heat exchanger as per requi...
shahveer210504
 
PDF
Biomechanics of Gait: Engineering Solutions for Rehabilitation (www.kiu.ac.ug)
publication11
 
PPTX
VITEEE 2026 Exam Details , Important Dates
SonaliSingh127098
 
PPTX
artificial intelligence applications in Geomatics
NawrasShatnawi1
 
PDF
MAD Unit - 2 Activity and Fragment Management in Android (Diploma IT)
JappanMavani
 
PPTX
265587293-NFPA 101 Life safety code-PPT-1.pptx
chandermwason
 
PDF
Introduction to Productivity and Quality
মোঃ ফুরকান উদ্দিন জুয়েল
 
PPTX
The Role of Information Technology in Environmental Protectio....pptx
nallamillisriram
 
PDF
GTU Civil Engineering All Semester Syllabus.pdf
Vimal Bhojani
 
PPTX
Heart Bleed Bug - A case study (Course: Cryptography and Network Security)
Adri Jovin
 
PPTX
Damage of stability of a ship and how its change .pptx
ehamadulhaque
 
PPTX
Thermal runway and thermal stability.pptx
godow93766
 
PDF
Reasons for the succes of MENARD PRESSUREMETER.pdf
majdiamz
 
DOCX
CS-802 (A) BDH Lab manual IPS Academy Indore
thegodhimself05
 
PPTX
原版一样(Acadia毕业证书)加拿大阿卡迪亚大学毕业证办理方法
Taqyea
 
PPTX
美国电子版毕业证南卡罗莱纳大学上州分校水印成绩单USC学费发票定做学位证书编号怎么查
Taqyea
 
PPTX
GitOps_Repo_Structure for begeinner(Scaffolindg)
DanialHabibi2
 
Worm gear strength and wear calculation as per standard VB Bhandari Databook.
shahveer210504
 
Product Development & DevelopmentLecture02.pptx
zeeshanwazir2
 
Shinkawa Proposal to meet Vibration API670.pptx
AchmadBashori2
 
Evaluation and thermal analysis of shell and tube heat exchanger as per requi...
shahveer210504
 
Biomechanics of Gait: Engineering Solutions for Rehabilitation (www.kiu.ac.ug)
publication11
 
VITEEE 2026 Exam Details , Important Dates
SonaliSingh127098
 
artificial intelligence applications in Geomatics
NawrasShatnawi1
 
MAD Unit - 2 Activity and Fragment Management in Android (Diploma IT)
JappanMavani
 
265587293-NFPA 101 Life safety code-PPT-1.pptx
chandermwason
 
Introduction to Productivity and Quality
মোঃ ফুরকান উদ্দিন জুয়েল
 
The Role of Information Technology in Environmental Protectio....pptx
nallamillisriram
 
GTU Civil Engineering All Semester Syllabus.pdf
Vimal Bhojani
 
Heart Bleed Bug - A case study (Course: Cryptography and Network Security)
Adri Jovin
 
Damage of stability of a ship and how its change .pptx
ehamadulhaque
 
Thermal runway and thermal stability.pptx
godow93766
 
Reasons for the succes of MENARD PRESSUREMETER.pdf
majdiamz
 
CS-802 (A) BDH Lab manual IPS Academy Indore
thegodhimself05
 
原版一样(Acadia毕业证书)加拿大阿卡迪亚大学毕业证办理方法
Taqyea
 
美国电子版毕业证南卡罗莱纳大学上州分校水印成绩单USC学费发票定做学位证书编号怎么查
Taqyea
 
GitOps_Repo_Structure for begeinner(Scaffolindg)
DanialHabibi2
 
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