yusyel
commited on
Commit
·
1f847e2
1
Parent(s):
aadb6c2
type
Browse files
README.md
CHANGED
@@ -5,10 +5,25 @@ tags:
|
|
5 |
---
|
6 |
|
7 |
## Model description
|
8 |
-
Demonstrates
|
9 |
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
We will be using Jena Climate dataset recorded by the Max Planck Institute for Biogeochemistry. The dataset consists of 14 features such as temperature, pressure, humidity etc, recorded once per 10 minutes.
|
14 |
|
@@ -36,15 +51,6 @@ The table below shows the column names, their value formats, and their descripti
|
|
36 |
| 14 | max. wv (m/s) | 1.75 | Maximum wind speed | - |
|
37 |
| 15 | wd (deg) | 152.3 | Wind direction in degrees | - |
|
38 |
|
39 |
-
|
40 |
-
## Intended uses & limitations
|
41 |
-
|
42 |
-
More information needed
|
43 |
-
|
44 |
-
## Training and evaluation data
|
45 |
-
|
46 |
-
More information needed
|
47 |
-
|
48 |
## Training procedure
|
49 |
|
50 |
### Training hyperparameters
|
|
|
5 |
---
|
6 |
|
7 |
## Model description
|
8 |
+
Demonstrates timeseries forecasting using a [LSTM model.](https://keras.io/api/layers/recurrent_layers/lstm/)
|
9 |
|
10 |
|
11 |
+
|
12 |
+
## Full credits to:
|
13 |
+
|
14 |
+
* [Prabhanshu Attri](https://prabhanshu.com/github)
|
15 |
+
* [Yashika Sharma](https://github.com/yashika51)
|
16 |
+
* [Kristi Takach](https://github.com/ktakattack)
|
17 |
+
* [Falak Shah](https://github.com/falaktheoptimist)
|
18 |
+
|
19 |
+
|
20 |
+
|
21 |
+
## Intended uses & limitations
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Training and evaluation data
|
26 |
+
|
27 |
|
28 |
We will be using Jena Climate dataset recorded by the Max Planck Institute for Biogeochemistry. The dataset consists of 14 features such as temperature, pressure, humidity etc, recorded once per 10 minutes.
|
29 |
|
|
|
51 |
| 14 | max. wv (m/s) | 1.75 | Maximum wind speed | - |
|
52 |
| 15 | wd (deg) | 152.3 | Wind direction in degrees | - |
|
53 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
## Training procedure
|
55 |
|
56 |
### Training hyperparameters
|