Package: Buddle 2.0.1
Buddle: A Deep Learning for Statistical Classification and Regression Analysis with Random Effects
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.
Authors:
Buddle_2.0.1.tar.gz
Buddle_2.0.1.zip(r-4.5)Buddle_2.0.1.zip(r-4.4)Buddle_2.0.1.zip(r-4.3)
Buddle_2.0.1.tgz(r-4.4-x86_64)Buddle_2.0.1.tgz(r-4.4-arm64)Buddle_2.0.1.tgz(r-4.3-x86_64)Buddle_2.0.1.tgz(r-4.3-arm64)
Buddle_2.0.1.tar.gz(r-4.5-noble)Buddle_2.0.1.tar.gz(r-4.4-noble)
Buddle_2.0.1.tgz(r-4.4-emscripten)Buddle_2.0.1.tgz(r-4.3-emscripten)
Buddle.pdf |Buddle.html✨
Buddle/json (API)
# Install 'Buddle' in R: |
install.packages('Buddle', repos = c('https://jwboys26.r-universe.dev', 'https://cloud.r-project.org')) |
- mnist_data - Image data of handwritten digits.
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 5 years agofrom:a66bd8b1dd. Checks:OK: 1 NOTE: 8. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 30 2024 |
R-4.5-win-x86_64 | NOTE | Oct 30 2024 |
R-4.5-linux-x86_64 | NOTE | Oct 30 2024 |
R-4.4-win-x86_64 | NOTE | Oct 30 2024 |
R-4.4-mac-x86_64 | NOTE | Oct 30 2024 |
R-4.4-mac-aarch64 | NOTE | Oct 30 2024 |
R-4.3-win-x86_64 | NOTE | Oct 30 2024 |
R-4.3-mac-x86_64 | NOTE | Oct 30 2024 |
R-4.3-mac-aarch64 | NOTE | Oct 30 2024 |
Exports:CheckNonNumericFetchBuddleGetPrecisionMakeConfusionMatrixOneHot2LabelSplit2TrainTestTrainBuddle
Dependencies:plyrRcppRcppArmadillo
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Detecting Non-numeric Values. | CheckNonNumeric |
Predicting Classification and Regression. | FetchBuddle |
Obtaining Accuracy. | GetPrecision |
Making a Confusion Matrix. | MakeConfusionMatrix |
Image data of handwritten digits. | mnist_data |
Obtaining Labels | OneHot2Label |
Splitting Data into Training and Test Sets. | Split2TrainTest |
Implementing Statistical Classification and Regression. | TrainBuddle |