Skip to content

Commit

Permalink
Hotfix/lab09: Results (hunkim#185)
Browse files Browse the repository at this point in the history
* 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’
  • Loading branch information
syenpark authored and kkweon committed Jun 27, 2017
1 parent 7e11772 commit bbb5efb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions lab-09-3-xor-nn-wide-deep.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@


'''
Hypothesis: [[ 0.01338218]
[ 0.98166394]
[ 0.98809403]
[ 0.01135799]]
Hypothesis: [[ 7.80511764e-04]
[ 9.99238133e-01]
[ 9.98379230e-01]
[ 1.55659032e-03]]
Correct: [[ 0.]
[ 1.]
[ 1.]
Expand Down
8 changes: 4 additions & 4 deletions lab-09-4-xor_tensorboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@


'''
Hypothesis: [[ 0.01338218]
[ 0.98166394]
[ 0.98809403]
[ 0.01135799]]
Hypothesis: [[ 6.13103184e-05]
[ 9.99936938e-01]
[ 9.99950767e-01]
[ 5.97514772e-05]]
Correct: [[ 0.]
[ 1.]
[ 1.]
Expand Down
8 changes: 4 additions & 4 deletions lab-09-x-xor-nn-back_prop.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@


'''
Hypothesis: [[ 0.07884014]
[ 0.88706875]
[ 0.94088489]
[ 0.04933683]]
Hypothesis: [[ 0.01338224]
[ 0.98166382]
[ 0.98809403]
[ 0.01135806]]
Correct: [[ 0.]
[ 1.]
[ 1.]
Expand Down

0 comments on commit bbb5efb

Please sign in to comment.