Package: AutoNN
Type: Package
Title: Automatic Neural Network Modeling for Time Series Forecasting
Version: 0.1.0
Authors@R: 
    c(
      person("S. Vishnu", "Shankar",
             email = "S.vishnushankar55@gmail.com",
             role = c("aut", "cre")),
      person("V.", "Lavanya",
             role = "aut")
    )
Maintainer: S. Vishnu Shankar <S.vishnushankar55@gmail.com>
Description: Provides optimal combinations of input nodes and hidden neurons for fitting feedforward single-layer artificial neural networks in time series forecasting. Models are evaluated using root mean square error, mean absolute percentage error, and mean absolute error measures.
License: GPL-3
Encoding: UTF-8
Imports: forecast, MLmetrics
NeedsCompilation: no
RoxygenNote: 7.3.1
Packaged: 2026-05-13 09:48:17 UTC; JARVIS
Author: S. Vishnu Shankar [aut, cre],
  V. Lavanya [aut]
Repository: CRAN
Date/Publication: 2026-05-18 18:40:27 UTC
