Package: modello
Title: Homemade Deep Learning Library
Version: 0.1.1
Date: 2021-02-01 19:00:00
Authors@R: c(person("Filippo", "Monari", role = c("aut", "cre"), email = "ingfimo@gmail.com"))
Author: Filippo Monari [aut, cre]
Maintainer: Filippo Monari <ingfimo@gmail.com>
Description: Allows to build and train  different flavors of Neural Networks. 
             In particular, it can be used to build fairly complex computational graphs, 
             which ca be automatically differentiated and optimized with gradient descent
	     methods.
URL: https://gitlab.com/ingfimo/modello
Depends: R (>= 4.0.0), methods, R6, LaF, foreach, doParallel
Suggests: testthat
Collate: 'modello.R' 'interfaces.R' 'session.R' 'numbers.R'
        'numbers_math.R' 'utils.R' 'graphs.R' 'modules.R' 'optim.R'
        'dataLoaders.R'
License: GPL-2
OS_type: unix
NeedsCompilation: yes
Packaged: 2021-02-01 18:10:07 UTC; filippo
RoxygenNote: 7.1.0
Repository: CRAN
Date/Publication: 2021-02-02 01:10:06 UTC
