Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.41 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.41 KB

MiniTorch Module 1

This assignment requires the following files from the previous assignments.

    minitorch/operators.py minitorch/module.py tests/test_module.py tests/test_operators.py project/run_manual.py

Resulting plots: SIMPLE (hidden_layers=2):

simple simple_loss

SPLIT (hidden_layers=3):

split split_loss

DIAG (hidden_layers = 6):

diag diag_loss

XOR (hidden_layers = 10, epochs=550):

xor xor_loss