Exercise
Clone and Edit the World.
- Change things in the "tweaker's box".
- Switch between displaying all squares or just the 4 main squares.
- See what happens when you:
- Change the learning rate to 0.
- Change the learning rate to 0.01.
- Change the learning rate to 10.
- See what happens when you:
- Reduce hidden nodes to 1.
- Increase hidden nodes to 50.
- See what happens when you:
- Change randomWeight to return zero.
- Change randomWeight to return constant.
- Change the exemplars to represent a different function (across 0,1).
Tweak it to successfully learn that function from exemplars.