Skip to content

davidrsch/lstm_uts_dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lstm_uts_dashboard

Cover image This repository contains the source of Simple implementation of LSTM networks for univariate time series forecasting analysis dashboard a web app made with python to easily analyze the results obtained form experimenting with my LSTM_UTS application.

You can see the dependencies in the requirements.txt file

You can try this dashboard here

How to use it?

Import a the .json file returned from the LSTM_UTS application using the first button to the left of the first row of the dashboard. And as result you will obtain the following dashboard.

Dashboard

Where you will see displayed at the second and third columns on the first row of the dashboard the parameters corresponding to the model that got the best RMSE and the obtained RMSE. In the second row you will find a first interactive graph to explore the behavior of the predictions obtained by the different models and a second interactive graph to explore the distribution of the RMSE obtained by all the models taking into account the different values of the models' parameters.

Additionally you can explore the results obtained by all the models using the first button to the left in the fourth column on the dashboard's first row as well as a model parameters' heatmap.

Results table and parameters heatmap

Note: The results displayed in the previously exposed images correspond to using the LSTM_UTS on the data available at Electric Power Consumption using only the PowerConcsumption_Zone1 historic observations to forecast future observations.

About

A dashboar made with python for analysing results obtained form LSTM_UTS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages