Shiva Verma
1 min readJun 17, 2019

--

Hi Octavian,

Let’s go through one more solid example. Suppose there are three variable called Temperature(T), Humidity(H), pressure(P). Now you record these events at different time steps and want to feed it to the network. This will look like the following:

[[T(t), H(t), P(t)], [T(t+1), H(t+1), P(t+1)], …..[T(t+9),…..]]

Our `seq_len` is 3 and `time_step` is 9 because we are feeding this variable 9 times. Input shape will be (?, 9, 3).

--

--

Shiva Verma
Shiva Verma

Written by Shiva Verma

Machine Learning Engineer | Available for consultancy | shivajbd@gmail.com

Responses (1)