Learn practical skills, build real-world projects, and advance your career
Created 4 years ago
Linear Regression
Linear Regression Data

Linear Regression Visualization

Linear Regression model
Feedfoward Neural Network
Conceptually, you think of feedforward neural networks as two or more linear regression models stacked on top of one another with a non-linear activation function applied between them.

To use a feedforward neural network instead of linear regression, we can extend the nn.Module
class from PyTorch.
!pip install jovian --upgrade -q
import jovian