Probabilistic Models and Label/Feature Distribution smoothing
This release fixes some minor bugs but mainly brings a couple of new functionalities:
- New experimental Attentive models, namely:
ContextAttentionMLPandSelfAttentionMLP. - 2 Probabilistic models based on Bayes by Backprop (BBP) as described in Weight Uncertainty in Neural Networks, namely:
BayesianTabMlpandBayesianWide. - Label and Feature Distribution Smoothing (LDS and FDS) for Deep Imbalanced Regression (DIR) as described in Delving into Deep Imbalanced Regression
- Better integration with
torchvisionfor thedeepimagecomponent of aWideDeepmodel - 3 Available models for the
deeptextcomponent of aWideDeepmodel. Namely:BasicRNN,AttentiveRNNandStackedAttentiveRNN