Skip to content
/ kTsnn Public

Implementation in Keras of time delay neural network (TDNN), convolutional recurrent neural networks (CRNN) and long short-term memory networks (LSTM) for short and long-term forecasting of time series.

License

Notifications You must be signed in to change notification settings

dkesada/kTsnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kTsnn

Implementation in keras of some neural networks related with time series short and long-term forecasting.

The main idea is to fold a time-series dataset to have in the same row multiple "lags" of each column. Then, we use the lagged columns to predict the future ones. For long-term forecasting, we use the predictions as evidence for the next step.

This aims to be a performance comparison with my Gaussian dynamic Bayesian network (https://github.com/dkesada/dbnR/) model. I want to compare my GDBN model with a NN model in similar ground and in the process create a kind of "plug-and-play" alternative in case I need it in the future.

References

About

Implementation in Keras of time delay neural network (TDNN), convolutional recurrent neural networks (CRNN) and long short-term memory networks (LSTM) for short and long-term forecasting of time series.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages