-
Overview: https://minitorch.github.io/module1.html
This assignment requires the following files from the previous assignments.
minitorch/operators.py
minitorch/module.py
X tests/test_module.py
X tests/test_operators.py
project/run_manual.py
Train a scalar model for each of the 4 main datasets.
Add the output training logs and final images to your README file.
Hidden layer: 2
Learning Rate: 0.5
Number of epochs: 500
Hidden layer: 8
Learning Rate: 0.5
Number of epochs: 1000
Hidden layer: 8
Learning Rate: 0.5
Number of epochs: 500
Hidden layer: 8
Learning Rate: 0.5
Number of epochs: 500
Hidden layer: 10
Learning Rate: 0.5
Number of epochs: 1000