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]
All associated links for this package
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 06 Jan. 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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

ROI.plugin.deoptim  
'DEoptim' and 'DEoptimR' Plugin for the 'R' Optimization Interface
Enhances the R Optimization Infrastructure ('ROI') package with the 'DEoptim' and 'DEoptimR' packag ...
Download / Learn more Package Citations See dependency  
mlr3fairness  
Fairness Auditing and Debiasing for 'mlr3'
Integrates fairness auditing and bias mitigation methods for the 'mlr3' ecosystem. This includes ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
TBFmultinomial  
TBF Methodology Extension for Multinomial Outcomes
Extends the test-based Bayes factor (TBF) methodology to multinomial regression models and discrete ...
Download / Learn more Package Citations See dependency  
NetSwan  
Network Strengths and Weaknesses Analysis
A set of functions for studying network robustness, resilience and vulnerability. ...
Download / Learn more Package Citations See dependency  
lmds  
Landmark Multi-Dimensional Scaling
A fast dimensionality reduction method scaleable to large numbers of samples. Landmark Multi-Dime ...
Download / Learn more Package Citations See dependency  

23,440

R Packages

202,297

Dependencies

63,567

Author Associations

23,434

Publication Badges

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