tcbegley / Module-0

Module 0 - Fundamentals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MiniTorch Module 0

My solutions to module 0 of minitorch

Task 0.5

For the final task in this module we manually fit a minitorch model to a dataset using a streamlit app. Below are the parameters I chose and the resulting fit

Parameters:

  • linear.weight_0_0: -7.22
  • linear.weight_1_0: 0.32
  • linear.bias_0: 3.47

Manual classifier

About

Module 0 - Fundamentals


Languages

Language:Python 100.0%