tlienart / tlienart.github.io

Code for my website, powered by Franklin.jl
https://tlienart.github.io
9 stars 5 forks source link
computer-science machine-learning optimisation statistics website

Cvx

Mat

Site

Future topics

L = LowerTriangular(randn(5, 5))
D = Diagonal(1 ./ vec(sqrt.(sum(abs2, L, dims=2))))
C = D * L * L' * D

could be interesting to see whether that covers the space, maybe look at spectrum