Model Pipeline - __init__ for layers
This pipeline shows how a simple neural network is built using PyTorch layers initialized in the __init__ method. It demonstrates how data flows through the network, how training improves the model, and how predictions are made.