IdeoG / lstm_time_series_prediction

Pytorch's LSTM time sequence prediction is a Python sources for dealing with n-dimension periodic signals prediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSTM time sequence prediction

LSTM time sequence prediction is a Python sources for dealing with n-dimension periodic signals prediction

Installation

python install setup.py

Usage

from lstm_time_series_prediction.api import TimeSeriesPrediction


model = TimeSeriesPrediction()
model.train(...)
...

xi = ...
yi = model.inference(xi)

About

Pytorch's LSTM time sequence prediction is a Python sources for dealing with n-dimension periodic signals prediction


Languages

Language:Python 100.0%