CRAN/E | Buddle

Buddle

A Deep Learning for Statistical Classification and Regression Analysis with Random Effects

Installation

About

Statistical classification and regression have been popular among various fields and stayed in the limelight of scientists of those fields. Examples of the fields include clinical trials where the statistical classification of patients is indispensable to predict the clinical courses of diseases. Considering the negative impact of diseases on performing daily tasks, correctly classifying patients based on the clinical information is vital in that we need to identify patients of the high-risk group to develop a severe state and arrange medical treatment for them at an opportune moment. Deep learning - a part of artificial intelligence - has gained much attention, and research on it burgeons during past decades: see, e.g, Kazemi and Mirroshandel (2018) doi:10.1016/j.artmed.2017.12.001. It is a veritable technique which was originally designed for the classification, and hence, the Buddle package can provide sublime solutions to various challenging classification and regression problems encountered in the clinical trials. The Buddle package is based on the back-propagation algorithm - together with various powerful techniques such as batch normalization and dropout - which performs a multi-layer feed-forward neural network: see Krizhevsky et. al (2017) doi:10.1145/3065386, Schmidhuber (2015) doi:10.1016/j.neunet.2014.09.003 and LeCun et al. (1998) doi:10.1109/5.726791 for more details. This package contains two main functions: TrainBuddle() and FetchBuddle(). TrainBuddle() builds a feed-forward neural network model and trains the model. FetchBuddle() recalls the trained model which is the output of TrainBuddle(), classifies or regresses given data, and make a final prediction for the data.

Key Metrics

Version 2.0.1
R ≥ 3.5.0
Published 2020-02-13 1325 days ago
Needs compilation? yes
License GPL-2
CRAN checks Buddle results

Downloads

Last 24 hours 0 -100%
Last 7 days 37 -31%
Last 30 days 171 -9%
Last 90 days 539 -20%
Last 365 days 2.707 -37%

Maintainer

Maintainer

Jiwoong Kim

jwboys26@gmail.com

Authors

Jiwoong Kim <jwboys26 at gmail.com>

Material

Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

Buddle archive

Depends

R ≥ 3.5.0

Imports

Rcpp ≥ 0.12.17
plyr
stats
graphics

LinkingTo

Rcpp
RcppArmadillo