[ML] PAC-Bayes Bound : Measure for Generalization Ability of Learned Predictors
References An Introduction to PAC-Bayes User-friendly introduction to PAC-Bayes bounds, Alquier et al., 2021 PAC...
2023, Dec 06 — 1 minute readReferences An Introduction to PAC-Bayes User-friendly introduction to PAC-Bayes bounds, Alquier et al., 2021 PAC...
2023, Dec 06 — 1 minute read1. Summary Notes provides a summary of the entire process for optimizing a soft-margin SVM....
2023, Apr 02 — 10 minute readSoft Margin SVM that provides flexibility by allowing some classification error by introducing some slack...
2023, Apr 02 — 1 minute readOptimization of Support Vector Machine for binary classification problem by solving dual problem for KKT...
2023, Apr 01 — 1 minute readOptimization algorithm commonly used to solve convex optimization problems using Newton method starts with perturbed...
2023, Mar 15 — 1 minute readalso uses perturbed KKT as IPM-B, but doen’t explicitly uses barrier method instead, solving primal-dual...
2023, Mar 09 — 1 minute readSummary Notes Convex Optimization 3 - Karush Kuhn Tucker (KKT) Conditions and Strong Duality Applications...
2023, Mar 06 — 1 minute readQuasi-Newton method Iterative optimization algorithm used to solve unconstrained nonlinear optimization problems without explicit calculation...
2023, Mar 02 — 1 minute readSR1, BFGS, DFP SR1, BFGS, and DFP are all quasi-Newton methods that are commonly used...
2023, Mar 02 — 1 minute read