JuliaTrustworthyAI / LaplaceRedux.jl

Effortless Bayesian Deep Learning through Laplace Approximation for Flux.jl neural networks.
https://www.taija.org/LaplaceRedux.jl/
MIT License
41 stars 4 forks source link

[BREAKING] Remove unicode characters #134

Open pat-alt opened 3 days ago

pat-alt commented 3 days ago

See #133 for a discussion

pat-alt commented 3 days ago

@pasq-cat one thing we could also do is something like I've done here: https://github.com/JuliaTrustworthyAI/CounterfactualExplanations.jl/blob/1f2e7bc0b95a94959a73ab6fca32abeb48f69d44/src/counterfactuals/core_struct.jl#L23C1-L36C4

σ::Real = 1.0 -> "observational_noise" μ₀::Real = 0.0 -> "prior_mean" λ::Real = 1.0 -> "prior_precision" P₀::Union{Nothing,AbstractMatrix,UniformScaling} = nothing -> "prior_precision_matrix"