sayyedAhmed
commited on
Merge branch 'main' of https://huggingface.co/sayyedAhmed/Crisis_Severity_Predictor_LSTM
Browse files
README.md
CHANGED
@@ -1,22 +1,23 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
|
|
22 |
This model is available under the MIT License (or your preferred license).
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
library_name: transformers
|
4 |
+
---
|
5 |
+
Model Details
|
6 |
+
The model is configured with the following architecture parameters:
|
7 |
+
|
8 |
+
Input Dim: Number of input features
|
9 |
+
Hidden Dim: 50 (Number of hidden units in each LSTM layer)
|
10 |
+
Output Dim: 1 (The predicted severity score)
|
11 |
+
Forecast Horizon: Number of future steps the model predicts (e.g., 1 step ahead)
|
12 |
+
Layers: 2 LSTM layers
|
13 |
+
Dropout Rate: 0.3 (For regularization)
|
14 |
+
Example Data
|
15 |
+
The model expects input data in the following format:
|
16 |
+
|
17 |
+
Feature Description
|
18 |
+
Total Population Total population of the affected area
|
19 |
+
Landmass Affected Area affected by the crisis (in square km)
|
20 |
+
People Exposed Number of people exposed to the crisis
|
21 |
+
(Other features) Additional relevant crisis features
|
22 |
+
License
|
23 |
This model is available under the MIT License (or your preferred license).
|