Build a Neural Network using PyTorch
Build a neural network using Linear Transformation
We will build a neural network for the following diagram. In the diagram, we have:
- 4 input features
- 2 hidden layers with 6 neurons each
- 1 output layer with 2 neurons