SlideShare ist ein Scribd-Unternehmen logo
1 von 38
Module 2
Neural Networks
Course Content
• An artificial neural network is an efficient information processing
system which resembles in characteristics with a biological neural
network
• ANN has highly interconnected processing elements –
nodes,units,neurons,artificial neurons
• Neurons work in parallel
• Each neuron is connected with other by connection link
• Each connection link is associated with weights that contain
information about input signal
• This info is Used by neuron netwrk to solve problem.
• Internal state of neuron –activation or activity level (function of
inputs received by neuron).
• Activation signal – transmitted to other neurons
• x1 and x2 ---- activation
• X1 and X2 ---- input neurons
• y --- output
• Y --- output neuron
• Activation Function --- function applied over the net input function
Biological Neuron network
End of axon splits in to fine strands .
Each strand terminates in to bulb like organ--- synapse
10 pow 4 synapse
• 1. soma or cell body – cell nucleus located
• Dendrites –nerve is connected to the body
• Axon – carry impulses of the neuron
Basic models of ANN
• 3 basic entries
• 1. model’s synaptic interconnections
• 2 training or learning rule adopted
• 3. activation function
• 1. single layer feed forward
• 2. multilayer feed forward
• 3 single node with its own feed back
• 4.single layer with recurrent networks
• 5.Multi layer recurrent networks
Lateral inhibition network
• Architecture with a lateral feed back
• Also called as on-center-off-surround or lateral inhibition structure
• 2 class of inputs
• --- excitatory -> input from nearby processing elements(open circle)
• ----inhibitory-> input from distinctly located processing
elements(links with solid connective layers)
Learning
• Learning or training is process by which a neural network adapts itself
to a stimulus by making proper parameter adjustment which results
in desired response.
1. Parameter learning : updates connecting weights in NN
2. Structure learning: focus on change in network structure
• 1.supervised learning
• 2. unsupervised learning
• 3. reinforcement learning
1. Supervised Learning
• Each input vector requires a corresponding target vector which
represents the desired output
• Input + target vector = training pair
• The network knows what should be the desired output
Supervised Learning conti…
• During training ,the input vector is presented to the network which results
in output vector.
• This output vector is the actual output.
• Actual output vector is compared with the desired output vector(target out
put vector).
• If difference exists between these two, then error signal is generated by
the network
• This error signal is used for adjustment of weights until the actual output
matches the desired (target) output.
• A supervisor or training is required for error minimization.
• Correct target output values are known for each input pattern.
Unsupervised learning
• Learning process is independent and is not supervised by teacher.
• Input vectors of similar type are grouped without use of training
data
• In the training process the network receives input patterns and
organizes these patterns to form clusters.
• When a new input pattern is applied the neural network gives an
output response indicating the class to which the input patterns
belongs
• If for an input a pattern is nt found a new class is generated.
• Self organizing--: While discovering the new features the network
undergoes change in parameters .
• Here exact clusters are formed by discovering similarities and
dissimilarities among the clusters.
Reinforcement learning
Reinforcement learning (Learning with critic)
• Similar to supervised learning.Network receives some kind of
feedback from its environment.
• Sometimes less information about target values are known(critic info
About 50%).
• Learning based on critic information is called reinforcement
learning.Feedback sent is called reinforcement signal.
• Feedback is only evaluative not instructive.
• The external reinforcement signals are processed in critic signal
generator
• The critic signals obtained are sent to ANN for adjustments of
weights.
Activation functions(AF)
• To make the work more efficient and to obtain exact output some
force or activation is required .
• AF is applied over the net input to calculate the output of ANN
Important terminologies:
• 1. weights
• 2. Bias
• 1.Weights: contains information about input signal which is used by network to
solve a problem .
• Weights are represented in the form of a matrix called as connection matrix
• Assume “ n “ processing elements in an ANN And each has “m” adaptive
weights.
• Weights encode long term memory and activation state encode short term
memory
BIAS
• What is bias in a neural network?
Neural network bias can be defined as the constant which is added to the product
of features and weights. It is used to offset the result. It helps the models to shift
the activation function towards the positive or negative side.
• Bias is included by adding a component x0=1 to the input vector X
• The input vector becomes X=(1,X1,X2,… Xn).
• Bias is considered as another weight W0j=bj.
• 2 types of bias:
Positive bias ---increases the net input of the network
Negative bias --- decreases the net input of the network
Using Bias the output of the network can be varied.
Calculation of Bias
Threshold
• Threshold is a set value based on which the final output of the network may be
calculated.
• Threshold value is used in activation function .
• Compare --- calculated net input and threshold to obtain network output
• Every application has a threshold limit
• In Neural Network based on the threshold value ,the activation function are
defined and the output is calculated.
• Activation function using threshold can be defined as :
Learning rate
It is used to control the amount of weight adjustment at each step of
training .
It is denoted by “alpha”.
Ranges from 0 to 1.
Momentum factor
• If Momentum factor is added to the weight updating process
convergence can be made faster.
Vigilance Parameter
• Denoted by
• It is used in adaptive resonance theory network.
• Used to control the degree of similarity required for patterns to be
assigned to the same cluster unit
• Ranges from 0.7 to 1 to perform work in controlling the number of
clusters.
McCulloch – pitts Neuron
• The first computational model of a neuron was proposed by Warren
MuCulloch (neuroscientist) and Walter Pitts (logician) in 1943.
• M-P Neurons are connected by directed graph

Weitere ähnliche Inhalte

Ähnlich wie Module 2 softcomputing.pptx

Neural-Networks.ppt
Neural-Networks.pptNeural-Networks.ppt
Neural-Networks.pptRINUSATHYAN
 
Neural Networks Lec3.pptx
Neural Networks Lec3.pptxNeural Networks Lec3.pptx
Neural Networks Lec3.pptxmoah92926
 
Artificial neural networks
Artificial neural networksArtificial neural networks
Artificial neural networksmadhu sudhakar
 
Introduction to Neural networks (under graduate course) Lecture 9 of 9
Introduction to Neural networks (under graduate course) Lecture 9 of 9Introduction to Neural networks (under graduate course) Lecture 9 of 9
Introduction to Neural networks (under graduate course) Lecture 9 of 9Randa Elanwar
 
Introduction to Perceptron and Neural Network.pptx
Introduction to Perceptron and Neural Network.pptxIntroduction to Perceptron and Neural Network.pptx
Introduction to Perceptron and Neural Network.pptxPoonam60376
 
neuralnetwork.pptx
neuralnetwork.pptxneuralnetwork.pptx
neuralnetwork.pptxSherinRappai
 
Artificial-Neural-Networks.ppt
Artificial-Neural-Networks.pptArtificial-Neural-Networks.ppt
Artificial-Neural-Networks.pptChidanGowda1
 
sathiya new final.pptx
sathiya new final.pptxsathiya new final.pptx
sathiya new final.pptxsathiyavrs
 
Artificial Intelligence: Artificial Neural Networks
Artificial Intelligence: Artificial Neural NetworksArtificial Intelligence: Artificial Neural Networks
Artificial Intelligence: Artificial Neural NetworksThe Integral Worm
 
nural network ER. Abhishek k. upadhyay
nural network ER. Abhishek  k. upadhyaynural network ER. Abhishek  k. upadhyay
nural network ER. Abhishek k. upadhyayabhishek upadhyay
 
Neural networks1
Neural networks1Neural networks1
Neural networks1Mohan Raj
 
Artificial Neural Networks - ANN
Artificial Neural Networks - ANNArtificial Neural Networks - ANN
Artificial Neural Networks - ANNMohamed Talaat
 

Ähnlich wie Module 2 softcomputing.pptx (20)

Neural-Networks.ppt
Neural-Networks.pptNeural-Networks.ppt
Neural-Networks.ppt
 
Neural Networks Lec3.pptx
Neural Networks Lec3.pptxNeural Networks Lec3.pptx
Neural Networks Lec3.pptx
 
Artificial neural networks
Artificial neural networksArtificial neural networks
Artificial neural networks
 
Introduction to Neural networks (under graduate course) Lecture 9 of 9
Introduction to Neural networks (under graduate course) Lecture 9 of 9Introduction to Neural networks (under graduate course) Lecture 9 of 9
Introduction to Neural networks (under graduate course) Lecture 9 of 9
 
Introduction to Perceptron and Neural Network.pptx
Introduction to Perceptron and Neural Network.pptxIntroduction to Perceptron and Neural Network.pptx
Introduction to Perceptron and Neural Network.pptx
 
