1 / 14

Modul 7b - Backpropagation

erica-dale
Download Presentation

Modul 7b - Backpropagation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. In step 1, a neural network is set up. In addition to setting up the structure or topology of the network, random numbers between 1 and ‏1 are assigned as weights to each of the connections. For example, the weight from node A to node D (wAD) is 0.4 and the weight from node E to F (wEF) is 0.1

  2. In step 2, a random observation is selected (v) and is presented to the network as shown. The value of I1 (0) is presented to A, the value of I2 (1) is presented to B, and the value of I3 (1) is presented to C.

  3. In step 3, these inputs in combination with the connection weights are used to calculate the output from the hidden nodes D and E. To calculate these outputs, nodes D and E first combine the inputs and then use an activation function to derive the outputs. The combined inputs to nodes D and E are the weighted sum of the input values

  4. In step 4, the outputs from D and E are used as inputs to F. The total input is calculated by combining these values with the weights of the connections:

More Related