Pytorch: Linear Regression Model
Setup for Pytorch Docker:https://hashnode.com/post/clkyeorvg000709l620tj4poy
Data
Let's create linear data with known parameters.
#Hyperparamers
weight_true = 3.5 and bias_true = 2.5
Create a tensor X starting with 0 and ending with 5.
# Create rando...
applied-ai.hashnode.dev6 min read