You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm very new to LSTMs and I'm quite confused about how to make use of them.
What do the random input values mean here, when you're teaching it the small y_list sequence ?
I ported the code in C++ and I would basically like to teach it how to speak, after reading some text at the character-level (as discussed here). My purpose is to understand what my input values and y_list should be.
Thanks a lot.
The text was updated successfully, but these errors were encountered:
Hi,
I'm very new to LSTMs and I'm quite confused about how to make use of them.
What do the random input values mean here, when you're teaching it the small y_list sequence ?
I ported the code in C++ and I would basically like to teach it how to speak, after reading some text at the character-level (as discussed here). My purpose is to understand what my input values and y_list should be.
Thanks a lot.
The text was updated successfully, but these errors were encountered: