1.

Record Nr.

UNINA9910637694403321

Autore

Suh Changho

Titolo

Convex Optimization for Machine Learning

Pubbl/distr/stampa

Norwell, MA : , : Now Publishers, , 2022

©2022

ISBN

1-63828-053-3

Edizione

[1st ed.]

Descrizione fisica

1 electronic resource (379 p.)

Collana

NowOpen

Disciplina

006.31

Soggetti

Optimization

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Nota di contenuto

Cover -- Convex Optimization for Machine Learning -- Copyright Page -- Contents -- Preface -- 1: Convex Optimization Basics -- 1.1 Overview of the Book -- 1.2 Definition of Convex Optimization -- 1.3 Tractability of Convex Optimization and Gradient Descent -- 1.4 Linear Program (LP) -- 1.5 LP: Examples and Relaxation -- 1.6 LP: Algorithms -- 1.7 LP: CVXPY Implementation -- 1.8 Least Squares (LS) -- 1.9 LS: Test Error, Regularization and CVXPY Implementation -- 1.10 LS: Computed Tomography -- 1.11 Quadratic Program -- 1.12 Second-order Cone Program -- 1.13 Semi-definite Program (SDP) -- 1.14 SDP Relaxation -- 2: Duality -- 2.1 Strong Duality -- 2.2 Interior Point Method -- 2.3 Proof of Strong Duality Theorem (1/2) -- 2.4 Proof of Strong Duality Theorem (2/2) -- 2.5 Weak Duality -- 2.6 Lagrange Relaxation for Boolean Problems -- 2.7 Lagrange Relaxation for the MAXCUT Problem -- 3: Machine Learning Applications -- 3.1 Supervised Learning and Optimization -- 3.2 Logistic Regression -- 3.3 Deep Learning I -- 3.4 Deep Learning II -- 3.5 Deep Learning: TensorFlow Implementation -- 3.6 Unsupervised Learning: Generative Modeling -- 3.7 Generative Adversarial Networks (GANs) -- 3.8 GANs: TensorFlow Implementation -- 3.9 Wasserstein GAN I -- 3.10 Wasserstein GAN II -- 3.11 Wasserstein GAN: TensorFlow Implementation -- 3.12 Fair Machine Learning -- 3.13 A Fair Classifier and Its Connection to GANs -- 3.14 A Fair Classifier: TensorFlow Implementation -- Appendix A: Python Basics -- A.1 Jupyter Notebook -- A.2 Basic Python Syntaxes -- A.2.1 Data Structure -- A.2.2 Package



-- A.2.3 Visualization -- Appendix B: CVXPY Basics -- Appendix C: TensorFlow and Keras Basics -- References -- Index -- About the Author.

Sommario/riassunto

This book covers an introduction to convex optimization, one of the powerful and tractable optimization problems that can be efficiently solved on a computer. The goal of the book is to
help develop a sense of what convex optimization is, and how it can be used in a widening array of practical contexts with a particular emphasis on machine learning.

The first part of the book covers core concepts of convex sets, convex functions, and related basic definitions that serve understanding convex optimization and its corresponding models. The second part deals with one very useful theory, called duality, which enables us to: (1) gain algorithmic insights; and (2) obtain an approximate solution to non-convex optimization problems which are often difficult to solve. The last part focuses on modern applications in machine learning and deep learning.

A defining feature of this book is that it succinctly relates the “story” of how convex optimization plays a role, via historical examples and trending machine learning applications. Another key feature is that it includes programming implementation of a variety of machine learning algorithms inspired by optimization fundamentals, together with a brief tutorial of the used programming tools. The implementation is based on Python, CVXPY, and TensorFlow.

This book does not follow a traditional textbook-style organization, but is streamlined via a series of lecture notes that are intimately related, centered around coherent themes and concepts. It serves as a textbook mainly for a senior-level undergraduate course, yet is also suitable for a first-year graduate course. Readers benefit from having a good background in linear algebra, some exposure to probability, and basic familiarity with Python.