[go: nahoru, domu]

Skip to content

Compare how ANNs, RNNs, LSTMs, and LSTMs with attention perform on time-series analysis

Notifications You must be signed in to change notification settings

nataliamolano/Neural-Networks-for-time-series-analysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Networks-for-time-series-analysis

Compare how ANNs, RNNs, LSTMs, and LSTMs with attention perform on time-series analysis

In this project, I build and compare four types of ANN models: fully connected ANN, RNN, LSTM, LSTM with Attention. There are two datasets which contain time series. The goal is to build deep neural networks which can learn the temporal patterns in data and predict a value of future observation. For those models, I compare the accuracy of predictions and the speed of the training process. Please refer to Report.pdf for detailed description and references.

To build the neural networks I use python keras library. To implement Attention Mechanism I used the source code of Christos Baziotis.

About

Compare how ANNs, RNNs, LSTMs, and LSTMs with attention perform on time-series analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.8%
  • Python 0.2%