Skip to content
/ Module-1 Public template
forked from minitorch/Module-1

Module 1 - Autodifferentiation

Notifications You must be signed in to change notification settings

alikolling/Module-1

 
 

Repository files navigation

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

Results from the training:

Simple(Hidden layers = 2, Learning Rate = 0.05):

Result:

Loss:

Split(Hidden layers = 3, Learning Rate = 0.5):

Result:

Loss:

Diag(Hidden layers = 6, Learning Rate = 0.1):

Result:

Loss:

XOR(Hidden layers = 10, Learning Rate = 0.5):

Result:

Loss:

About

Module 1 - Autodifferentiation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%