Type: Package
Package: nnetLM
Title: Neural Network with Levenberg-Marquardt Optimization
Version: 1.0.1
Authors@R: 
    person("Umberto", "Minora", , "umbertofilippo@tiscali.it", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0003-2151-6500"))
Description: An implementation of a Neural Network using the
    Levenberg-Marquardt optimization from 'minpack.lm', ideal for small
    datasets. For more details see Moré (1978) <doi:10.1007/BFb0067700>.
License: MIT + file LICENSE
BugReports: https://github.com/umbe1987/nnetLM/issues
Imports: minpack.lm, stats
Encoding: UTF-8
RoxygenNote: 7.3.3
URL: https://github.com/umbe1987/nnetLM
NeedsCompilation: no
Packaged: 2026-02-20 11:00:06 UTC; minorum
Author: Umberto Minora [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0003-2151-6500>)
Maintainer: Umberto Minora <umbertofilippo@tiscali.it>
Repository: CRAN
Date/Publication: 2026-02-25 10:10:12 UTC
