Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Weka package providing a Recurrent Neural Network forecasting model.

License

Notifications You must be signed in to change notification settings

braun-steven/weka-rnn-forecaster

Repository files navigation

Weka RNN Timeseries Forecasting

This package provides a timeseries forecasting model for weka using Recurrent Neural Networks.

Build Locally

To build this package locally, it is necessary to have the following two packages in your local maven repository installed

  • wekaDeeplearning4j
  • timeseriesForecasting

To get these, simply run the prepare.sh script:

$ ./prepare.sh -h
Usage: prepare.sh

Optional arguments:
   -v/--verbose            Enable verbose mode
   -b/--backend            Select specific backend 
                           Available: ( CPU GPU )
   -h/--help               Show this message

It will download both packages and install the maven artifact in the local repository.

About

Weka package providing a Recurrent Neural Network forecasting model.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published