Skip to content

Commit 67e7e4f

Browse files
committed
Including DNN Extension
1 parent dc01de8 commit 67e7e4f

File tree

7 files changed

+949
-1
lines changed

7 files changed

+949
-1
lines changed

Deep Learning/.DS_Store

0 Bytes
Binary file not shown.

Deep Learning/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Variable Importance for Bayesian Neural Networks
22

3-
Here, we demonstrate how to implement RATE with the Bayesian neural network architecture described in [Ish-Horowicz et al. (2019)](https://arxiv.org/abs/1901.09839). The `Notebooks` directory contains notebooks used to generate each of the plots in the paper. These are meant to serve as examples of how to build and train Bayesian neural networks and determine variable importance for its input features.
3+
Here, we demonstrate how to implement RATE with Bayesian neural network architectures as described in [Ish-Horowicz et al. (2019)](https://arxiv.org/abs/1901.09839). The `Notebooks` directory contains notebooks used to generate the results and plots in the paper. These are meant to serve as examples of how to build and train Bayesian neural networks and determine variable importance for its input features.
44

55
The source code in `src` organized as follows:
66
* `BayesNN.py` contains a class implementing the Bayesian neural network.

0 commit comments

Comments
 (0)