Research Article

[Retracted] Hypertuned Deep Convolutional Neural Network for Sign Language Recognition

Algorithm 1

Testing phase.
Input:
Output: 0 or 1
Require: Trained CNN
(1)
(2)
(3)while do
(4) FeedForward through trained CNN
(5)if argmax(O) = i then
(6)  
(7) end if
  
(8) end while
(9)if then
(10) Hand Gesture Activated
(11)end if