Learn practical skills, build real-world projects, and advance your career

linear-regression

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="linear-regression")
[jovian] Updating notebook "anvith77/linear-regression" on https://jovian.ai [jovian] Committed successfully! https://jovian.ai/anvith77/linear-regression
# importing libraries 
import torch 
import numpy as np
import seaborn as sns
import matplotlib.pyplot as plt