Icon

Tims_​RNN_​Keras_​Deployment

Multivariate Time Series Analysis with an RNN - Deployment

This is a simple example workflow for the deployment of a multivariant time series, LSTM based, recurrent neural network.

It is based on the bike demand predition dataset from Kaggle and uses the trained model to predict the demand in the next hour based on the demand and the other features in the last 10 hours.



Read and preprocess new data Apply the deep learningmodel to predict thedemand in the next hour Denormalize and roundthe predicted value Read the trained deep learning model and the normalization model Day of monthDay of weekMonth HourRead trainednetworkRead normalizer modelNode 208Node 209Node 210 Extract Date Fields Keras NetworkReader Model Reader Restructure Data Normalizer (Apply) Keras NetworkExecutor Denomrmalize Predictionsand Round to Int Excel Writer Excel Reader Excel Writer Read and preprocess new data Apply the deep learningmodel to predict thedemand in the next hour Denormalize and roundthe predicted value Read the trained deep learning model and the normalization model Day of monthDay of weekMonth HourRead trainednetworkRead normalizer modelNode 208Node 209Node 210 Extract Date Fields Keras NetworkReader Model Reader Restructure Data Normalizer (Apply) Keras NetworkExecutor Denomrmalize Predictionsand Round to Int Excel Writer Excel Reader Excel Writer

Nodes

Extensions

Links