Instructions:
• Use the numpad to select MNIST digits and see real CNN processing
• Click "Draw Your Own" to draw custom digits for classification
• Watch feature maps update as data flows through each layer
• Start at epoch 0 (random weights) and step through training
• Click "Train Epoch" to advance one training epoch at a time
• Observe how feature maps evolve as the network learns
Training Process:
• Real Model States: Each epoch uses actual trained weights
• Loss Function: Cross-entropy loss for multi-class classification
• Optimizer: Adam optimizer with learning rate 0.001
• Performance: Watch accuracy improve from 10% to 95%+