[GRU] Applying and Understanding Gated Recurrent Unit in Python

[GRU] Applying and Understanding Gated Recurrent Unit in Python

Spencer Pao

3 года назад

10,291 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Sorrel555
Sorrel555 - 18.08.2023 03:47

You started with a multivariate array... then at the end I only see the univariate Y values used as X and Y... what happened to x_scaled??

Ответить
Bryan Wu
Bryan Wu - 27.04.2023 12:14

Very clear in this video, thank you for your effort.

Ответить
zehan farzana
zehan farzana - 19.04.2023 05:27

Thank you for this video. How do you split the data into training and testing set? I didn't find the step in the video.

Ответить
Dream Phoenix
Dream Phoenix - 12.07.2022 22:30

Thank you for this.

Ответить
Jürgen Mathes
Jürgen Mathes - 12.06.2022 13:07

At min 7.32 I guess W_hh is wrong

Ответить
Device Ticker
Device Ticker - 03.04.2022 21:56

Thanks for the video. I have two doubts about the Multivariate Forecasting part at the end...

1) How to inverse the MinMax scale for the prediction? I think it involves min_max_scaler.inverse_transform(), but please clarify.

2) How would you use the .predict() on the entire dataset for graphing train, test, and the future prediction?

Ответить
Saketh Gupta
Saketh Gupta - 13.02.2022 11:12

heyy did can u plzz upload the notebook link?

Ответить
Siti Nur Hasanah
Siti Nur Hasanah - 20.04.2021 10:47

thank you for creating this great tutorial. But, I still confuse about how to define the number of neuron in input, hidden and output layer?

Ответить