SlideShare une entreprise Scribd logo
1  sur  19
CONCEPT OF ARTIFICIAL NEURAL NETWORK
Nayagarh, 752069, Odisha · Whatsapp- 9090949732
Mail- sspritamrath93@gmail.com
Linked in :- www.linkedin.com/in/subham-preetam-97b2b0148 Researchgate ID:- https://www.researchgate.net/profile/Subham_Preetam2
SUBHAM PREETAM
CONTENTS
• INTRODUCTION
• BIOLOGICALNEURONMODEL
• ARTIFICIALNEURONMODEL
• ARTIFICIALNEURALNETWORK
• NEURALNETWORKARCHITECTURE
• LEARNING
• BACKPROPAGATIONALGORITHM
• APPLICATIONS
• ADVANTAGES
Dear all
Here we discussing the basic
benefits of neural coding system . These
mentation formula we getting collected
for various authors. As the very
adopting technological field, artificial
neural network provide for basic
platform in cloud technology, artificial
intelligence & Machine learning.
Thanks and Regards
Subham Preetam
INTRODUCTION
• “Neural“ is an adjective for neuron, and “network” denotes agraph like
structure.
• Artificial Neural Networks are also referred to as“neural nets” , “artificial
neural systems”, “parallel distributed processing systems”, “connectionist
systems”.
• For acomputing systemsto be called by these pretty names, it is necessary
for the system to have alabeled directed graph structure where nodes
performs some simplecomputations.
• “DirectedGraph” consists of set of “nodes”(vertices) and aset of
“connections”(edges/links/arcs) connecting pair of nodes.
• Agraph is saidto be “labeled graph” if eachconnection is associated with a
label to identify some property of the connection
Fig1:ANDgate graph
This graph cannot be considered a neural
network since the connections between the
nodes are fixed and appear to play no other
role than carrying the inputs to the node that
computed theirconjunction.
Fig2:AND gate network
The graph structure which connects the
weights modifiable using a learning
algorithm, qualifies the computing
system to be called an artificial neural
networks.
x2ϵ{0,1}
x1
x2
x1ϵ{0,1}
o = x1 AND x2
multiplier
(x1 w1)
(x2w2)
o = x1 AND x2
x1
x2
w1
w2
•The field of neuralnetwork was pioneered by BERNARD WIDROW of Stanford University in
1950’s.
CONTD…
BIOLOGICAL NEURON MODEL
Fourparts of a typical nervecell :-
• DENDRITES:Accepts theinputs
• SOMA: Process theinputs
• AXON : Turns the processed inputs into
outputs.
• SYNAPSES: Theelectrochemical
contact betweenthe
neurons.
ARTIFICIAL NEURON MODEL
• Inputs to the network are represented bythe
mathematical symbol,xn
• Each of these inputs are multiplied by a
connection weight ,wn
sum =w1 x1+……+wnxn
• These products are simply summed, fed
through the transfer function, f( ) to generate
aresult and thenoutput.
w1
w2
xn
x2
x1
wn
f(w1 x1+……+wnxn)
TERMINOLOGY
Biological Terminology Artificial Neural Network Terminology
Neuron Node/Unit/Cell/Neurode
Synapse Connection/Edge/Link
Synaptic Efficiency Connection Strength/Weight
Firing frequency Node output
ARTIFICIAL NEURAL NETWORK
• Artificial Neural Network (ANNs) are programs designed to solve
any problem by trying to mimic the structure and the function of our
nervous system.
• Neural networks are based on simulated neurons, Which are joined
together in avariety of ways to form networks.
• Neural network resembles the human brain in the following two
ways:-
* Aneural network acquires knowledge through learning.
*A neural network’s knowledge is stored within the
interconnection strengths knownassynaptic weight.
ARTIFICIAL NEURALNETWORK MODEL
output layer
connections
Input layer
Hidden layers
Neural network
Including
connections
(called
weights)
between
neuron
Com
p
are
Actual
output
Desired
output
Input
output
Figure showing adjust of neural networkFig 1: artificial neural network model
CONTD…
NEURAL NETWORKARCHITECTURES
These are networks in which nodes are
partitioned into subsetscalled layers, with
no connections from layer j to k if j >k.
Input node
Input node
output node
output node
Hidden node
Layer3Layer0
(Input layer) (Outputlayer)
Layer 1 Layer2
Hidden Layer
Fig: fully connectednetwork
The neural network in which every node is
connected to every other nodes, and these
connections may be either excitatory (positive
weights), inhibitory (negative weights), or
irrelevant (almost zero weights).
fig: layered network
This is the subclass of the layered
networks in which there is no intra-layer
connections. In other words, a
connection may exist between any node
in layer i and any node in layer j for i <j,
but aconnection is not allowed for i=j.
This is a subclass of acyclic
networks in which aconnection is
allowed from anode in layer i only
to nodes in layer i+1
Layer0
(Input layer)
Layer3
(Outputlayer)
Layer 1 Layer2
Hidden Layer
Layer 1 Layer2
Layer3Layer0
(Input layer) (Outputlayer)
Hidden Layer
fig : Feedforward networkFig :Acyclic network
CONTD…
Many problems are best solved using neural networks whose
architecture consists of several modules, with sparse
interconnections between them. Modules can be organized in
several different ways asHierarchial organization, Successive
refinement, Inputmodularity
FIG : MODULAR NEURAL NETWORK
CONTD…
LEARNING
• Neurons in an animal’s brain are “hard wired”. It is equally obvious that
animals, especially higher order animals, learn asthey grow.
• How does thislearning occur?
• What arepossible mathematical models of learning?
• In artificial neural networks, learning refers to the method of
modifying the weights of connections between the nodesof a
specified network.
• The learning ability of aneural network is determined by its
architecture and by the algorithmic method chosen for training.
• This is learning bydoing.
• In this approach no sample
outputs are provided to the
network against which it can
measure its predictive
performancefor agiven vector of
inputs.
• One common form of
unsupervised learning is
clustering where we try to
categorize data indifferent
clusters by theirsimilarity.
UNSUPERVISED LEARNING
• A teacher is available to indicate
whether asystem is performing
correctly, or to indicate the amount of
error in system performance. Here a
teacher is aset of training data.
• The training data consist of pairs of
input and desired output values that
aretraditionally represented in data
vectors.
• Supervised learning can also be
referred asclassification, wherewe
have awide range of classifiers,
(Multilayer perceptron, k nearest
neighbor..etc)
SUPERVISED LEARNING
CONTD…
THE BACKPROPAGATIONALGORITHM
• Thebackpropagation algorithm (Rumelhart and McClelland, 1986) is
usedin layered feed-forwardArtificial Neural Networks.
• Backpropagation is amulti-layer feed forward, supervised learning
network based on gradient descent learning rule.
• we provide the algorithm with examples of the inputs and outputs we
want the network to compute, and then the error (difference
between actual and expected results) is calculated.
• Theidea of the backpropagation algorithm is to reducethis error,
until theArtificial Neural Network learns the training data.
• The activation function of the artificial neurons in ANNs
implementing the backpropagation algorithm is a
weighted sum(the sumof the inputs xi multiplied by their
respective weights wji)
• Themost common output function is the sigmoidal
function:
• Since the error is the difference between the actual and
the desired output, the error depends on the weights, and
we need to adjust the weights in order to minimize the
error. Wecan define the error function for the output of
eachneuron:
Inputs, x
Weights,v weights, w
output
Fig: Basic Blockof
Back propagation neuralnetwork
Weights,v weights, w
CONTD…
• If we want to adjust vik, the weights (let’s call them vik ) of aprevious
layer, we need first to calculate how the error depends not on the
weight, but in the input from the previous layer i.e. replacing w by x
asshown in belowequation.
Inputs, x
output
where
• and
ADVANTAGES
• Itinvolves human like thinking.
• They handle noisy or missing data.
• They canwork with large number of variables or parameters.
• They provide general solutions with good predictive accuracy.
• System hasgot property of continuous learning.
• They deal with the non-linearity in the world in which we live.
THANK
YOU

