Model Pipeline - Flatten and Dense layers
This pipeline shows how a simple neural network uses Flatten and Dense layers to learn from image data. The Flatten layer changes the image from a grid of pixels into a list of numbers. Then, Dense layers learn patterns from this list to make predictions.