buddi.models.buddi_abstract_class#
Functions
|
Used to instantiate a Keras tensor. |
|
A decorator indicating abstract methods. |
|
KL divergence loss function. |
|
Dummy loss function for unsupervised branch proportion estimator. |
|
Factory wrapper around build_decoder_branch. |
|
Factory wrapper around build_encoder_branch. |
|
Factory wrapper around build_latent_space_classifier. |
|
Factory wrapper around build_prop_estimator. |
Classes
|
Helper class that provides a standard way to create an ABC using inheritance. |
|
Optimizer that implements the Adam algorithm. |
|
Abstract class for BuDDI models. |
|
Computes the crossentropy loss between the labels and predictions. |
|
Computes the mean of absolute difference between labels and predictions. |
|
A model grouping layers into an object with training/inference features. |
|
Abstract optimizer base class. |
|
Custom layer that applies the reparameterization trick. |