SlideShare a Scribd company logo
1 of 22
Presented By: R.Geethika Ramani
13JT1A0524
3rd CSE
NEURAL NETWORKS
Contents:
• Introduction
• History of Neural networks
• Working of Biological neuron
• Working of Artificial neuron
• Connection types
• Topologies
• Learning methods of neurons
• Applications
• Neural networks versus conventional computers
• Merits
• De-merits
• Conclusion
Introduction:
• An Artificial Neural Network is an information processing paradigm that is inspired
by the way biological nervous systems, such as the brain, process information.
• ANN is composed of a large number of highly interconnected processing elements
(neurones) working in unison to solve specific problems.
• ANNs, like people, learn by example. An ANN is configured for a specific
application, such as pattern recognition or data classification, through a learning
process.
History of Neural Networks:
• The history of neural networks begins before the invention
computer.i.e., in 1943.
• The first neural network construction is done by neurologists for
understanding the working of neurons.
• Later technologists are also interested in this networks.
• In recent years, the importance of neural networks was observed.
Working of Biological neuron:
• A biological neuron contains mainly four parts. They are dendrites, cell body, axon
and synapse.
Working of Artificial neuron:
• An artificial neuron also contains dendrites, cell body, axon and synapse.
• In artificial neural networks, the inputs are taken only when threshold value is
satisfied. Otherwise inputs are not taken by the neuron.
• There are two modes of neurons such as, training mode and using mode.
s
y
n
a
p
s
e
Connections types in Neural networks:
• Neurons are interconnected with each other, for the transferring the data.
• There are two types of hierarchies for connecting the neurons.
1. Static connection
2. Dynamic connection
1. Static(feed forward):
• The feedforward neural network was the first and most simple type of
artificial neural network.​
• In this network, the information will moves in one direction only.
2. Dynamic(feed backward):
• Feed backward is advanced than feed forward.
• In feed backward, looping mechanism is introduced.
Topologies in Neural networks:
• Topology defines how a neuron in neural network connected with
another neurons.
• There are three types topologies that every neural network must
follow the one of the following:
1. single-level topology
2. multi-level topology
3. recurrent topology
1. single-level:
• The simplest kind of neural network is a single-layer network, which consists of
equal no.of input and output nodes.
2. multi-level:
• In multi-level, each neuron in one layer has directed connections to the neurons
of the subsequent layer
3. recurrent:
• A recurrent neural network (RNN) is a class of artificial neural networks where
connections between units form a directed cycles.
Learning methods of Neuron:
• Neurons in neural networks will learn about the working pattern of the new
task.
• Next time, when the same task is given to perform, it automatically
generates output without wasting of time.
• There are three types of learning methods.they are
1. supervised learning
2. unsupervised learning
3. reinforcement learning
1. Supervised learning:
• In supervised learning, each example is a pair consisting of an input object
along with a desired output value.
2. Unsupervised learning:
• In unsupervised learning, there is no desired output is supplied with the
input.
3. reinforcement learning:
• Reinforcement learning is an area of machine learning inspired by behaviorist
psychology, concerned with how software agents ought to take actions in an
environments as to maximize some notion of cumulative reward.
Applications:
• Mobile computing
• Forecasting
• Character recognition
• Traveling salesman problem
• Medical diagnosis
• Quality control
• Data mining
• Game development
• Pattern recognition.
Neural networks versus conventional computers:
• To perform a task in conventional computer, we need to write algorithm.
But in neural networks, process information is in a similar way of the
human brain. The network is composed of a large number of highly
interconnected processing elements(neurones) working in parallel to
solve a specific problem. Neural networks learn by example.
Merits:
• No need to write any algorithms.
• Work by learning.
• Work will be automatically shared.
• Robust.
• Neural networks works efficiently.
De-merits:
• Needs to understand before working with neural networks.
• Requires high processing time for large neural networks.
• Noisy data.
• Takes large time for connecting neurons.
Conclusion:
• The computing world has a lot to gain from neural networks. Their ability to
learn by example makes them very flexible and powerful. Furthermore there is
no need to devise an algorithm in order to perform a specific task.
QUERIES

More Related Content

What's hot

What Is Deep Learning? | Introduction to Deep Learning | Deep Learning Tutori...
What Is Deep Learning? | Introduction to Deep Learning | Deep Learning Tutori...What Is Deep Learning? | Introduction to Deep Learning | Deep Learning Tutori...
What Is Deep Learning? | Introduction to Deep Learning | Deep Learning Tutori...
Simplilearn
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
DEEPASHRI HK
 

What's hot (20)

Neural Networks
Neural NetworksNeural Networks
Neural Networks
 
Neural network
Neural networkNeural network
Neural network
 
Neural networks
Neural networksNeural networks
Neural networks
 
Introduction Of Artificial neural network
Introduction Of Artificial neural networkIntroduction Of Artificial neural network
Introduction Of Artificial neural network
 
Neural networks introduction
Neural networks introductionNeural networks introduction
Neural networks introduction
 
Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)
 
lesson 3 - Identifying Parts of a Whole.pptx
lesson 3 - Identifying Parts of a Whole.pptxlesson 3 - Identifying Parts of a Whole.pptx
lesson 3 - Identifying Parts of a Whole.pptx
 
What Is Deep Learning? | Introduction to Deep Learning | Deep Learning Tutori...
What Is Deep Learning? | Introduction to Deep Learning | Deep Learning Tutori...What Is Deep Learning? | Introduction to Deep Learning | Deep Learning Tutori...
What Is Deep Learning? | Introduction to Deep Learning | Deep Learning Tutori...
 
Artificial Neural Networks Lect1: Introduction & neural computation
Artificial Neural Networks Lect1: Introduction & neural computationArtificial Neural Networks Lect1: Introduction & neural computation
Artificial Neural Networks Lect1: Introduction & neural computation
 
What is Deep Learning?
What is Deep Learning?What is Deep Learning?
What is Deep Learning?
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
CNN Tutorial
CNN TutorialCNN Tutorial
CNN Tutorial
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
 
Intro to Neural Networks
Intro to Neural NetworksIntro to Neural Networks
Intro to Neural Networks
 
Neural network & its applications
Neural network & its applications Neural network & its applications
Neural network & its applications
 
Artificial Neural Network Topology
Artificial Neural Network TopologyArtificial Neural Network Topology
Artificial Neural Network Topology
 
TNCT PPT.pptx
TNCT PPT.pptxTNCT PPT.pptx
TNCT PPT.pptx
 
Settings-Processes-Methods-and-Tools-in-Communication-pptx - post.pptx
Settings-Processes-Methods-and-Tools-in-Communication-pptx - post.pptxSettings-Processes-Methods-and-Tools-in-Communication-pptx - post.pptx
Settings-Processes-Methods-and-Tools-in-Communication-pptx - post.pptx
 
Artifical Neural Network and its applications
Artifical Neural Network and its applicationsArtifical Neural Network and its applications
Artifical Neural Network and its applications
 
Convolutional neural networks deepa
Convolutional neural networks deepaConvolutional neural networks deepa
Convolutional neural networks deepa
 

Similar to Neural networks

what is neural network....???
what is neural network....???what is neural network....???
what is neural network....???
Adii Shah
 
w1-01-introtonn.ppt
w1-01-introtonn.pptw1-01-introtonn.ppt
w1-01-introtonn.ppt
KotaGuru1
 

Similar to Neural networks (20)

Neural system/ Neural Networks
Neural system/ Neural NetworksNeural system/ Neural Networks
Neural system/ Neural Networks
 
neuralnetwork.pptx
neuralnetwork.pptxneuralnetwork.pptx
neuralnetwork.pptx
 
neuralnetwork.pptx
neuralnetwork.pptxneuralnetwork.pptx
neuralnetwork.pptx
 
Lec 1-2-3-intr.
Lec 1-2-3-intr.Lec 1-2-3-intr.
Lec 1-2-3-intr.
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
 
02 Fundamental Concepts of ANN
02 Fundamental Concepts of ANN02 Fundamental Concepts of ANN
02 Fundamental Concepts of ANN
 
ANN load forecasting
ANN load forecastingANN load forecasting
ANN load forecasting
 
what is neural network....???
what is neural network....???what is neural network....???
what is neural network....???
 
Neural networks
Neural networksNeural networks
Neural networks
 
08 neural networks(1).unlocked
08 neural networks(1).unlocked08 neural networks(1).unlocked
08 neural networks(1).unlocked
 
Artificial Neural Network in Medical Diagnosis
Artificial Neural Network in Medical DiagnosisArtificial Neural Network in Medical Diagnosis
Artificial Neural Network in Medical Diagnosis
 
neuralnetwork.pptx
neuralnetwork.pptxneuralnetwork.pptx
neuralnetwork.pptx
 
ANN sgjjjjkjhhjkkjjgjkgjhgkjgjjgjjjhjghh
ANN sgjjjjkjhhjkkjjgjkgjhgkjgjjgjjjhjghhANN sgjjjjkjhhjkkjjgjkgjhgkjgjjgjjjhjghh
ANN sgjjjjkjhhjkkjjgjkgjhgkjgjjgjjjhjghh
 
softcomputing.pptx
softcomputing.pptxsoftcomputing.pptx
softcomputing.pptx
 
SoftComputing5
SoftComputing5SoftComputing5
SoftComputing5
 
