Learn R Programming

⚠️There's a newer version (0.9.9) of this package.Take me there.

Time series modelling with neural networks for R: nnfor package

Development repository for the nnfor package for R. Stable version available on CRAN.

Installing

To install the development version use:

if (!require("devtools")){install.packages("devtools")}
devtools::install_github("trnnick/nnfor")

Otherwise, install the stable version from CRAN:

install.packages("nnfor")

Tutorial

You can find a tutorial on using nnfor for time series forecasting here.

Author

Nikolaos Kourentzes - (http://nikolaos.kourentzes.com/)

References

License

This project is licensed under the GPL3 License

Happy forecasting!

Copy Link

Version

Install

install.packages('nnfor')

Monthly Downloads

1,293

Version

0.9.6

License

GPL-3

Maintainer

Nikolaos Kourentzes

Last Published

January 16th, 2019

Functions in nnfor (0.9.6)

forecast.elm

Forecast using ELM neural network.
predict.elm.fast

Predictions for ELM (fast) network.
plot.mlp

Plot MLP network.
forecast.mlp

Forecast using MLP neural network.
linscale

Apply minmax linear scaling to a vector.
mlp

Multilayer Perceptron for time series forecasting
mlp.thief

MLP network for THieF.
elm.thief

ELM network for THieF.
elm

Extreme learning machines for time series forecasting
elm.fast

ELM (fast) neural network.
plot.elm

Plot ELM network.
nnfor

nnfor:Time Series Forecasting with Neural Networks