Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assignment 3 Due 2 4 May by 2 3 : 5 9 Points 4 2 Submitting an external tool Available after 6 May at 0
Assignment
Due May by : Points Submitting an external tool Available after May at :
In this assignment, you will implement different deeplearning networks to classify images of hands in poses that correspond to letters in American Sign Language. The dataset is contained in the assignment zip file, along with some images and a text file describing the dataset. It is similar in many ways to other MNIST datasets.
The American Sign Language letter database of hand gestures represents a multiclass problem with classes of letters excluding J and Z which require motion The dataset format is patterned to match closely with the classic MNIST. Each training and test case represents a label as a onetoone map for each alphabetic letter AZ and no cases for J or Z because of gesture motions The training data cases and test data cases are approximately half the size of the standard MNIST but otherwise similar with a header row of labels, which represents a single x pixel image with grayscale values between
Downloads:
Train and test datasetsDownload Train and test datasets
new sampleDownload new sample
This zip file Download This zip filecontains a Jupyter Notebook template.
IMPORTANT
Train all the models locally on your own machine. No model training should occur on Gradescope GS
After completing the training, upload the trained models' h files and their training histories along with your notebook to GS
bestdnnbnmodel.keras
bestdnnbnperfmodel.keras
bestdnnselumodel.keras
bestmobilenetmodel.keras
history
history
historyperf
historymb
To avoid any confusion and poor training on GS please remember to comment out the training code in your notebook before uploading it to GS
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started