SlideShare una empresa de Scribd logo
1 de 22
Sign Language Recognition based
on Hands Symbols Classification
Guided by: Dr.S.R.Balasundaram
(Professor)
Presented by: Triloki Gupta
M.Tech(Data Analytics)
205217006
Department of Computer Application1/17/2019 1
Content
● Introduction
● Motivation
● Problem statement
● Objective
● Literature review
● Dataset description
● Proposed work
● Result
● Conclusion and Future work
● References
1/17/2019 2
Department of Computer Application
Introduction
● The world is hardly live without communication, no matter
whether it is in the form of texture, voice or visual
expression.
● The communication among the deaf and dumb people is
carried by text and visual expressions.
● Gestural communication is always in the scope of
confidential and secure communication.
● Hands and facial parts are immensely influential to express
the thoughts of human in confidential communication.
1/17/2019 3
Department of Computer Application
Motivation
● Sign language is learned by deaf and dumb, and usually it is
not known to normal people, so it becomes a challenge for
communication between a normal and hearing impaired
person.
● Its strike to our mind to bridge the between hearing
impaired and normal people to make the communication
easier.
● Sign language recognition (SLR) system takes an input
expression from the hearing impaired person gives output to
the normal person in the form text or voice.
1/17/2019 4
Department of Computer Application
Problem Statement
● Understanding the exact context of symbolic
expressions of deaf and dumb people is the
challenging job in real life until unless it is properly
specified.
1/17/2019 5
Department of Computer Application
Objective
● Communication is always having a great impact in
every domain and how it is considered the
meaning of the thoughts and expressions that
attract the researchers to bridge this gap for every
living being.
● The objective of this project is to identify the
symbolic expression through images so that the
communication gap between a normal and hearing
impaired person can be easily bridged.
1/17/2019 6
Department of Computer Application
Literature Review
1/17/2019 7
Author Publication Year Problem Methodolog
y
Remark
Naresh Kumar ICCCA 2017 Hand Sign
Language
Recognition
SVM & LDA Classification
to recognition
sign language
symbols
(97.3%).
Tse-Yu Pan,
Li-Yun Lo,
Chung-Wei
Yeh, Jhe-Wei
Li, Hou-Tim
Liu, Min-
Chun Hu
IEEE 2016 Real-time Sign
Language
Recognition
SVM, PCA &
LDA
Images of the
same gesture
were captured
in different
lighting
Conditions
(94%)
Department of Computer Application
Cont.
Author Publication Year Problem Methodolog
y
Remark
Salem Ameen,
Sunil Vadera
University of
Salford
2017 Classify American
Sign Language
Fingerspelling from
Depth and Colour
Images
CNN This paper
explores the
applicability of
deep learning for
interpreting sign
language,
precision of 82%
and recall of
80%.
Arabic sign
language
recognition with
3D
convolutional
neural networks
IEEE 2017 3D Convolutional
Neural Network
(CNN) was used to
recognize 25
gestures from an
Arabic sign
language dictionary
CNN The system
achieved 98%
accuracy for
observed data
and 85% average
accuracy for new
data.
1/17/2019 8
Department of Computer Application
Dataset description
1/17/2019 9
● 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.
Department of Computer Application
Cont.
1/17/2019 10
● Below figure shows an example from every class of sign images dataset.
Department of Computer Application
Proposed Work
● In this work, we proposed an idea for feasible communication between hearing
impaired and normal person with the help of-
• Deep Learning
■CNN
■AlexNet
• Machine Learning
■SVM
■Random Forest
■KNN
1/17/2019 11
Department of Computer Application
Cont.
Work flow Diagram:
1/17/2019 12
Department of Computer Application
Cont.
Figure. Typical Convolutional Neural Network Architecture
1/17/2019 13
Department of Computer Application
Cont.
Figure. Typical AlexNet Architecture
1/17/2019 14
Department of Computer Application
Result
● CNN
• SGD optimizer with learning rate 0.01 and dropout 0.25
• Model Accuracy
■ Accuracy: 98.74%
• Model Loss
■ Loss: 6.53%
1/17/2019 15
Department of Computer Application
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%
1/17/2019 16
Department of Computer Application
Cont.
Comparison table of CNNs and AlexNet:
1/17/2019 17
Model Optimizer Dropout Learning
rate
Momentum Nestrove Accuracy
%
CNNs SGD 0.25 0.01 --- --- 98.74
CNNs SGD 0.50 0.01 --- --- 98.74
AlexNet SGD 0.25 0.01 98.42
AlexNet SGD 0.50 0.01 --- --- 95.70
AlexNet SGD 0.25 0.01 0.9 True 99.79
AlexNet SGD 0.50 0.01 0.9 True 99.79
AlexNet Adam 0.25 0.001 --- --- 99.69
AlexNet Adam 0.50 0.001 --- --- 99.58
Department of Computer Application
Cont.
1/17/2019 18
● Machine Learning
• SVM: 91.226%
• Random Forest: 95.719%
• KNN: 87.542%
Department of Computer Application
Conclusion and Future Work
● In this project, we proposed an idea for feasible
communication between hearing impaired and normal person
with the help of deep learning and machine learning approach.
● This proposed work ensures the accuracy of 91.22% using
SVM, 95.71% using Random Forest, 87.54% using KNN,
98.74% using CNN and 99.79 using AlexNet.
● There is ever the sounding challenge to develop a sign
language system in data the collection remains invariant of the
unconstraint environment. This project can be extended to the
real time data.
1/17/2019 19
Department of Computer Application
References
[1] Ameen, S., & Vadera, S. (2017). A convolutional neural network to
classify American Sign Language fingerspelling from depth and colour
images. Expert Systems.
[2] Naresh Kumar(2017). Sign Language Recognition for Hearing Impaired
People based on Hands Symbols Classification. International Conference on
Computing, Communication and Automation (ICCCA2017)
[3] Menna ElBadawy, A. S. Elons, Howida A. Shedeed and M. F. Tolba.
Arabic sign language recognition with 3D convolutional neural networks. 2017
Eighth International Conference on Intelligent Computing and Information
Systems (ICICIS)
[4] Pan, T. Y., Lo, L. Y., Yeh, C. W., Li, J. W., Liu, H. T., & Hu, M. C.(2016,
April). Real-time sign language recognition in complex background scene
based on a hierarchical clustering classification method. In Multimedia Big
Data (BigMM), 2016 IEEE Second International Conference on (pp. 64-67).
IEEE.
1/17/2019 20
Department of Computer Application
Cont.
[5] Pigou, L., Dieleman, S., Kindermans, P. J., & Schrauwen, B. (2014,
September). Sign language recognition using convolutional neural networks.
In Workshop at the European Conference on Computer Vision (pp. 572-578).
Springer International Publishing.
[6] Sutskever, I., Martens, J., Dahl, G., Hinton, G.: On the importance of
initialization and momentum in deep learning. In: Proceedings of the 30th
International Conference on Machine Learning (ICML-13). pp. 1139{1147
(2013)
[7] Tao Liu, Wengang Zhou, and Houqiang Li. Sign Language Recognition
With Long Short-Term Memory . 2016 IEEE International Conference on
Image Processing (ICIP)
1/17/2019 21
Department of Computer Application
1/17/2019 22
Department of Computer Application

Más contenido relacionado

La actualidad más candente

ppt of gesture recognition
ppt of gesture recognitionppt of gesture recognition
ppt of gesture recognition
Aayush Agrawal
 
Sign Language Translator
Sign Language TranslatorSign Language Translator
Sign Language Translator
Manjari Raj
 

La actualidad más candente (20)

Homomorphic filtering
Homomorphic filteringHomomorphic filtering
Homomorphic filtering
 
Aneka platform
Aneka platformAneka platform
Aneka platform
 
Sign Language Recognition System.pptx
Sign Language Recognition System.pptxSign Language Recognition System.pptx
Sign Language Recognition System.pptx
 
Image captioning
Image captioningImage captioning
Image captioning
 
SPATIAL FILTERING IN IMAGE PROCESSING
SPATIAL FILTERING IN IMAGE PROCESSINGSPATIAL FILTERING IN IMAGE PROCESSING
SPATIAL FILTERING IN IMAGE PROCESSING
 
Noise Models
Noise ModelsNoise Models
Noise Models
 
Hand gesture recognition
Hand gesture recognitionHand gesture recognition
Hand gesture recognition
 
Point processing
Point processingPoint processing
Point processing
 
Image recognition
Image recognitionImage recognition
Image recognition
 
Handwritten Character Recognition
Handwritten Character RecognitionHandwritten Character Recognition
Handwritten Character Recognition
 
Detection of plant diseases
Detection of plant diseasesDetection of plant diseases
Detection of plant diseases
 
Sensor Cloud
Sensor CloudSensor Cloud
Sensor Cloud
 
SPEECH RECOGNITION USING NEURAL NETWORK
SPEECH RECOGNITION USING NEURAL NETWORK SPEECH RECOGNITION USING NEURAL NETWORK
SPEECH RECOGNITION USING NEURAL NETWORK
 
ppt of gesture recognition
ppt of gesture recognitionppt of gesture recognition
ppt of gesture recognition
 
Smart Voting System with Face Recognition
Smart Voting System with Face RecognitionSmart Voting System with Face Recognition
Smart Voting System with Face Recognition
 
Region based segmentation
Region based segmentationRegion based segmentation
Region based segmentation
 
Sign Language Translator
Sign Language TranslatorSign Language Translator
Sign Language Translator
 
Image compression standards
Image compression standardsImage compression standards
Image compression standards
 
Image Processing ppt
Image Processing pptImage Processing ppt
Image Processing ppt
 
Deep Learning With Neural Networks
Deep Learning With Neural NetworksDeep Learning With Neural Networks
Deep Learning With Neural Networks
 

Similar a Sign Language Recognition based on Hands symbols Classification

Automatic recognition of Arabic alphabets sign language using deep learning
Automatic recognition of Arabic alphabets sign language using  deep learningAutomatic recognition of Arabic alphabets sign language using  deep learning
Automatic recognition of Arabic alphabets sign language using deep learning
IJECEIAES
 
Paper id 23201490
Paper id 23201490Paper id 23201490
Paper id 23201490
IJRAT
 
GRS '“ Gesture based Recognition System for Indian Sign Language Recognition ...
GRS '“ Gesture based Recognition System for Indian Sign Language Recognition ...GRS '“ Gesture based Recognition System for Indian Sign Language Recognition ...
GRS '“ Gesture based Recognition System for Indian Sign Language Recognition ...
ijtsrd
 

Similar a Sign Language Recognition based on Hands symbols Classification (20)

SignReco: Sign Language Translator
SignReco: Sign Language TranslatorSignReco: Sign Language Translator
SignReco: Sign Language Translator
 
Live Sign Language Translation: A Survey
Live Sign Language Translation: A SurveyLive Sign Language Translation: A Survey
Live Sign Language Translation: A Survey
 
Sign Language Recognition using Mediapipe
Sign Language Recognition using MediapipeSign Language Recognition using Mediapipe
Sign Language Recognition using Mediapipe
 
Adopting progressed CNN for understanding hand gestures to native languages b...
Adopting progressed CNN for understanding hand gestures to native languages b...Adopting progressed CNN for understanding hand gestures to native languages b...
Adopting progressed CNN for understanding hand gestures to native languages b...
 
Sign Language Recognition
Sign Language RecognitionSign Language Recognition
Sign Language Recognition
 
DHWANI- THE VOICE OF DEAF AND MUTE
DHWANI- THE VOICE OF DEAF AND MUTEDHWANI- THE VOICE OF DEAF AND MUTE
DHWANI- THE VOICE OF DEAF AND MUTE
 
DHWANI- THE VOICE OF DEAF AND MUTE
DHWANI- THE VOICE OF DEAF AND MUTEDHWANI- THE VOICE OF DEAF AND MUTE
DHWANI- THE VOICE OF DEAF AND MUTE
 
IRJET- Hand Gesture based Recognition using CNN Methodology
IRJET- Hand Gesture based Recognition using CNN MethodologyIRJET- Hand Gesture based Recognition using CNN Methodology
IRJET- Hand Gesture based Recognition using CNN Methodology
 
IRJET- Hand Gesture Recognition System using Convolutional Neural Networks
IRJET- Hand Gesture Recognition System using Convolutional Neural NetworksIRJET- Hand Gesture Recognition System using Convolutional Neural Networks
IRJET- Hand Gesture Recognition System using Convolutional Neural Networks
 
IRJET - Sign Language Text to Speech Converter using Image Processing and...
IRJET -  	  Sign Language Text to Speech Converter using Image Processing and...IRJET -  	  Sign Language Text to Speech Converter using Image Processing and...
IRJET - Sign Language Text to Speech Converter using Image Processing and...
 
Automatic recognition of Arabic alphabets sign language using deep learning
Automatic recognition of Arabic alphabets sign language using  deep learningAutomatic recognition of Arabic alphabets sign language using  deep learning
Automatic recognition of Arabic alphabets sign language using deep learning
 
183
183183
183
 
electronics-11-01780-v2.pdf
electronics-11-01780-v2.pdfelectronics-11-01780-v2.pdf
electronics-11-01780-v2.pdf
 
Deep convolutional neural network for hand sign language recognition using mo...
Deep convolutional neural network for hand sign language recognition using mo...Deep convolutional neural network for hand sign language recognition using mo...
Deep convolutional neural network for hand sign language recognition using mo...
 
Paper id 23201490
Paper id 23201490Paper id 23201490
Paper id 23201490
 
Trends of machine learning in 2020 - International Journal of Artificial Inte...
Trends of machine learning in 2020 - International Journal of Artificial Inte...Trends of machine learning in 2020 - International Journal of Artificial Inte...
Trends of machine learning in 2020 - International Journal of Artificial Inte...
 
IRJET- ASL Language Translation using ML
IRJET- ASL Language Translation using MLIRJET- ASL Language Translation using ML
IRJET- ASL Language Translation using ML
 
Constructed model for micro-content recognition in lip reading based deep lea...
Constructed model for micro-content recognition in lip reading based deep lea...Constructed model for micro-content recognition in lip reading based deep lea...
Constructed model for micro-content recognition in lip reading based deep lea...
 
KANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNING
KANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNINGKANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNING
KANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNING
 
GRS '“ Gesture based Recognition System for Indian Sign Language Recognition ...
GRS '“ Gesture based Recognition System for Indian Sign Language Recognition ...GRS '“ Gesture based Recognition System for Indian Sign Language Recognition ...
GRS '“ Gesture based Recognition System for Indian Sign Language Recognition ...
 

Más de Triloki Gupta

Más de Triloki Gupta (7)

GCP Deployment- Vertex AI
GCP Deployment- Vertex AIGCP Deployment- Vertex AI
GCP Deployment- Vertex AI
 
Flask-Python
Flask-PythonFlask-Python
Flask-Python
 
Speaker identification
Speaker identificationSpeaker identification
Speaker identification
 
Introduction to pig.
Introduction to pig.Introduction to pig.
Introduction to pig.
 
Naive Bayes Classifier using R.
Naive Bayes Classifier using R.Naive Bayes Classifier using R.
Naive Bayes Classifier using R.
 
Meta analysis.
Meta analysis.Meta analysis.
Meta analysis.
 
Enhancement of Old Images and Documents by Digital Image Processing Techniques.
Enhancement of Old Images and Documents by Digital Image Processing Techniques.Enhancement of Old Images and Documents by Digital Image Processing Techniques.
Enhancement of Old Images and Documents by Digital Image Processing Techniques.
 

Último

Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...
amitlee9823
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...
amitlee9823
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
amitlee9823
 
Just Call Vip call girls roorkee Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls roorkee Escorts ☎️9352988975 Two shot with one girl ...Just Call Vip call girls roorkee Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls roorkee Escorts ☎️9352988975 Two shot with one girl ...
gajnagarg
 
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night StandCall Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
only4webmaster01
 
Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...
gajnagarg
 
➥🔝 7737669865 🔝▻ Ongole Call-girls in Women Seeking Men 🔝Ongole🔝 Escorts S...
➥🔝 7737669865 🔝▻ Ongole Call-girls in Women Seeking Men  🔝Ongole🔝   Escorts S...➥🔝 7737669865 🔝▻ Ongole Call-girls in Women Seeking Men  🔝Ongole🔝   Escorts S...
➥🔝 7737669865 🔝▻ Ongole Call-girls in Women Seeking Men 🔝Ongole🔝 Escorts S...
amitlee9823
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 

Último (20)

SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
 
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
 
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
 
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
 
Just Call Vip call girls roorkee Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls roorkee Escorts ☎️9352988975 Two shot with one girl ...Just Call Vip call girls roorkee Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls roorkee Escorts ☎️9352988975 Two shot with one girl ...
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
 
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night StandCall Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
 
Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...
 
Detecting Credit Card Fraud: A Machine Learning Approach
Detecting Credit Card Fraud: A Machine Learning ApproachDetecting Credit Card Fraud: A Machine Learning Approach
Detecting Credit Card Fraud: A Machine Learning Approach
 
➥🔝 7737669865 🔝▻ Ongole Call-girls in Women Seeking Men 🔝Ongole🔝 Escorts S...
➥🔝 7737669865 🔝▻ Ongole Call-girls in Women Seeking Men  🔝Ongole🔝   Escorts S...➥🔝 7737669865 🔝▻ Ongole Call-girls in Women Seeking Men  🔝Ongole🔝   Escorts S...
➥🔝 7737669865 🔝▻ Ongole Call-girls in Women Seeking Men 🔝Ongole🔝 Escorts S...
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
 

Sign Language Recognition based on Hands symbols Classification

  • 1. Sign Language Recognition based on Hands Symbols Classification Guided by: Dr.S.R.Balasundaram (Professor) Presented by: Triloki Gupta M.Tech(Data Analytics) 205217006 Department of Computer Application1/17/2019 1
  • 2. Content ● Introduction ● Motivation ● Problem statement ● Objective ● Literature review ● Dataset description ● Proposed work ● Result ● Conclusion and Future work ● References 1/17/2019 2 Department of Computer Application
  • 3. Introduction ● The world is hardly live without communication, no matter whether it is in the form of texture, voice or visual expression. ● The communication among the deaf and dumb people is carried by text and visual expressions. ● Gestural communication is always in the scope of confidential and secure communication. ● Hands and facial parts are immensely influential to express the thoughts of human in confidential communication. 1/17/2019 3 Department of Computer Application
  • 4. Motivation ● Sign language is learned by deaf and dumb, and usually it is not known to normal people, so it becomes a challenge for communication between a normal and hearing impaired person. ● Its strike to our mind to bridge the between hearing impaired and normal people to make the communication easier. ● Sign language recognition (SLR) system takes an input expression from the hearing impaired person gives output to the normal person in the form text or voice. 1/17/2019 4 Department of Computer Application
  • 5. Problem Statement ● Understanding the exact context of symbolic expressions of deaf and dumb people is the challenging job in real life until unless it is properly specified. 1/17/2019 5 Department of Computer Application
  • 6. Objective ● Communication is always having a great impact in every domain and how it is considered the meaning of the thoughts and expressions that attract the researchers to bridge this gap for every living being. ● The objective of this project is to identify the symbolic expression through images so that the communication gap between a normal and hearing impaired person can be easily bridged. 1/17/2019 6 Department of Computer Application
  • 7. Literature Review 1/17/2019 7 Author Publication Year Problem Methodolog y Remark Naresh Kumar ICCCA 2017 Hand Sign Language Recognition SVM & LDA Classification to recognition sign language symbols (97.3%). Tse-Yu Pan, Li-Yun Lo, Chung-Wei Yeh, Jhe-Wei Li, Hou-Tim Liu, Min- Chun Hu IEEE 2016 Real-time Sign Language Recognition SVM, PCA & LDA Images of the same gesture were captured in different lighting Conditions (94%) Department of Computer Application
  • 8. Cont. Author Publication Year Problem Methodolog y Remark Salem Ameen, Sunil Vadera University of Salford 2017 Classify American Sign Language Fingerspelling from Depth and Colour Images CNN This paper explores the applicability of deep learning for interpreting sign language, precision of 82% and recall of 80%. Arabic sign language recognition with 3D convolutional neural networks IEEE 2017 3D Convolutional Neural Network (CNN) was used to recognize 25 gestures from an Arabic sign language dictionary CNN The system achieved 98% accuracy for observed data and 85% average accuracy for new data. 1/17/2019 8 Department of Computer Application
  • 9. Dataset description 1/17/2019 9 ● 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. Department of Computer Application
  • 10. Cont. 1/17/2019 10 ● Below figure shows an example from every class of sign images dataset. Department of Computer Application
  • 11. Proposed Work ● In this work, we proposed an idea for feasible communication between hearing impaired and normal person with the help of- • Deep Learning ■CNN ■AlexNet • Machine Learning ■SVM ■Random Forest ■KNN 1/17/2019 11 Department of Computer Application
  • 12. Cont. Work flow Diagram: 1/17/2019 12 Department of Computer Application
  • 13. Cont. Figure. Typical Convolutional Neural Network Architecture 1/17/2019 13 Department of Computer Application
  • 14. Cont. Figure. Typical AlexNet Architecture 1/17/2019 14 Department of Computer Application
  • 15. Result ● CNN • SGD optimizer with learning rate 0.01 and dropout 0.25 • Model Accuracy ■ Accuracy: 98.74% • Model Loss ■ Loss: 6.53% 1/17/2019 15 Department of Computer Application
  • 16. 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% 1/17/2019 16 Department of Computer Application
  • 17. Cont. Comparison table of CNNs and AlexNet: 1/17/2019 17 Model Optimizer Dropout Learning rate Momentum Nestrove Accuracy % CNNs SGD 0.25 0.01 --- --- 98.74 CNNs SGD 0.50 0.01 --- --- 98.74 AlexNet SGD 0.25 0.01 98.42 AlexNet SGD 0.50 0.01 --- --- 95.70 AlexNet SGD 0.25 0.01 0.9 True 99.79 AlexNet SGD 0.50 0.01 0.9 True 99.79 AlexNet Adam 0.25 0.001 --- --- 99.69 AlexNet Adam 0.50 0.001 --- --- 99.58 Department of Computer Application
  • 18. Cont. 1/17/2019 18 ● Machine Learning • SVM: 91.226% • Random Forest: 95.719% • KNN: 87.542% Department of Computer Application
  • 19. Conclusion and Future Work ● In this project, we proposed an idea for feasible communication between hearing impaired and normal person with the help of deep learning and machine learning approach. ● This proposed work ensures the accuracy of 91.22% using SVM, 95.71% using Random Forest, 87.54% using KNN, 98.74% using CNN and 99.79 using AlexNet. ● There is ever the sounding challenge to develop a sign language system in data the collection remains invariant of the unconstraint environment. This project can be extended to the real time data. 1/17/2019 19 Department of Computer Application
  • 20. References [1] Ameen, S., & Vadera, S. (2017). A convolutional neural network to classify American Sign Language fingerspelling from depth and colour images. Expert Systems. [2] Naresh Kumar(2017). Sign Language Recognition for Hearing Impaired People based on Hands Symbols Classification. International Conference on Computing, Communication and Automation (ICCCA2017) [3] Menna ElBadawy, A. S. Elons, Howida A. Shedeed and M. F. Tolba. Arabic sign language recognition with 3D convolutional neural networks. 2017 Eighth International Conference on Intelligent Computing and Information Systems (ICICIS) [4] Pan, T. Y., Lo, L. Y., Yeh, C. W., Li, J. W., Liu, H. T., & Hu, M. C.(2016, April). Real-time sign language recognition in complex background scene based on a hierarchical clustering classification method. In Multimedia Big Data (BigMM), 2016 IEEE Second International Conference on (pp. 64-67). IEEE. 1/17/2019 20 Department of Computer Application
  • 21. Cont. [5] Pigou, L., Dieleman, S., Kindermans, P. J., & Schrauwen, B. (2014, September). Sign language recognition using convolutional neural networks. In Workshop at the European Conference on Computer Vision (pp. 572-578). Springer International Publishing. [6] Sutskever, I., Martens, J., Dahl, G., Hinton, G.: On the importance of initialization and momentum in deep learning. In: Proceedings of the 30th International Conference on Machine Learning (ICML-13). pp. 1139{1147 (2013) [7] Tao Liu, Wengang Zhou, and Houqiang Li. Sign Language Recognition With Long Short-Term Memory . 2016 IEEE International Conference on Image Processing (ICIP) 1/17/2019 21 Department of Computer Application
  • 22. 1/17/2019 22 Department of Computer Application