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
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.
Full Name
Varunshiyam
Participant Role
Gssoc, hacktoberfest
The text was updated successfully, but these errors were encountered:
✅ This issue has been closed. Thank you for your contribution! If you have any further questions or issues, feel free to join our community on Discord to discuss more!
Have you completed your first issue?
Guidelines
Latest Merged PR Link
Pr : #930
Project Description
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.
Full Name
Varunshiyam
Participant Role
Gssoc, hacktoberfest
The text was updated successfully, but these errors were encountered: