You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Participants are required to create a Convolutional Neural Network (CNN) model for the given dataset that achieves at least 40% accuracy on the test data. The model must follow the specified requirements to ensure consistency and quality.
You are given the Task3.ipynb. You can either copy it a the end of your task2 notebook OR Write the code specified in the notebook again. Show clear output of all the cells.
Requirements:
Directory Structure:
Ensure the directory structure adheres to what was outlined in Task 1.
File naming conventions must remain consistent with the guidelines in Task 1.
Data Handling:
Use ImageDataGenerator for preprocessing and augmentation.
The validation set can be created within the ImageDataGenerator itself. If there exists a separate directory of validation_set then it can be used for validation. No issues!
Apply necessary augmentation techniques to enhance model performance.
Ensure the dataset is balanced for better results.
Model Details:
The CNN model must be custom-built (no pre-trained models allowed).
Set verbose=1 in the model.fit() method to display accuracy, loss, validation accuracy, and validation loss during training.
Evaluation Metrics:
After training, print the following metrics on the test set:
Test Loss
Test Accuracy
Visualization:
Include the following plots in your notebook:
Accuracy vs Validation Accuracy
Loss vs Validation Loss
Submission Guidelines:
Provide the Colab Notebook link in a file named Task3_solutions/rollno.txt (e.g., iit2023098.txt).
Merry Christmas contributors!
Task Overview:
Participants are required to create a Convolutional Neural Network (CNN) model for the given dataset that achieves at least 40% accuracy on the test data. The model must follow the specified requirements to ensure consistency and quality.
You are given the Task3.ipynb. You can either copy it a the end of your task2 notebook OR Write the code specified in the notebook again. Show clear output of all the cells.
Requirements:
Directory Structure:
Data Handling:
Model Details:
model.fit()
method to display accuracy, loss, validation accuracy, and validation loss during training.Evaluation Metrics:
Visualization:
Submission Guidelines:
Task3_solutions/rollno.txt
(e.g.,iit2023098.txt
).Important Notes:
Deliverables:
Task3_solutions/rollno.txt
file.- Is a large dataset helpful?
The text was updated successfully, but these errors were encountered: