otrenav / sequential-minimal-optimization-poster

Sequential Minimal Optimization (SMO) poster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delta Lab | Twitter | LinkedIn


Sequential Minimal Optimization (SMO)

  • Omar Trejo
  • November, 2015

This contains a poster I developed for a SMO presentation.

The main idea behind SMO is that it's more efficient to reach a optimal point when optimizaing a function if you move the lowest number of constraints in the problem at the same time (which is two). When following this approach you'll get an optimization that requires many more iterations but arguably can be much faster.

The research is based on:

This repository is related to the Mathematical and numerical methods repository.

Any feedback is welcome!


"We are the people we have been waiting for."

About

Sequential Minimal Optimization (SMO) poster.

License:MIT License


Languages

Language:TeX 84.1%Language:Emacs Lisp 15.9%