Other packages > Find by keyword >

Buddle  

A Deep Learning for Statistical Classification and Regression Analysis with Random Effects
View on CRAN: Click here


Download and install Buddle package within the R console
Install from CRAN:
install.packages("Buddle")

Install from Github:
library("remotes")
install_github("cran/Buddle")

Install by package version:
library("remotes")
install_version("Buddle", "2.0.1")



Attach the package and use:
library("Buddle")
Maintained by
Jiwoong Kim
[Scholar Profile | Author Map]
First Published: 2018-12-21
Latest Update: 2020-02-13
Description:
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) . 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) , Schmidhuber (2015) and LeCun et al. (1998) 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.
How to cite:
Jiwoong Kim (2018). Buddle: A Deep Learning for Statistical Classification and Regression Analysis with Random Effects. R package version 2.0.1, https://cran.r-project.org/web/packages/Buddle. Accessed 13 Apr. 2025.
Previous versions and publish date:
1.0 (2018-12-21 16:50), 2.0 (2020-02-06 13:40)
Other packages that cited Buddle R package
View Buddle citation profile
Other R packages that Buddle depends, imports, suggests or enhances
Complete documentation for Buddle
Functions, R codes and Examples using the Buddle R package
Some associated functions: CheckNonNumeric . FetchBuddle . GetPrecision . MakeConfusionMatrix . OneHot2Label . Split2TrainTest . TrainBuddle . mnist_data . 
Some associated R codes: BuddleMain.R . Img_data.R . RcppExports.R .  Full Buddle package functions and examples
Downloads during the last 30 days
03/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/11Downloads for Buddle02468101214161820TrendBars

Today's Hot Picks in Authors and Packages

optimParallel  
Parallel Version of the L-BFGS-B Optimization Method
Provides a parallel version of the L-BFGS-B method of optim(). The main function of the package is o ...
Download / Learn more Package Citations See dependency  
COMPoissonReg  
Conway-Maxwell Poisson (COM-Poisson) Regression
Fit Conway-Maxwell Poisson (COM-Poisson or CMP) regression models to count data (Sellers & Shmueli, ...
Download / Learn more Package Citations See dependency  
LDABiplots  
Biplot Graphical Interface for LDA Models
Contains the development of a tool that provides a web-based graphical user interface (GUI) to perf ...
Download / Learn more Package Citations See dependency  
ggprism  
A 'ggplot2' Extension Inspired by 'GraphPad Prism'
Provides various themes, palettes, and other functions that are used to customise ggplots to look l ...
Download / Learn more Package Citations See dependency  
SPOTMisc  
Misc Extensions for the "SPOT" Package
Implements additional models, simulation tools, and interfaces as extensions to 'SPOT'. It provides ...
Download / Learn more Package Citations See dependency  
MLeval  
Machine Learning Model Evaluation
Straightforward and detailed evaluation of machine learning models. 'MLeval' can produce receiver op ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA