Skip to content

This little demo shows how to generate a sine with Keras LSTM. It feeds its own prediction back in, in order to generate a whole time series, and not just one point ahead in the future.

Notifications You must be signed in to change notification settings

Binbose/LSTM-sine-generator-keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

LSTM-sine-generator-keras

This little demo shows how to generate a sine with Keras LSTM. It feeds its own prediction back in, in order to generate a whole time series, and not just one point ahead in the future. It is still a little unstable, meaning the quality (especially the amplitude of the predicted sine) of output depends on the random seed. The output looks something like this: alt text

About

This little demo shows how to generate a sine with Keras LSTM. It feeds its own prediction back in, in order to generate a whole time series, and not just one point ahead in the future.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages