Skip to content

This small project was created as a part of the CS50ai 2024 course. The CNN was trained on the GTSRB dataset with the following results on the final model. The model has a training accuracy of 93.63% and testing accuracy of 96.83% which indicate strong model performance.

Notifications You must be signed in to change notification settings

Vishesh-Mistry/Traffic-sign-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

This small project was created as a part of the CS50ai 2024 course. The CNN was trained on the GTSRB dataset with the following results on the final model.

The training and testing metrics indicate strong model performance, with training accuracy of 93.63% and testing accuracy of 96.83%. The precision and recall values are also high, meaning that the model has good generalization and is effectively handling both false positives and false negatives.

training:

  • accuracy: 0.9363 - loss: 0.1927 - precision: 0.9535 - recall: 0.9233

testing:

  • accuracy: 0.9683 - loss: 0.1042 - precision: 0.9755 - recall: 0.9632

About

This small project was created as a part of the CS50ai 2024 course. The CNN was trained on the GTSRB dataset with the following results on the final model. The model has a training accuracy of 93.63% and testing accuracy of 96.83% which indicate strong model performance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages