07 04 Linear Regression In PyTorch

preview_player
Показать описание
Linear regression models linear relationships between a dependent and independent variable. In this video, I demonstrate how to build a linear regression model from scratch in PyTorch to automatically learn how to convert temperatures from celcius to fahrenheit.

Рекомендации по теме
Комментарии
Автор

My simple intuition on the torch.no_grad() blocks here is that m and b were created "by hand" as a leaf, do not update how it was created in terms of operations. Thanks

kennedyopokuasare