dswah / sgcrfpy

SGCRFpy: Sparse Gaussian Conditional Random Fields in Python
MIT License
29 stars 5 forks source link

sparsify lambda and theta and U and V #4

Open dswah opened 8 years ago

dswah commented 8 years ago

this should sped up computations, especially matrix inversions?

dswah commented 8 years ago

prioritize this!!

dswah commented 8 years ago

Also, since lambda is symmetric, consider storing only the lower triangular part.