Package: tfNeuralODE
Type: Package
Title: Create Neural Ordinary Differential Equations with 'tensorflow'
Version: 0.1.0
Authors@R: person("Shayaan", "Emran", email = "shayaan.emran@gmail.com", role = c("aut", "cre", "cph"))
Maintainer: Shayaan Emran <shayaan.emran@gmail.com>
Description: Provides a framework for the creation and use of Neural ordinary
    differential equations with the 'tensorflow' and 'keras' packages. 
    The idea of Neural ordinary differential equations comes from 
    Chen et al. (2018) <doi:10.48550/arXiv.1806.07366>, and 
    presents a novel way of learning and solving differential systems. 
License: MIT + file LICENSE
Encoding: UTF-8
Imports: tensorflow, keras, reticulate, deSolve
RoxygenNote: 7.2.3
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/semran9/tfNeuralODE
BugReports: https://github.com/semran9/tfNeuralODE/issues
NeedsCompilation: no
Packaged: 2023-10-15 19:28:58 UTC; shayaanemran
Author: Shayaan Emran [aut, cre, cph]
Repository: CRAN
Date/Publication: 2023-10-16 17:30:02 UTC
Built: R 4.2.0; ; 2023-10-17 12:07:58 UTC; unix
