The big six matrix factorizations
nhigham.com
The big six matrix factorizations
1–10 of 84 posts
Re: The big six matrix factorizations
#2Re: The big six matrix factorizations
#3I suppose “flops” means “floating-point operations” here? Heretofore I’ve always encountered this as an abbreviation for “floating-point operations per second”.
Re: The big six matrix factorizations
#4https://ocw.mit.edu/courses/18-06sc-linear-algebra-fall-2011...
My goal is to learn the math behind machine learning.
Re: The big six matrix factorizations
#5Any suggestions on what to learn in Linear Algebra after Gilbert Strang’s 18.06SC? https://ocw.mit.edu/courses/18-06sc-linear-algebra-fall-2011... My goal is to learn the math behind machine learning.
Book: Mathematics for Machine Learning (mml-book.github.io) https://news.ycombinator.com/item?id=16750789
Mathematics for Machine Learning [pdf] (mml-book.com) https://news.ycombinator.com/item?id=21293132
Mathematics of Machine Learning (2016) (ibm.com) https://news.ycombinator.com/item?id=15146746
Re: The big six matrix factorizations
#6Any suggestions on what to learn in Linear Algebra after Gilbert Strang’s 18.06SC? https://ocw.mit.edu/courses/18-06sc-linear-algebra-fall-2011... My goal is to learn the math behind machine learning.
Re: The big six matrix factorizations
#7Any suggestions on what to learn in Linear Algebra after Gilbert Strang’s 18.06SC? https://ocw.mit.edu/courses/18-06sc-linear-algebra-fall-2011... My goal is to learn the math behind machine learning.
Re: The big six matrix factorizations
#8The article presents a note on the 6 well known matrix compositions. He states that all of them have cubic complexity, but practical algorithms with better exponents exist for all of them.
Re: The big six matrix factorizations
#9The article presents a note on the 6 well known matrix compositions. He states that all of them have cubic complexity, but practical algorithms with better exponents exist for all of them.
I'm aware of randomized algorithms with better complexity, which come at the cost of only giving approximate results (though the approximation may be perfectly good for practical purposes). See e.g. [1]. Are there other approaches?
Re: The big six matrix factorizations
#10The article presents a note on the 6 well known matrix compositions. He states that all of them have cubic complexity, but practical algorithms with better exponents exist for all of them.