CHuanSite/bovs2: Bagging on the Validation Set for keras R

This is a R package developped for keras R which can be used to improve the model performance by applying a method called bagging on the validation set. This method is achieved by doing bagging on the validation to choose the weight given to each neural network trained by the keras R model.

Getting started

Package details

AuthorHuan Chen
MaintainerHuan Chen <hchen130@jhu.edu>
LicenseMIT
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("CHuanSite/bovs2")
CHuanSite/bovs2 documentation built on Oct. 30, 2019, 5:29 a.m.