Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# HAN Humanoid CNN Control Model
|
| 2 |
+
|
| 3 |
+
A CNN-based model for processing humanoid sensor data.
|
| 4 |
+
|
| 5 |
+
## Architecture
|
| 6 |
+
- 1D Convolutional Layer
|
| 7 |
+
- ReLU activation
|
| 8 |
+
- Fully connected output layer
|
| 9 |
+
|
| 10 |
+
## Use Case
|
| 11 |
+
Sensor-driven humanoid control prediction.
|