Update README.md
Browse files
README.md
CHANGED
@@ -14,9 +14,8 @@ This model applies Transformer architecture to predict energy consumption over a
|
|
14 |
**Model Type:** Transformer
|
15 |
**Data Period:** 2021-2023
|
16 |
**Variables Used:**
|
17 |
-
|
18 |
-
|
19 |
-
- Moving average and first difference of `Lastgang`
|
20 |
|
21 |
## Features
|
22 |
The model uses a sequence length of 192 (48 hours) to create input sequences for training and testing. Positional encodings are added to the sequences to provide temporal information to the Transformer model.
|
|
|
14 |
**Model Type:** Transformer
|
15 |
**Data Period:** 2021-2023
|
16 |
**Variables Used:**
|
17 |
+
1. Transformer with Energy consumption data and weather data
|
18 |
+
2. Transformer with Energy consumption data and two additional variables: 'Lastgang_Moving_Average' and 'Lastgang_First_Difference'
|
|
|
19 |
|
20 |
## Features
|
21 |
The model uses a sequence length of 192 (48 hours) to create input sequences for training and testing. Positional encodings are added to the sequences to provide temporal information to the Transformer model.
|