Package: kerasformula
Type: Package
Title: A High-Level R Interface for Neural Nets
Version: 1.5.1
Author: Pete Mohanty [aut, cre]
Authors@R: person("Pete", "Mohanty", role = c("aut", "cre"), email = "pete.mohanty@gmail.com")
Maintainer: Pete Mohanty <pete.mohanty@gmail.com>
Description: Adds a high-level interface for 'keras' neural nets. kms() fits neural net and accepts R formulas to aid data munging and hyperparameter selection. kms() can optionally accept a compiled keras_sequential_model() from 'keras'. 
    kms() accepts a number of parameters (like loss and optimizer) and splits the data into (optionally sparse) test and training matrices. kms() facilitates setting advanced hyperparameters (e.g., regularization). kms() returns a single object with predictions, a confusion matrix, and function call details.
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
VignetteBuilder: knitr
URL: https://github.com/rdrr1990/kerasformula
BugReports: https://github.com/rdrr1990/kerasformula/issues
Depends: keras, dplyr, Matrix
Imports: ggplot2
Suggests: tensorflow, knitr
NeedsCompilation: yes
Packaged: 2018-08-23 17:28:44 UTC; mohanty
Repository: CRAN
Date/Publication: 2018-08-23 17:52:14 UTC
