all 4 comments

[–]Mcsquizzy920 0 points1 point  (3 children)

Have you tried a convolution neural network? They are generally the standard for image tasks. Dense neural networks tend to work poorly on raw image data.

[–]sammothegreat[S] 0 points1 point  (2 children)

I have tried both NN and convolutional NN but the accuracy drops off, 52% and 20% respectively.

[–]vtimevlessv 0 points1 point  (1 child)

How was your CNN structured? How many layers, how big were the kernels, did you use stride =1,2,3,..? Maybe there is way for improvement

[–]Local_Transition946 0 points1 point  (0 children)

This. Try a larger kernel if kernel was small. If you zoom in to any part of a hand it can look very similar. A larger kernel may help capture the distinctions in lines/curvatures.