Open
Description
with a value of 300 in the training loop I see this output:
Output for [0, 0] is 0.
Output for [0, 1] is 1.
Output for [1, 0] is 1.
Output for [1, 1] is 1.
changing the loop to 350 gives:
Output for [0, 0] is 0.
Output for [0, 1] is 1.
Output for [1, 0] is 1.
Output for [1, 1] is 0.
Was this done on purpose to show some kind of limitation of back propagation ?
Metadata
Metadata
Assignees
Labels
No labels