-
Notifications
You must be signed in to change notification settings - Fork 269
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 ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels