0% found this document useful (0 votes)
35 views2 pages

Epoch X1 X2 Yd Initital Weight Net w1 w2 1 Actual Output

The document shows the results of training a basic neural network over 5 epochs to classify samples with features X1 and X2 into class Yd. The network starts with initial weights of 0.3 for w1 and -0.1 for w2. After each epoch, the weights are updated based on the error between the network's actual output and the target output Yd using a learning rate of 0.1.

Uploaded by

Ardie Gucci
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views2 pages

Epoch X1 X2 Yd Initital Weight Net w1 w2 1 Actual Output

The document shows the results of training a basic neural network over 5 epochs to classify samples with features X1 and X2 into class Yd. The network starts with initial weights of 0.3 for w1 and -0.1 for w2. After each epoch, the weights are updated based on the error between the network's actual output and the target output Yd using a learning rate of 0.1.

Uploaded by

Ardie Gucci
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Epoch

X1

X2
0
0
1
1
0
0
1
1
0
0
1
1
0
0
1
1
0
0
1
1

Yd
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1

0
0
0
1
0
0
0
1
0
0
0
1
0
0
0
1
0
0
0
1

Initital Weight
w1
w2
0.3
-0.1
0.3
-0.1
0.3
-0.1
0.2
-0.1
0.3
0.0
0.3
0.0
0.3
0.0
0.2
0.0
0.2
0.0
0.2
0.0
0.2
0.0
0.1
0.0
0.2
0.1
0.2
0.1
0.2
0.1
0.1
0.1
0.1
0.1
0.1
0.1
0.1
0.1
0.1
0.1

Net
-0.2
-0.3
0.1
-0.1
-0.2
-0.2
0.1
0.0
-0.2
-0.2
0.0
-0.1
-0.2
-0.1
0.0
0.0
-0.2
-0.1
-0.1
0.0

Actual
Output
0
0
1
0
0
0
1
1
0
0
1
0
0
0
1
1
0
0
0
1

Error
0
0
-1
1
0
0
-1
0
0
0
-1
1
0
0
-1
0
0
0
0
0

Update Weight
w1
w2
0.3
-0.1
0.3
-0.1
0.2
-0.1
0.3
0.0
0.3
0.0
0.3
0.0
0.2
0.0
0.2
0.0
0.2
0.0
0.2
0.0
0.1
0.0
0.2
0.1
0.2
0.1
0.2
0.1
0.1
0.1
0.1
0.1
0.1
0.1
0.1
0.1
0.1
0.1
0.1
0.1

Diketahui
alpha
threshold f
w1
w2

0.1
0.2
0.3
-0.1

You might also like