- Prof. Dancy's Site - Course Site -

Name:

Neural Nets: Practicing neural net error prop & learning

(NN Assignment # 1)

Given the following initial network configuration and target function, name the weights of the network after one full epoch, when using incremental learning

Work alone for this exercise.

Target Function: XOR w/ two inputs

Input 1 Input 2 Output
0 0 0
0 1 1
1 0 1
1 1 0
 

Neural Network 1

 
Connection Weight
WI1H1(t+1)
WI1H2(t+1)
WI2H1(t+1)
WI2H2(t+1)
WH1O1(t+1)
WH2O1(t+1)