Upload 5 files
Browse files- DF Engine V2/best_DeepField_PlayerDigit_Number_Analysis_Engine_V2_weights.pth +3 -0
- DF Engine V3/DeepField_PlayerDigit_Number_Analysis_Engine_V3.h5 +3 -0
- DF Engine V3/DeepField_PlayerDigit_Number_Analysis_Engine_V3_weights.pth +3 -0
- DF Engine V3/best_DeepField_PlayerDigit_Number_Analysis_Engine_V3_weights.pth +3 -0
- about.md +4 -0
DF Engine V2/best_DeepField_PlayerDigit_Number_Analysis_Engine_V2_weights.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:356b7ea0457d629cd28f7cfed6deccd61c1e614da60f436a438e61194bf9eb82
|
3 |
+
size 344154548
|
DF Engine V3/DeepField_PlayerDigit_Number_Analysis_Engine_V3.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ee86b676923e14d04d2f83b72ac467574de34d0b206504807be1f58041ca5c5
|
3 |
+
size 34273936
|
DF Engine V3/DeepField_PlayerDigit_Number_Analysis_Engine_V3_weights.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2eec11e49f6860a956ddab4eb80c954d5ac9eb1e01edfc346d146cd6bf4f4722
|
3 |
+
size 34272026
|
DF Engine V3/best_DeepField_PlayerDigit_Number_Analysis_Engine_V3_weights.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:898f5d54f4b29a158fa87e260c0c5eaed34da502ce0c37b53988cb37dc720fb9
|
3 |
+
size 34272210
|
about.md
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Basic Model uses CNN with accuracy of 75% on test data
|
2 |
+
V1 Engine uses CNN with accuracy of 87% on test data
|
3 |
+
V2 Engine uses ViT with accuracy of at most 40% Keyboard Interrupted 2025.2.3 15:57:37 BJS
|
4 |
+
V3 Engine uses Hybrid Model( Combination of Convolutional layers and a Multi-Layer Perceptron (MLP)) with accuracy 68.65% on test data.
|