Contenu connexe

Tendances

Artificial Neural Network Paper Presentation
Artificial Neural Network Paper PresentationArtificial Neural Network Paper Presentation
Artificial Neural Network Paper Presentationguestac67362
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural NetworkManasa Mona
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural NetworkMuhammad Ishaq
 
Introduction Of Artificial neural network
Introduction Of Artificial neural networkIntroduction Of Artificial neural network
Introduction Of Artificial neural networkNagarajan
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural networkmustafa aadel
 
Artificial neural networks (2)
Artificial neural networks (2)Artificial neural networks (2)
Artificial neural networks (2)sai anjaneya
 
Artificial Neural Network and its Applications
Artificial Neural Network and its ApplicationsArtificial Neural Network and its Applications
Artificial Neural Network and its Applicationsshritosh kumar
 
Artificial nueral network slideshare
Artificial nueral network slideshareArtificial nueral network slideshare
Artificial nueral network slideshareRed Innovators
 
Artificial neural networks and its application
Artificial neural networks and its applicationArtificial neural networks and its application
Artificial neural networks and its applicationHưng Đặng
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural NetworkBurhan Muzafar
 
Question bank soft computing
Question bank   soft computingQuestion bank   soft computing
Question bank soft computingMohit Singh
 
Comparative study of ANNs and BNNs and mathematical modeling of a neuron
Comparative study of ANNs and BNNs and mathematical modeling of a neuronComparative study of ANNs and BNNs and mathematical modeling of a neuron
Comparative study of ANNs and BNNs and mathematical modeling of a neuronSaransh Choudhary
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural NetworkPrakash K
 

Tendances (20)

Artificial Neural Network Paper Presentation
Artificial Neural Network Paper PresentationArtificial Neural Network Paper Presentation
Artificial Neural Network Paper Presentation
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
 
Neural network
Neural networkNeural network
Neural network
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
 
Project Report -Vaibhav
Project Report -VaibhavProject Report -Vaibhav
Project Report -Vaibhav
 
Introduction Of Artificial neural network
Introduction Of Artificial neural networkIntroduction Of Artificial neural network
Introduction Of Artificial neural network
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
Artificial neural networks (2)
Artificial neural networks (2)Artificial neural networks (2)
Artificial neural networks (2)
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
Artificial Neural Network and its Applications
Artificial Neural Network and its ApplicationsArtificial Neural Network and its Applications
Artificial Neural Network and its Applications
 
Neural
NeuralNeural
Neural
 
Neural Networks
Neural NetworksNeural Networks
Neural Networks
 
Neural network
Neural networkNeural network
Neural network
 
Artificial nueral network slideshare
Artificial nueral network slideshareArtificial nueral network slideshare
Artificial nueral network slideshare
 
Artificial neural networks and its application
Artificial neural networks and its applicationArtificial neural networks and its application
Artificial neural networks and its application
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
 
Question bank soft computing
Question bank   soft computingQuestion bank   soft computing
Question bank soft computing
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
Comparative study of ANNs and BNNs and mathematical modeling of a neuron
Comparative study of ANNs and BNNs and mathematical modeling of a neuronComparative study of ANNs and BNNs and mathematical modeling of a neuron
Comparative study of ANNs and BNNs and mathematical modeling of a neuron
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
 

Similaire à Concept of Artificial Neural Networks Explained

artificialneuralnetwork-130409001108-phpapp02 (2).pptx
artificialneuralnetwork-130409001108-phpapp02 (2).pptxartificialneuralnetwork-130409001108-phpapp02 (2).pptx
artificialneuralnetwork-130409001108-phpapp02 (2).pptxREG83NITHYANANTHANN
 
Artificial Neural Networks ppt.pptx for final sem cse
Artificial Neural Networks  ppt.pptx for final sem cseArtificial Neural Networks  ppt.pptx for final sem cse
Artificial Neural Networks ppt.pptx for final sem cseNaveenBhajantri1
 
Artificial neural networks
Artificial neural networks Artificial neural networks
Artificial neural networks ShwethaShreeS
 
neuralnetwork.pptx
neuralnetwork.pptxneuralnetwork.pptx
neuralnetwork.pptxSherinRappai
 
Acem neuralnetworks
Acem neuralnetworksAcem neuralnetworks
Acem neuralnetworksAastha Kohli
 
Neural networks of artificial intelligence
Neural networks of artificial  intelligenceNeural networks of artificial  intelligence
Neural networks of artificial intelligencealldesign
 
Neural Networks Ver1
Neural  Networks  Ver1Neural  Networks  Ver1
Neural Networks Ver1ncct
 
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.pptxJavier Daza
 
Neuralnetwork 101222074552-phpapp02
Neuralnetwork 101222074552-phpapp02Neuralnetwork 101222074552-phpapp02
Neuralnetwork 101222074552-phpapp02Deepu Gupta
 
2011 0480.neural-networks
2011 0480.neural-networks2011 0480.neural-networks
2011 0480.neural-networksParneet Kaur
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural networkDEEPASHRI HK
 
Artificial neural networks and its application
Artificial neural networks and its applicationArtificial neural networks and its application
Artificial neural networks and its applicationHưng Đặng
 
Artificial Neural Network in Medical Diagnosis
Artificial Neural Network in Medical DiagnosisArtificial Neural Network in Medical Diagnosis
Artificial Neural Network in Medical DiagnosisAdityendra Kumar Singh
 

Similaire à Concept of Artificial Neural Networks Explained (20)

artificialneuralnetwork-130409001108-phpapp02 (2).pptx
artificialneuralnetwork-130409001108-phpapp02 (2).pptxartificialneuralnetwork-130409001108-phpapp02 (2).pptx
artificialneuralnetwork-130409001108-phpapp02 (2).pptx
 
Artificial Neural Networks ppt.pptx for final sem cse
Artificial Neural Networks  ppt.pptx for final sem cseArtificial Neural Networks  ppt.pptx for final sem cse
Artificial Neural Networks ppt.pptx for final sem cse
 
Artificial neural networks
Artificial neural networks Artificial neural networks
Artificial neural networks
 
02 Fundamental Concepts of ANN
02 Fundamental Concepts of ANN02 Fundamental Concepts of ANN
02 Fundamental Concepts of ANN
 
neuralnetwork.pptx
neuralnetwork.pptxneuralnetwork.pptx
neuralnetwork.pptx
 
neuralnetwork.pptx
neuralnetwork.pptxneuralnetwork.pptx
neuralnetwork.pptx
 
neuralnetwork.pptx
neuralnetwork.pptxneuralnetwork.pptx
neuralnetwork.pptx
 
Acem neuralnetworks
Acem neuralnetworksAcem neuralnetworks
Acem neuralnetworks
 
Neural networks of artificial intelligence
Neural networks of artificial  intelligenceNeural networks of artificial  intelligence
Neural networks of artificial intelligence
 
Neural Networks Ver1
Neural  Networks  Ver1Neural  Networks  Ver1
Neural Networks Ver1
 
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
 
7 nn1-intro.ppt
7 nn1-intro.ppt7 nn1-intro.ppt
7 nn1-intro.ppt
 
Neural network
Neural networkNeural network
Neural network
 
Jack
JackJack
Jack
 
Neuralnetwork 101222074552-phpapp02
Neuralnetwork 101222074552-phpapp02Neuralnetwork 101222074552-phpapp02
Neuralnetwork 101222074552-phpapp02
 
ANN - UNIT 1.pptx
ANN - UNIT 1.pptxANN - UNIT 1.pptx
ANN - UNIT 1.pptx
 
2011 0480.neural-networks
2011 0480.neural-networks2011 0480.neural-networks
2011 0480.neural-networks
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
Artificial neural networks and its application
Artificial neural networks and its applicationArtificial neural networks and its application
Artificial neural networks and its application
 
Artificial Neural Network in Medical Diagnosis
Artificial Neural Network in Medical DiagnosisArtificial Neural Network in Medical Diagnosis
Artificial Neural Network in Medical Diagnosis
 

Plus de Subham Preetam

Alcohol and its effects on the body
Alcohol and its effects on the bodyAlcohol and its effects on the body
Alcohol and its effects on the bodySubham Preetam
 
Cryptocurrency A brief History
Cryptocurrency A brief HistoryCryptocurrency A brief History
Cryptocurrency A brief HistorySubham Preetam
 
Fundamentals of Block chain Technology
Fundamentals of Block chain TechnologyFundamentals of Block chain Technology
Fundamentals of Block chain TechnologySubham Preetam
 
Beneficial use of Microorganism
 Beneficial use of Microorganism Beneficial use of Microorganism
Beneficial use of MicroorganismSubham Preetam
 
Recent Advancement in science (India part)
Recent Advancement in  science (India part)Recent Advancement in  science (India part)
Recent Advancement in science (India part)Subham Preetam
 
Nanotechnology the Advanced Science
Nanotechnology the Advanced ScienceNanotechnology the Advanced Science
Nanotechnology the Advanced ScienceSubham Preetam
 
Silk moth and silk production
Silk moth and silk productionSilk moth and silk production
Silk moth and silk productionSubham Preetam
 
IMMUNOPATHOLOGY ON SLEEPING SICKNESS:
IMMUNOPATHOLOGY ON SLEEPING SICKNESS: IMMUNOPATHOLOGY ON SLEEPING SICKNESS:
IMMUNOPATHOLOGY ON SLEEPING SICKNESS: Subham Preetam
 
Golden rice technology
Golden rice technologyGolden rice technology
Golden rice technologySubham Preetam
 
Biosurfect againt Cancer
Biosurfect againt Cancer Biosurfect againt Cancer
Biosurfect againt Cancer Subham Preetam
 
Inhibition effect of Garlic and Onion
Inhibition effect of Garlic and Onion Inhibition effect of Garlic and Onion
Inhibition effect of Garlic and Onion Subham Preetam
 
Biosurfectant production
Biosurfectant productionBiosurfectant production
Biosurfectant productionSubham Preetam
 

Plus de Subham Preetam (20)

Alcohol and its effects on the body
Alcohol and its effects on the bodyAlcohol and its effects on the body
Alcohol and its effects on the body
 
Cryptocurrency A brief History
Cryptocurrency A brief HistoryCryptocurrency A brief History
Cryptocurrency A brief History
 
Fundamentals of Block chain Technology
Fundamentals of Block chain TechnologyFundamentals of Block chain Technology
Fundamentals of Block chain Technology
 
Beneficial use of Microorganism
 Beneficial use of Microorganism Beneficial use of Microorganism
Beneficial use of Microorganism
 
Recent Advancement in science (India part)
Recent Advancement in  science (India part)Recent Advancement in  science (India part)
Recent Advancement in science (India part)
 
Nanotechnology the Advanced Science
Nanotechnology the Advanced ScienceNanotechnology the Advanced Science
Nanotechnology the Advanced Science
 
Chandryaan 2
Chandryaan 2 Chandryaan 2
Chandryaan 2
 
Coronavirus
CoronavirusCoronavirus
Coronavirus
 
Membrane structure
Membrane structureMembrane structure
Membrane structure
 
Silk moth and silk production
Silk moth and silk productionSilk moth and silk production
Silk moth and silk production
 
IMMUNOPATHOLOGY ON SLEEPING SICKNESS:
IMMUNOPATHOLOGY ON SLEEPING SICKNESS: IMMUNOPATHOLOGY ON SLEEPING SICKNESS:
IMMUNOPATHOLOGY ON SLEEPING SICKNESS:
 
Food Packing
Food Packing Food Packing
Food Packing
 
Golden rice technology
Golden rice technologyGolden rice technology
Golden rice technology
 
Immunotherapy
Immunotherapy Immunotherapy
Immunotherapy
 
Biosurfect againt Cancer
Biosurfect againt Cancer Biosurfect againt Cancer
Biosurfect againt Cancer
 
Inhibition effect of Garlic and Onion
Inhibition effect of Garlic and Onion Inhibition effect of Garlic and Onion
Inhibition effect of Garlic and Onion
 
Blast subham
Blast subhamBlast subham
Blast subham
 
Biosurfectant production
Biosurfectant productionBiosurfectant production
Biosurfectant production
 
Ebola virus
  Ebola virus  Ebola virus
Ebola virus
 
Benifits of ginger
Benifits of gingerBenifits of ginger
Benifits of ginger
 

Dernier

BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxolyaivanovalion
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysismanisha194592
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxolyaivanovalion
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSAishani27
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfSocial Samosa
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...Suhani Kapoor
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxStephen266013
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxolyaivanovalion
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxEmmanuel Dauda
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxolyaivanovalion
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
Unveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystUnveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystSamantha Rae Coolbeth
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfMarinCaroMartnezBerg
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz1
 

Dernier (20)

BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptx
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptx
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICS
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docx
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptx
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptx
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
Unveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystUnveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data Analyst
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 

Concept of Artificial Neural Networks Explained

  • 1. CONCEPT OF ARTIFICIAL NEURAL NETWORK Nayagarh, 752069, Odisha · Whatsapp- 9090949732 Mail- sspritamrath93@gmail.com Linked in :- www.linkedin.com/in/subham-preetam-97b2b0148 Researchgate ID:- https://www.researchgate.net/profile/Subham_Preetam2 SUBHAM PREETAM
  • 2. CONTENTS • INTRODUCTION • BIOLOGICALNEURONMODEL • ARTIFICIALNEURONMODEL • ARTIFICIALNEURALNETWORK • NEURALNETWORKARCHITECTURE • LEARNING • BACKPROPAGATIONALGORITHM • APPLICATIONS • ADVANTAGES Dear all Here we discussing the basic benefits of neural coding system . These mentation formula we getting collected for various authors. As the very adopting technological field, artificial neural network provide for basic platform in cloud technology, artificial intelligence & Machine learning. Thanks and Regards Subham Preetam
  • 3. INTRODUCTION • “Neural“ is an adjective for neuron, and “network” denotes agraph like structure. • Artificial Neural Networks are also referred to as“neural nets” , “artificial neural systems”, “parallel distributed processing systems”, “connectionist systems”. • For acomputing systemsto be called by these pretty names, it is necessary for the system to have alabeled directed graph structure where nodes performs some simplecomputations. • “DirectedGraph” consists of set of “nodes”(vertices) and aset of “connections”(edges/links/arcs) connecting pair of nodes. • Agraph is saidto be “labeled graph” if eachconnection is associated with a label to identify some property of the connection
  • 4. Fig1:ANDgate graph This graph cannot be considered a neural network since the connections between the nodes are fixed and appear to play no other role than carrying the inputs to the node that computed theirconjunction. Fig2:AND gate network The graph structure which connects the weights modifiable using a learning algorithm, qualifies the computing system to be called an artificial neural networks. x2ϵ{0,1} x1 x2 x1ϵ{0,1} o = x1 AND x2 multiplier (x1 w1) (x2w2) o = x1 AND x2 x1 x2 w1 w2 •The field of neuralnetwork was pioneered by BERNARD WIDROW of Stanford University in 1950’s. CONTD…
  • 5. BIOLOGICAL NEURON MODEL Fourparts of a typical nervecell :- • DENDRITES:Accepts theinputs • SOMA: Process theinputs • AXON : Turns the processed inputs into outputs. • SYNAPSES: Theelectrochemical contact betweenthe neurons.
  • 6. ARTIFICIAL NEURON MODEL • Inputs to the network are represented bythe mathematical symbol,xn • Each of these inputs are multiplied by a connection weight ,wn sum =w1 x1+……+wnxn • These products are simply summed, fed through the transfer function, f( ) to generate aresult and thenoutput. w1 w2 xn x2 x1 wn f(w1 x1+……+wnxn)
  • 7. TERMINOLOGY Biological Terminology Artificial Neural Network Terminology Neuron Node/Unit/Cell/Neurode Synapse Connection/Edge/Link Synaptic Efficiency Connection Strength/Weight Firing frequency Node output
  • 8. ARTIFICIAL NEURAL NETWORK • Artificial Neural Network (ANNs) are programs designed to solve any problem by trying to mimic the structure and the function of our nervous system. • Neural networks are based on simulated neurons, Which are joined together in avariety of ways to form networks. • Neural network resembles the human brain in the following two ways:- * Aneural network acquires knowledge through learning. *A neural network’s knowledge is stored within the interconnection strengths knownassynaptic weight.
  • 9. ARTIFICIAL NEURALNETWORK MODEL output layer connections Input layer Hidden layers Neural network Including connections (called weights) between neuron Com p are Actual output Desired output Input output Figure showing adjust of neural networkFig 1: artificial neural network model CONTD…
  • 10. NEURAL NETWORKARCHITECTURES These are networks in which nodes are partitioned into subsetscalled layers, with no connections from layer j to k if j >k. Input node Input node output node output node Hidden node Layer3Layer0 (Input layer) (Outputlayer) Layer 1 Layer2 Hidden Layer Fig: fully connectednetwork The neural network in which every node is connected to every other nodes, and these connections may be either excitatory (positive weights), inhibitory (negative weights), or irrelevant (almost zero weights). fig: layered network
  • 11. This is the subclass of the layered networks in which there is no intra-layer connections. In other words, a connection may exist between any node in layer i and any node in layer j for i <j, but aconnection is not allowed for i=j. This is a subclass of acyclic networks in which aconnection is allowed from anode in layer i only to nodes in layer i+1 Layer0 (Input layer) Layer3 (Outputlayer) Layer 1 Layer2 Hidden Layer Layer 1 Layer2 Layer3Layer0 (Input layer) (Outputlayer) Hidden Layer fig : Feedforward networkFig :Acyclic network CONTD…
  • 12. Many problems are best solved using neural networks whose architecture consists of several modules, with sparse interconnections between them. Modules can be organized in several different ways asHierarchial organization, Successive refinement, Inputmodularity FIG : MODULAR NEURAL NETWORK CONTD…
  • 13. LEARNING • Neurons in an animal’s brain are “hard wired”. It is equally obvious that animals, especially higher order animals, learn asthey grow. • How does thislearning occur? • What arepossible mathematical models of learning? • In artificial neural networks, learning refers to the method of modifying the weights of connections between the nodesof a specified network. • The learning ability of aneural network is determined by its architecture and by the algorithmic method chosen for training.
  • 14. • This is learning bydoing. • In this approach no sample outputs are provided to the network against which it can measure its predictive performancefor agiven vector of inputs. • One common form of unsupervised learning is clustering where we try to categorize data indifferent clusters by theirsimilarity. UNSUPERVISED LEARNING • A teacher is available to indicate whether asystem is performing correctly, or to indicate the amount of error in system performance. Here a teacher is aset of training data. • The training data consist of pairs of input and desired output values that aretraditionally represented in data vectors. • Supervised learning can also be referred asclassification, wherewe have awide range of classifiers, (Multilayer perceptron, k nearest neighbor..etc) SUPERVISED LEARNING CONTD…
  • 15. THE BACKPROPAGATIONALGORITHM • Thebackpropagation algorithm (Rumelhart and McClelland, 1986) is usedin layered feed-forwardArtificial Neural Networks. • Backpropagation is amulti-layer feed forward, supervised learning network based on gradient descent learning rule. • we provide the algorithm with examples of the inputs and outputs we want the network to compute, and then the error (difference between actual and expected results) is calculated. • Theidea of the backpropagation algorithm is to reducethis error, until theArtificial Neural Network learns the training data.
  • 16. • The activation function of the artificial neurons in ANNs implementing the backpropagation algorithm is a weighted sum(the sumof the inputs xi multiplied by their respective weights wji) • Themost common output function is the sigmoidal function: • Since the error is the difference between the actual and the desired output, the error depends on the weights, and we need to adjust the weights in order to minimize the error. Wecan define the error function for the output of eachneuron: Inputs, x Weights,v weights, w output Fig: Basic Blockof Back propagation neuralnetwork
  • 17. Weights,v weights, w CONTD… • If we want to adjust vik, the weights (let’s call them vik ) of aprevious layer, we need first to calculate how the error depends not on the weight, but in the input from the previous layer i.e. replacing w by x asshown in belowequation. Inputs, x output where • and
  • 18. ADVANTAGES • Itinvolves human like thinking. • They handle noisy or missing data. • They canwork with large number of variables or parameters. • They provide general solutions with good predictive accuracy. • System hasgot property of continuous learning. • They deal with the non-linearity in the world in which we live.