UNIT 5-ANN.ppt
UNIT 5-ANN.pptUNIT 5-ANN.ppt
UNIT 5-ANN.ppt
 
Lec 6-bp
Lec 6-bpLec 6-bp
Lec 6-bp
 
Perceptron
Perceptron Perceptron
Perceptron
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
neuralnetwork.pptx
neuralnetwork.pptxneuralnetwork.pptx
neuralnetwork.pptx
 
neuralnetwork.pptx
neuralnetwork.pptxneuralnetwork.pptx
neuralnetwork.pptx
 
Artificial-Neural-Networks.ppt
Artificial-Neural-Networks.pptArtificial-Neural-Networks.ppt
Artificial-Neural-Networks.ppt
 
sathiya new final.pptx
sathiya new final.pptxsathiya new final.pptx
sathiya new final.pptx
 
Artificial Intelligence: Artificial Neural Networks
Artificial Intelligence: Artificial Neural NetworksArtificial Intelligence: Artificial Neural Networks
Artificial Intelligence: Artificial Neural Networks
 
nural network ER. Abhishek k. upadhyay
nural network ER. Abhishek  k. upadhyaynural network ER. Abhishek  k. upadhyay
nural network ER. Abhishek k. upadhyay
 
chapter3.pptx
chapter3.pptxchapter3.pptx
chapter3.pptx
 
Neural network
Neural networkNeural network
Neural network
 
Neural networks1
Neural networks1Neural networks1
Neural networks1
 
Artificial Neural Networks - ANN
Artificial Neural Networks - ANNArtificial Neural Networks - ANN
Artificial Neural Networks - ANN
 
Neural network
Neural networkNeural network
Neural network
 

Mehr von VaishaliBagewadikar

Mehr von VaishaliBagewadikar (6)

SEPM_MODULE 2 PPT.pptx
SEPM_MODULE 2 PPT.pptxSEPM_MODULE 2 PPT.pptx
SEPM_MODULE 2 PPT.pptx
 
Module-4_Part-II.pptx
Module-4_Part-II.pptxModule-4_Part-II.pptx
Module-4_Part-II.pptx
 
part3Module 3 ppt_with classification.pptx
part3Module 3 ppt_with classification.pptxpart3Module 3 ppt_with classification.pptx
part3Module 3 ppt_with classification.pptx
 
Module-3_SVM_Kernel_KNN.pptx
Module-3_SVM_Kernel_KNN.pptxModule-3_SVM_Kernel_KNN.pptx
Module-3_SVM_Kernel_KNN.pptx
 
SC1.pptx
SC1.pptxSC1.pptx
SC1.pptx
 
FuzzyRelations.pptx
FuzzyRelations.pptxFuzzyRelations.pptx
FuzzyRelations.pptx
 

Kürzlich hochgeladen

HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARKOUSTAV SARKAR
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxSCMS School of Architecture
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"mphochane1998
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Servicemeghakumariji156
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationBhangaleSonal
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdfKamal Acharya
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwaitjaanualu31
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadhamedmustafa094
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxMuhammadAsimMuhammad6
 

Kürzlich hochgeladen (20)

HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 

