Skip to content

Instantly share code, notes, and snippets.

View SrMouraSilva's full-sized avatar
🎯
Focusing

Paulo Mateus SrMouraSilva

🎯
Focusing
View GitHub Profile
import sympy as sp
Math(sp.latex(f"""
\\begin{{aligned}}
p(\\boldsymbol{{w}}|\mathcal{{D}}) &= \mathcal{{N}}(\\boldsymbol{{w}}|\\boldsymbol{{\mu}}, \\boldsymbol{{\Sigma}}), \\\\
\\boldsymbol{{\mu}} &= {sp.latex(sp.Matrix(modelo_1.μ))}, \\\\
\\boldsymbol{{\Sigma}} &= {sp.latex(sp.Matrix(modelo_1.Σ))}.
\\end{{aligned}}
"""))