Fixes Issue #972 ASL | Deep Learning #974
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request for PyVerse 💡
Requesting to submit a pull request to the PyVerse repository.
Issue Title
ASL | Transfer Learning and Fine-tuning for Sign Language
Info about the Related Issue
This project demonstrates the application of transfer learning to classify American Sign Language (ASL) expressions. Two popular CNN architectures, InceptionV3 and ResNet50, are employed as base models with pre-trained weights from ImageNet. The models are fine-tuned on an ASL dataset, leveraging their learned feature representations for improved accuracy. The training process includes data augmentation and employs the Adam optimizer with a categorical cross-entropy loss function. The performance of both models is evaluated and compared, showcasing the effectiveness of transfer learning for ASL classification and its potential for communication support applications.
Name
Varunshiyam
GitHub ID
Varunshiyam
Email ID
varunshiyam.analyst@gmail.com
Identify Yourself
Gssoc, hacktoberfest
Closes
Enter the issue number that will be closed through this PR.
Issue #972
Describe the Add-ons or Changes You've Made
Added up my Project File
Type of Change
Select the type of change:
How Has This Been Tested?
I have Tested these Codes Several Times and Also verified with my Mentors.
Checklist
Please confirm the following: