Successful CNN Math Symbol Detection Model #7
Madacool01
started this conversation in
Show and tell
Replies: 1 comment
|
Just a follow-up, after some research, I found out that getting 100% accuracy on the very first Epoch on a Complex Computer Vision task is practically impossible, and my suspicion was confirmed after I noticed the output:
Since it had only 1 choice, it was 100% accurate! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
After writting the code for the CNN Math Symbol Detection model for my Air-Math project ( #6 ) in Google Colab, the results turned out surprisingly good. Take a look:

Using Google Colab's free NVIDIA T4 GPU, I was able to train this model with 100% accuracy in ~15 min. As seen in the picture, the model had successfully been trained on the dataset from Kagglehub, as we can see it achieves a score of 100% on the Validation Set (20% of the Dataset) on the very first Epoch (The number of times the model will be trained on the dataset). The next step would be to integrate this model into my CV script to detect the symbols, and later send them to Sympy or Wolfram Alpha
All reactions