BNN-package: Bayesian Neural Networks for High-Dimensional Nonlinear...

Description Details Author(s) References Examples

Description

Perform Bayesian variable selection for high-dimensional nonlinear systems. The computation can be accelerated using multiple CPUs. The package can also be used to test nonlinearity for a general regression problem.

Details

Package: BNN
Type: Package
Version: 1.0.2
Date: 2018-02-02
License: GPL-2

The Bayesian neural network used in the package is a one-hidden layer feedforward neural network with shortcut connections. The first module of the package is to calculate the prior probabilities assigned to the class of linear models (i.e., those networks with only shortcut connections) and the class of nonlinear models; and the second module is to perform nonlinear variable selection and calculate the posterior probabilities of the classes of linear and nonlinear models.

Author(s)

Bochao Jia, Faming Liang Maintainer: Bochao Jia<jbc409@ufl.edu>

References

Liang, F., Li, Q., and Zhou, L. (2017). Bayesian Neural Networks for Selection of Drug Sensitive Genes. Journal of the American Statistical Association.

Xue, J. and Liang, F. (2017). Robust model-free feature screening for ultrahigh dimensional data. Journal of Computational and Graphical Statistics, in press.

Examples

1
2
library(BNN)
BNNprior(50, 1, hid_num = 3,lambda=0.025,total_iteration = 10000, popN = 10)

BNN documentation built on May 2, 2019, 4:13 a.m.