Skip to content

machine learning - sign language recognition from photos

Notifications You must be signed in to change notification settings

tzietkowski/ml_classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Summary model:

Model: "sequential"
_________________________________________________________________
 Layer (type)                Output Shape              Param #   
=================================================================
 conv2d (Conv2D)             (None, 30, 30, 32)        896       

 max_pooling2d (MaxPooling2D  (None, 15, 15, 32)       0
 )

 conv2d_1 (Conv2D)           (None, 13, 13, 64)        18496     

 max_pooling2d_1 (MaxPooling  (None, 6, 6, 64)         0
 2D)

 dropout (Dropout)           (None, 6, 6, 64)          0

 flatten (Flatten)           (None, 2304)              0

 dense (Dense)               (None, 128)               295040    

 dense_1 (Dense)             (None, 4)                 516

=================================================================
Total params: 314,948
Trainable params: 314,948
Non-trainable params: 0

Result fit model:

Accuracy:

image

Loss:

image

Results for test data:

              precision    recall  f1-score   support

           0       1.00      1.00      1.00       133
           1       1.00      1.00      1.00       110
           2       1.00      1.00      1.00       141
           3       1.00      1.00      1.00        96

    accuracy                           1.00       480
   macro avg       1.00      1.00      1.00       480
weighted avg       1.00      1.00      1.00       480

Prediction result for 10 random images:

image

About

machine learning - sign language recognition from photos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages