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

Performed Image Classification #80 #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NeonKazuha
Copy link
Contributor

@NeonKazuha NeonKazuha commented Mar 23, 2024

  • Performed data Cleaning by removing images that were not in a suitable format( .png, .jpg, etc.)

image
This is done for images of all classes i.e. all 229 classes in the testing set.

  • Load the Data:

image

  • Scale Data:

image

  • Then the data is split into Training, Validation and Testing sets.

  • Build a Model using CNN using keras layers: Dense, Dropout, Flatten, Activation and keras model Sequential.

  • Compile this Model.

image

  • Summary of the model:

image

  • Use Tensorboard to create graphs:

image

  • Fit the data into the Model:

image

  • Plot Performance Graphs:

image

  • Test the model:

image

  • Save the Model.

image

Ps: The log files have also been added.
Couldn't do it in Collab as the files could not be uploaded.

Solved Issue #80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant