Created 5 years ago
Introduction to Machine Learning
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