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

Added Hyperparameter Challenge of Titanic and MNIST_CNN #19

Merged
merged 9 commits into from
Oct 18, 2020

Conversation

omkarghugarkar007
Copy link
Contributor

@omkarghugarkar007 omkarghugarkar007 commented Oct 11, 2020

The accuracy of the test set is 87.45% and the prediction file added.
Hyper-Parameters tuned

  1. Layer 1 - 64 nodes
  2. Layer 2 -32 nodes
    3.Layer 3 -32 nodes
  3. Optimizer - Adam
  4. Learning rate - 0.01
  5. epochs - 50
  6. Batch Normalization added
    Titanic - Hyperparameter tuning #10

@omkarghugarkar007
Copy link
Contributor Author

omkarghugarkar007 commented Oct 12, 2020

Worked on the MNIST_CNN and got an accuracy of 98.25%

  1. Added 3 Conv2D layers of filters 32,64 and 128
  2. Added 128 nodes to the dense layer
  3. Created a validation split of 0.2
    Task-1 [MNIST dataset] #1

@omkarghugarkar007 omkarghugarkar007 changed the title Completed Hyperparameter Challenge Worked on Hyperparameter Challenge of Titanic and MNIST_CNN and got expected accuracies Oct 12, 2020
@omkarghugarkar007 omkarghugarkar007 changed the title Worked on Hyperparameter Challenge of Titanic and MNIST_CNN and got expected accuracies Added Hyperparameter Challenge of Titanic and MNIST_CNN Oct 12, 2020
@dev9318
Copy link
Contributor

dev9318 commented Oct 12, 2020

Change the name of the file to TASK(no. of the task)_(your initials).

@omkarghugarkar007
Copy link
Contributor Author

Yes, I have changed the names now. Thanks!

Copy link
Contributor

@Aakriti28 Aakriti28 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, do not commit your .ipynb checkpoints or changes to other files that do not involve your task done. Just take a look at the files changed once. Rest looks good!

@omkarghugarkar007
Copy link
Contributor Author

Yeah done, I deleted the checkpoints. Rest files are good, only 2 tasks which I have completed, those files are changed. Thanks!

@omkarghugarkar007
Copy link
Contributor Author

Is there any further change required and then it will be merged?

@Aakriti28 Aakriti28 merged commit ac2252a into wncc:master Oct 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants