-
Notifications
You must be signed in to change notification settings - Fork 98
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
93% accuracy attained with a simple CNN #14
base: master
Are you sure you want to change the base?
Conversation
Basic CNN model using TensorFlow 2.0 benchmarks at 93% balanced accuracy with base version
Original Jupyter Notebook with outputs and benchmarks.
Full code not in Notebook format
Jupyter Notebook format of code
Jupyter Notebook format with complete code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! I'm happy to add your results to the table, but I think it would be best if your model was in a separate repo that we can link into, instead of in the root of this one.
Alright. Is there a preferred format I should follow in the repo? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove model files from pull request fork
Hey, I created a basic CNN with TensorFlow and got 93% balanced accuracy. Added it to the benchmarks, feel free to add it to main if deemed relevant.
P.S.: added code for reference and edited benchmarks table.