Module 2 softcomputing.pptx

  • 3. • An artificial neural network is an efficient information processing system which resembles in characteristics with a biological neural network • ANN has highly interconnected processing elements – nodes,units,neurons,artificial neurons • Neurons work in parallel • Each neuron is connected with other by connection link • Each connection link is associated with weights that contain information about input signal • This info is Used by neuron netwrk to solve problem.
  • 4.
  • 5. • Internal state of neuron –activation or activity level (function of inputs received by neuron). • Activation signal – transmitted to other neurons • x1 and x2 ---- activation • X1 and X2 ---- input neurons • y --- output • Y --- output neuron • Activation Function --- function applied over the net input function
  • 7. End of axon splits in to fine strands . Each strand terminates in to bulb like organ--- synapse 10 pow 4 synapse
  • 8. • 1. soma or cell body – cell nucleus located • Dendrites –nerve is connected to the body • Axon – carry impulses of the neuron
  • 9.
  • 10.
  • 11. Basic models of ANN • 3 basic entries • 1. model’s synaptic interconnections • 2 training or learning rule adopted • 3. activation function
  • 12. • 1. single layer feed forward • 2. multilayer feed forward • 3 single node with its own feed back • 4.single layer with recurrent networks • 5.Multi layer recurrent networks
  • 13.
  • 14.
  • 15.
  • 17. • Architecture with a lateral feed back • Also called as on-center-off-surround or lateral inhibition structure • 2 class of inputs • --- excitatory -> input from nearby processing elements(open circle) • ----inhibitory-> input from distinctly located processing elements(links with solid connective layers)
  • 18. Learning • Learning or training is process by which a neural network adapts itself to a stimulus by making proper parameter adjustment which results in desired response. 1. Parameter learning : updates connecting weights in NN 2. Structure learning: focus on change in network structure • 1.supervised learning • 2. unsupervised learning • 3. reinforcement learning
  • 19. 1. Supervised Learning • Each input vector requires a corresponding target vector which represents the desired output • Input + target vector = training pair • The network knows what should be the desired output
  • 20. Supervised Learning conti… • During training ,the input vector is presented to the network which results in output vector. • This output vector is the actual output. • Actual output vector is compared with the desired output vector(target out put vector). • If difference exists between these two, then error signal is generated by the network • This error signal is used for adjustment of weights until the actual output matches the desired (target) output. • A supervisor or training is required for error minimization. • Correct target output values are known for each input pattern.
  • 21. Unsupervised learning • Learning process is independent and is not supervised by teacher. • Input vectors of similar type are grouped without use of training data
  • 22. • In the training process the network receives input patterns and organizes these patterns to form clusters. • When a new input pattern is applied the neural network gives an output response indicating the class to which the input patterns belongs • If for an input a pattern is nt found a new class is generated. • Self organizing--: While discovering the new features the network undergoes change in parameters . • Here exact clusters are formed by discovering similarities and dissimilarities among the clusters.
  • 24. Reinforcement learning (Learning with critic) • Similar to supervised learning.Network receives some kind of feedback from its environment. • Sometimes less information about target values are known(critic info About 50%). • Learning based on critic information is called reinforcement learning.Feedback sent is called reinforcement signal. • Feedback is only evaluative not instructive. • The external reinforcement signals are processed in critic signal generator • The critic signals obtained are sent to ANN for adjustments of weights.
  • 25. Activation functions(AF) • To make the work more efficient and to obtain exact output some force or activation is required . • AF is applied over the net input to calculate the output of ANN
  • 26.
  • 27.
  • 28.
  • 29.
  • 30. Important terminologies: • 1. weights • 2. Bias
  • 31. • 1.Weights: contains information about input signal which is used by network to solve a problem . • Weights are represented in the form of a matrix called as connection matrix • Assume “ n “ processing elements in an ANN And each has “m” adaptive weights. • Weights encode long term memory and activation state encode short term memory
  • 32. BIAS • What is bias in a neural network? Neural network bias can be defined as the constant which is added to the product of features and weights. It is used to offset the result. It helps the models to shift the activation function towards the positive or negative side. • Bias is included by adding a component x0=1 to the input vector X • The input vector becomes X=(1,X1,X2,… Xn). • Bias is considered as another weight W0j=bj. • 2 types of bias: Positive bias ---increases the net input of the network Negative bias --- decreases the net input of the network Using Bias the output of the network can be varied.
  • 34. Threshold • Threshold is a set value based on which the final output of the network may be calculated. • Threshold value is used in activation function . • Compare --- calculated net input and threshold to obtain network output • Every application has a threshold limit • In Neural Network based on the threshold value ,the activation function are defined and the output is calculated. • Activation function using threshold can be defined as :
  • 35. Learning rate It is used to control the amount of weight adjustment at each step of training . It is denoted by “alpha”. Ranges from 0 to 1.
  • 36. Momentum factor • If Momentum factor is added to the weight updating process convergence can be made faster.
  • 37. Vigilance Parameter • Denoted by • It is used in adaptive resonance theory network. • Used to control the degree of similarity required for patterns to be assigned to the same cluster unit • Ranges from 0.7 to 1 to perform work in controlling the number of clusters.
  • 38. McCulloch – pitts Neuron • The first computational model of a neuron was proposed by Warren MuCulloch (neuroscientist) and Walter Pitts (logician) in 1943. • M-P Neurons are connected by directed graph