Skip to content

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

@ziatdinovmax

Description

@ziatdinovmax

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions