Model Pipeline - Sequential model shortcut
This pipeline shows how a simple neural network model is built quickly using PyTorch's Sequential shortcut. It processes input data, trains the model to improve predictions, and then makes predictions on new data.