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

Test Accuracy change in according to CNN paramters #1

Open
omonimus1 opened this issue Jan 26, 2022 · 0 comments
Open

Test Accuracy change in according to CNN paramters #1

omonimus1 opened this issue Jan 26, 2022 · 0 comments
Assignees
Milestone

Comments

@omonimus1
Copy link
Owner

  • [] Show distribution of images (to see if there is any overlap).
  • [] Document meaning of filters and kernel size
  • [] Document what happens when we change the number of filters and kernel size
   #  learn a total of 32 filters, kernel size 3x3
model.add(Conv2D(32, (3, 3), input_shape=(150,150,3), padding="Same", activation='relu'))```

https://colab.research.google.com/drive/1vB-dbbEZJi9fIycovXlgDcW5Pc8k2zt8

@omonimus1 omonimus1 added this to the sprint 6 milestone Jan 26, 2022
@omonimus1 omonimus1 self-assigned this Jan 26, 2022
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

No branches or pull requests

1 participant