Ask Your Question
2

What could be behind the neural network's poor performance on the testing data, despite it showing high accuracy on the training data?

asked 2023-06-02 08:38:12 +0000

huitzilopochtli gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-06-02 09:00:02 +0000

pufferfish gravatar image

There are several potential reasons for the neural network's poor performance on testing data despite high accuracy on training data, including:

  1. Overfitting: The neural network may have learned the training data too well, memorizing specific examples rather than learning general patterns. As a result, the network may struggle to generalize to new, unseen data.

  2. Data mismatch: The training data may not be representative of the testing data, leading the network to perform poorly on the latter. This can occur if the testing data comes from a different distribution or has different characteristics than the training data.

  3. Limited data: The neural network may not have enough training data to learn the patterns necessary to perform well on the testing data. In this case, acquiring more data or using data augmentation techniques may be helpful.

  4. Model complexity: The neural network may be too complex for the given problem, leading to overfitting and poor generalization. Simplifying the model architecture or using regularization techniques may help.

  5. Hyperparameter tuning: The neural network's hyperparameters (e.g., learning rate, number of layers) may not be optimized for the given problem, leading to suboptimal performance. Adjusting these hyperparameters may improve the network's performance on the testing data.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-02 08:38:12 +0000

Seen: 15 times

Last updated: Jun 02 '23