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

Assignment 1 #18

Closed
wants to merge 4 commits into from
Closed

Assignment 1 #18

wants to merge 4 commits into from

Conversation

monzchan
Copy link

@monzchan monzchan commented Aug 4, 2024

What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)

Doing image classification. Load and explore the CIFAR-100 Dataset, build a baseline CNN model, compile the model, trains the model, and evaluate the model performance

What did you learn from the changes you have made?

Learned the skills of building CNN model such as Conv2D, MaxPooling2D, Flatten, Dense etc. And, how to improve the model performance.

Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?

Modifying the hyperparameters such as like optimizers, the number of layers

Were there any challenges? If so, what issue(s) did you face? How did you overcome it?

It takes a long time for model training. Utilize techniques like early stopping, where training halts when the model’s performance stops improving, or implement checkpointing to save progress and resume later.

How were these changes tested?

Visualizing and analyzing the result in the Workspace

A reference to a related issue in your repository (if applicable)

Checklist

  • [V ] I can confirm that my changes are working as intended

Copy link

github-actions bot commented Aug 4, 2024

Hello, thank you for your contribution. If you are a participant, please close this pull request and open it in your own forked repository instead of here. Please read the instructions on your onboarding Assignment Submission Guide more carefully. If you are not a participant, please give us up to 72 hours to review your PR. Alternatively, you can reach out to us directly to expedite the review process.

@monzchan monzchan closed this Aug 4, 2024
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