Experiment - Model parameters inspection
Problem:You have trained a simple neural network on a classification task. You want to understand the model better by inspecting its parameters such as weights and biases.
Current Metrics:Training accuracy: 85%, Validation accuracy: 82%
Issue:You do not know how to access and interpret the model's parameters to verify their shapes and values.