rdrr1990/kerasformula: A High-Level R Interface for Neural Nets

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.

Getting started

Package details

AuthorPete Mohanty [aut, cre]
MaintainerPete Mohanty <pete.mohanty@gmail.com>
LicenseGPL (>= 2)
Version1.8.0
URL https://github.com/rdrr1990/kerasformula
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("rdrr1990/kerasformula")
rdrr1990/kerasformula documentation built on June 6, 2019, 8:02 a.m.