You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Concrete type for neural networks with Laplace Approximation from the `LaplaceRedux` package. Currently subtyping the `AbstractFluxNN` model type, although this may be changed to MLJ in the future.
"""
struct LaplaceReduxModel <: Models.AbstractFluxNN end