Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate BNN modules for MLP, ConvNet, RNN, GNN, etc. #23

Open
ziatdinovmax opened this issue Oct 25, 2024 · 0 comments
Open

Separate BNN modules for MLP, ConvNet, RNN, GNN, etc. #23

ziatdinovmax opened this issue Oct 25, 2024 · 0 comments

Comments

@ziatdinovmax
Copy link
Owner

Currently, BNN, HeteroskedasticBNN, PartialBNN, and HeteroskedasticPartialBNN automatically handle different neural network architectures. While this works well for MLP and ConvNet cases, expanding this approach to other network architectures, such as RNNs and GNNs, may be challenging. Therefore, it may be better to have a separate Bayesian module for each architecture: BayesianMLP, BayesianConvNet, BayesianRNN, etc. Within each module, we can address both homoskedastic and heteroskedastic scenarios.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant