Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Linear Regression Model (PyTorch)

This project uses a simple linear regression model built with PyTorch to predict values using the formula y = wx + b.

  • The model learns the best weight (w) and bias (b) by comparing its predictions to real data and adjusting these parameters to reduce the error.
  • Training involves feeding in data, calculating how wrong the predictions are (the loss), and updating the model to improve its accuracy over time.
  • The final model can make predictions on new data based on what it has learned.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages