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

93% accuracy attained with a simple CNN #14

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

93% accuracy attained with a simple CNN #14

wants to merge 12 commits into from

Commits on Feb 3, 2020

  1. Create conv-net tensorflow model 93%

    Basic CNN model using TensorFlow 2.0
    benchmarks at 93% balanced accuracy with base version
    VicHofs authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    6c76139 View commit details
    Browse the repository at this point in the history
  2. Notebook format

    Original Jupyter Notebook with outputs and benchmarks.
    VicHofs authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    a611f41 View commit details
    Browse the repository at this point in the history
  3. conv-net TensorFlow model full code

    Full code not in Notebook format
    VicHofs authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    fd3d574 View commit details
    Browse the repository at this point in the history
  4. Update k49 conv-net.ipynb

    VicHofs authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    94877d7 View commit details
    Browse the repository at this point in the history
  5. Add notebook format

    Jupyter Notebook format of code
    VicHofs authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    c19b637 View commit details
    Browse the repository at this point in the history
  6. Delete k49 conv-net.ipynb

    VicHofs authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    2b566f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    72d85d9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9b829ce View commit details
    Browse the repository at this point in the history
  9. Add Notebook format

    Jupyter Notebook format with complete code
    VicHofs authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    46e08b0 View commit details
    Browse the repository at this point in the history
  10. Update README.md

    VicHofs authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    2b063db View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Configuration menu
    Copy the full SHA
    abfd519 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f53d3d View commit details
    Browse the repository at this point in the history