Learn practical skills, build real-world projects, and advance your career
cognitiveclass.ai logo

Linear Regression 1D: Training One Parameter

Objective

  • How to create cost or criterion function using MSE (Mean Square Error).

Table of Contents

In this lab, you will train a model with PyTorch by using data that you created. The model only has one parameter: the slope.

Estimated Time Needed: 20 min