You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe:
The current face expression recommendation system uses MobileNet, and there is a need to evaluate a custom CNN model built from scratch. Additionally, confusion matrix and ROC plots for model evaluation are not present.
Describe the solution you'd like:
Currently the accuracy using MobileNet is around 55% but I have implemented a custom CNN for face expression recommendation, which achieves an accuracy of 64.33%. I propose adding this model to the repository and generating AUC plots to evaluate its performance alongside MobileNet.
Describe alternatives you've considered:
The current MobileNet model is a solid choice, but using a custom CNN offers a different perspective and provides an alternative that could be useful for comparisons.
Approach :
Integrate the custom CNN model and its performance evaluation.
Generate AUC plots for both the MobileNet and custom CNN models.
Compare and display results, including confusion matrix and ROC scores.
Additional context:
The custom CNN model is designed to offer an alternative to MobileNet, and the AUC plots will help evaluate and compare the performance of both models.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe:
The current face expression recommendation system uses MobileNet, and there is a need to evaluate a custom CNN model built from scratch. Additionally, confusion matrix and ROC plots for model evaluation are not present.
Describe the solution you'd like:
Currently the accuracy using MobileNet is around 55% but I have implemented a custom CNN for face expression recommendation, which achieves an accuracy of 64.33%. I propose adding this model to the repository and generating AUC plots to evaluate its performance alongside MobileNet.
Describe alternatives you've considered:
The current MobileNet model is a solid choice, but using a custom CNN offers a different perspective and provides an alternative that could be useful for comparisons.
Approach :
The custom CNN model is designed to offer an alternative to MobileNet, and the AUC plots will help evaluate and compare the performance of both models.
The text was updated successfully, but these errors were encountered: