Sign Language
Sign Language
on Hands Symbols
Classification
Content
● Introduction
● Motivation
● Problem statement
● Objective
● Literature review
● Dataset description
● Proposed work
● Result
● Conclusion and Future work
● References
Introduction
● We analyze 4,800 images of sign images which is ISL of the English alphabet,
which have a spread of 26 class labels assigned to them. Each class label is a set of
sign images of the English alphabet.
● All the images are resized to 640 x 480 pixels, and we perform both the model
optimization and predictions on these downscaled images.
Cont.
● Below figure shows an example from every class of sign images dataset.
Proposed Work
● Inimpaired
this work, we proposed an idea for feasible communication between hearing
and normal person with the help of-
• Deep Learning
■ CNN
■ AlexNet
• Machine Learning
■ SVM
■ Random Forest
■ KNN
Cont.
● CNN
• SGD optimizer with learning rate 0.01 and dropout 0.25
• Model Accuracy
■ Accuracy: 98.74%
• Model Loss
■ Loss: 6.53%
Cont.
● AlexNet
• SGD optimizer with learning rate 0.01, momentum 0.9, nesterov and dropout 0.25
• Model Accuracy
■ Accuracy: 99.79%
• Model Loss
■ Loss: 0.79%
Cont.
● Machine Learning
• SVM: 91.226%
• Random Forest: 95.719%
• KNN: 87.542%
Conclusion and Future Work