| | --- |
| | datasets: |
| | - ZycckZ/HandGesture_LandmarkCoordinates_Skeleton |
| | language: |
| | - en |
| | metrics: |
| | - accuracy |
| | --- |
| | # Simple Hand Gesture Detection |
| | Just a model train from dataset [ZycckZ/HandGesture_LandmarkCoordinates_Skeleton](https://huggingface.co/datasets/ZycckZ/HandGesture_LandmarkCoordinates_Skeleton) for my essay |
| |
|
| | # Training hyperparameters |
| | - hidden_layer_sizes=(8, 8, 8) |
| | - learning_rate_init=0.00795 |
| | - batch_size=64 |
| | - activation="relu" |
| | - max_iter=500 |
| | - random_state=42 |
| | |
| | # Training results |
| | - Train acc: 0.9315977539561 |
| | - Test acc: 0.9306122448979591 |