Niketkumardheeryan / ML-CaPsule

ML-capsule is a Project for beginners and experienced data science Enthusiasts who don't have a mentor or guidance and wish to learn Machine learning. Using our repo they can learn ML, DL, and many related technologies with different real-world projects and become Interview ready.
MIT License
333 stars 294 forks source link

Add Content : "Building a PyTorch Linear model" #791

Open kRiShNa-429407 opened 3 weeks ago

kRiShNa-429407 commented 3 weeks ago

Want to add content about PyTorch Building a linear model.

In this I will replicate a standard linear regression model using pure PyTorch.

I'll use linear regression to create the data with known parameters (things that can be learned by a model) and then I'll use PyTorch to see if we can build model to estimate these parameters using gradient descent.