Research Article

Human-Computer Interaction with Hand Gesture Recognition Using ResNet and MobileNet

Table 2

Summary of the modified ResNet50 model.

Transfer learningPretrained on Google ImageNet dataset

Number of layers50 layer of ResNet50 architecture +3 sequential layers (2 fully connected layers + 1 softmax layer). Therefore, the total number of layers is 53 layers
Number of neurons in fully connected layers1,024 neurons in the 1 fully connected layer, 512 neurons in the 2nd fully connected layer, and 32 neurons in the last layer (softmax layer)
Activation functionReLu activation function
OptimizerAdam optimizer with 0.0001 learning rate
DropoutDropout value used for the fully connected layers is 0.5
Batch size32
Loss functionCategorical loss entropy
Number of epochs10 epoch
Total no. of parametersTotal params: 32,495,648- trainable params: 32,450,208- nontrainable params: 45,440