nicodjimenez / lstm

Minimal, clean example of lstm neural network training in python, for learning purposes.
1.72k stars 654 forks source link

How to predict a new sequence ? #34

Open demonSong opened 6 years ago

demonSong commented 6 years ago

If a next sequence without the true label is coming, how to predict it ? Thanks!