Skip to content

shaiic/minitorch-module-1-ddebby

Repository files navigation

MiniTorch Module 1

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

HW1_5

Train a scalar model for each of the 4 main datasets.

Add the output training logs and final images to your README file.

Dataset01: Simple

Hidden layer: 2

Learning Rate: 0.5

Number of epochs: 500

image-20211028132942187

image-20211028132953908

Dataset02: Diag

Hidden layer: 8

Learning Rate: 0.5

Number of epochs: 1000

image-20211028132748677

image-20211028132808475

Dataset03: Split

Hidden layer: 8

Learning Rate: 0.5

Number of epochs: 500

image-20211028133236078

image-20211028133245632

Dataset03: Xor

Hidden layer: 8

Learning Rate: 0.5

Number of epochs: 500

image-20211028133534216

image-20211028133544719

150点

Hidden layer: 10

Learning Rate: 0.5

Number of epochs: 1000

image-20211028143648421

image-20211028143659280

About

minitorch-module-1-ddebby created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages