Model Pipeline - Loss functions (MSE, cross-entropy)
This pipeline shows how a simple neural network learns to predict numbers using two common loss functions: Mean Squared Error (MSE) for regression and Cross-Entropy for classification. The loss functions measure how far the model's guesses are from the true answers, helping the model improve step by step.