Artificial Neural Network Learning Algorithm.ppt
Artificial Neural Network Learning Algorithm.pptArtificial Neural Network Learning Algorithm.ppt
Artificial Neural Network Learning Algorithm.ppt
 
Fundamentals of Neural Network (Soft Computing)
Fundamentals of Neural Network (Soft Computing)Fundamentals of Neural Network (Soft Computing)
Fundamentals of Neural Network (Soft Computing)
 
w1-01-introtonn.ppt
w1-01-introtonn.pptw1-01-introtonn.ppt
w1-01-introtonn.ppt
 
Ch 1-1 introduction
Ch 1-1 introductionCh 1-1 introduction
Ch 1-1 introduction
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Recently uploaded (20)

TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 

Neural networks

  • 1. Presented By: R.Geethika Ramani 13JT1A0524 3rd CSE NEURAL NETWORKS
  • 2. Contents: • Introduction • History of Neural networks • Working of Biological neuron • Working of Artificial neuron • Connection types • Topologies • Learning methods of neurons • Applications • Neural networks versus conventional computers • Merits • De-merits • Conclusion
  • 3. Introduction: • An Artificial Neural Network is an information processing paradigm that is inspired by the way biological nervous systems, such as the brain, process information. • ANN is composed of a large number of highly interconnected processing elements (neurones) working in unison to solve specific problems. • ANNs, like people, learn by example. An ANN is configured for a specific application, such as pattern recognition or data classification, through a learning process.
  • 4. History of Neural Networks: • The history of neural networks begins before the invention computer.i.e., in 1943. • The first neural network construction is done by neurologists for understanding the working of neurons. • Later technologists are also interested in this networks. • In recent years, the importance of neural networks was observed.
  • 5. Working of Biological neuron: • A biological neuron contains mainly four parts. They are dendrites, cell body, axon and synapse.
  • 6. Working of Artificial neuron: • An artificial neuron also contains dendrites, cell body, axon and synapse. • In artificial neural networks, the inputs are taken only when threshold value is satisfied. Otherwise inputs are not taken by the neuron. • There are two modes of neurons such as, training mode and using mode. s y n a p s e
  • 7. Connections types in Neural networks: • Neurons are interconnected with each other, for the transferring the data. • There are two types of hierarchies for connecting the neurons. 1. Static connection 2. Dynamic connection
  • 8. 1. Static(feed forward): • The feedforward neural network was the first and most simple type of artificial neural network.​ • In this network, the information will moves in one direction only.
  • 9. 2. Dynamic(feed backward): • Feed backward is advanced than feed forward. • In feed backward, looping mechanism is introduced.
  • 10. Topologies in Neural networks: • Topology defines how a neuron in neural network connected with another neurons. • There are three types topologies that every neural network must follow the one of the following: 1. single-level topology 2. multi-level topology 3. recurrent topology
  • 11. 1. single-level: • The simplest kind of neural network is a single-layer network, which consists of equal no.of input and output nodes.
  • 12. 2. multi-level: • In multi-level, each neuron in one layer has directed connections to the neurons of the subsequent layer
  • 13. 3. recurrent: • A recurrent neural network (RNN) is a class of artificial neural networks where connections between units form a directed cycles.
  • 14. Learning methods of Neuron: • Neurons in neural networks will learn about the working pattern of the new task. • Next time, when the same task is given to perform, it automatically generates output without wasting of time. • There are three types of learning methods.they are 1. supervised learning 2. unsupervised learning 3. reinforcement learning
  • 15. 1. Supervised learning: • In supervised learning, each example is a pair consisting of an input object along with a desired output value. 2. Unsupervised learning: • In unsupervised learning, there is no desired output is supplied with the input. 3. reinforcement learning: • Reinforcement learning is an area of machine learning inspired by behaviorist psychology, concerned with how software agents ought to take actions in an environments as to maximize some notion of cumulative reward.
  • 16. Applications: • Mobile computing • Forecasting • Character recognition • Traveling salesman problem • Medical diagnosis • Quality control • Data mining • Game development • Pattern recognition.
  • 17. Neural networks versus conventional computers: • To perform a task in conventional computer, we need to write algorithm. But in neural networks, process information is in a similar way of the human brain. The network is composed of a large number of highly interconnected processing elements(neurones) working in parallel to solve a specific problem. Neural networks learn by example.
  • 18. Merits: • No need to write any algorithms. • Work by learning. • Work will be automatically shared. • Robust. • Neural networks works efficiently.
  • 19. De-merits: • Needs to understand before working with neural networks. • Requires high processing time for large neural networks. • Noisy data. • Takes large time for connecting neurons.
  • 20. Conclusion: • The computing world has a lot to gain from neural networks. Their ability to learn by example makes them very flexible and powerful. Furthermore there is no need to devise an algorithm in order to perform a specific task.
  • 21.