Submitted by medwatt t3_114f3p1 in MachineLearning
I have been trying to familiarize myself with the common techniques used in optimization theory so that I can follow some of the proofs I see in machine learning papers. I know that two of the goto books in this field are Boyd's and Bertsekas's books. However, these books require a significant amount of effort as they aim to teach you the finer details. Since my goal is to familiarize with the methods (and not go into the nitty-gritty details), I was wondering if there's a short book (say less than 100 pages) or some other resource whose goal is to provide the reader with a high level view of the field of the methods and techniques used in optimization theory. Is there such a book, lecture notes, video series, etc., that caters to such requirements?
Academic-Poetry t1_j8x0owj wrote
Algorithms for Optimization by Mykel J. Kochenderfer and Tim A. Wheeler
Accessible introduction into a variety of methods, with code examples in Julia.