Skip to content

Commit bbb5efb

Browse files
syenparkkkweon
authored andcommitted
Hotfix/lab09: Results (#185)
* fix a result of ‘lab-09-3’ * fix a result of ‘lab-09-4’ * fix a result of ‘lab-09-x-xor-nn-back_prop.py’
1 parent 7e11772 commit bbb5efb

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

lab-09-3-xor-nn-wide-deep.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464

6565

6666
'''
67-
Hypothesis: [[ 0.01338218]
68-
[ 0.98166394]
69-
[ 0.98809403]
70-
[ 0.01135799]]
67+
Hypothesis: [[ 7.80511764e-04]
68+
[ 9.99238133e-01]
69+
[ 9.98379230e-01]
70+
[ 1.55659032e-03]]
7171
Correct: [[ 0.]
7272
[ 1.]
7373
[ 1.]

lab-09-4-xor_tensorboard.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@
7878

7979

8080
'''
81-
Hypothesis: [[ 0.01338218]
82-
[ 0.98166394]
83-
[ 0.98809403]
84-
[ 0.01135799]]
81+
Hypothesis: [[ 6.13103184e-05]
82+
[ 9.99936938e-01]
83+
[ 9.99950767e-01]
84+
[ 5.97514772e-05]]
8585
Correct: [[ 0.]
8686
[ 1.]
8787
[ 1.]

lab-09-x-xor-nn-back_prop.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@
9999

100100

101101
'''
102-
Hypothesis: [[ 0.07884014]
103-
[ 0.88706875]
104-
[ 0.94088489]
105-
[ 0.04933683]]
102+
Hypothesis: [[ 0.01338224]
103+
[ 0.98166382]
104+
[ 0.98809403]
105+
[ 0.01135806]]
106106
Correct: [[ 0.]
107107
[ 1.]
108108
[ 1.]

0 commit comments

Comments
 (0)