Experiment - Why deep learning handles complex patterns
Problem:We want to understand why deep learning models can learn complex patterns better than simple models. Currently, a shallow neural network with one hidden layer is trained on a dataset with complex patterns, but it struggles to capture them well.
Current Metrics:Training accuracy: 85%, Validation accuracy: 70%, Loss: 0.45
Issue:The model underfits the data because it is too simple to capture complex patterns, resulting in low validation accuracy.