Assign small random variable to weight (-0.5 to +0.5) Use feed forward method to calculate o/p(yk) by supply inputs calculate delta for o/p layer (dk=(tk-yk)f(yink) calculate delta for hidden layer dj = dinj f'(zinj) | dinj=sum(dk,wjk) calculate dw, dwij=axi,di | dwjk = azj,dk adjust neuron weight wif(new)=wij(old) + dwij | wjk(new)=wjk(old) + dwjk Repeate from step2 until supplied cycyle threshold level
-
Notifications
You must be signed in to change notification settings - Fork 0
AI_Backpropagation Algorithm
knibesh/backpropagation_algorithm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
AI_Backpropagation Algorithm
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published