Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model performance #1

Open
nandu-ncs opened this issue Apr 5, 2023 · 2 comments
Open

Model performance #1

nandu-ncs opened this issue Apr 5, 2023 · 2 comments

Comments

@nandu-ncs
Copy link

With 1.6438261270523071 loss and 0.5646336674690247 accuracy, how could you get that predictions and confusion matrix so accurate.

@dinachoir
Copy link
Owner

The model performance is not good, because the training is only applied to 10% of the total training dataset. This section is only an experiment to show that with only 10% of the training dataset and the use of transfer learning, we can achieve 'not so bad' performance. In real life case, you will do many experiments to find the most effective model for your dataset, that's why you will train the model with 10% of total training dataset first. Training with 100% of training dataset is here:
https://github.com/dinachoir/Convolutional-Neural-Network/blob/main/Food%20Image%20Recognition.ipynb

@nandu-ncs
Copy link
Author

So, may I know the model and parameters under which you got that confusion matrix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants