Difference between revisions of "IPBoost"
From statwiki
(Created page with "== Presented by == Casey De Vera, Jihoon Han, Solaiman Jawad == Introduction == == Motivation == == IPBoost: Boosting via Integer Programming == == Results and Perform...") |
(→IPBoost: Boosting via Integer Programming) |
||
Line 6: | Line 6: | ||
== Motivation == | == Motivation == | ||
− | == IPBoost: Boosting via Integer Programming == | + | == IPBoost: Boosting via Integer Programming == |
+ | |||
+ | |||
+ | ===Integer Program Formulation=== | ||
+ | |||
+ | |||
+ | |||
+ | ===Solution=== | ||
+ | |||
+ | |||
+ | |||
+ | ===Algorithm=== | ||
+ | <math> | ||
+ | \usepackage{algorithm} | ||
+ | \begin{algorithm} | ||
+ | \caption{<your caption for this algorithm>} | ||
+ | \label{<your label for references later in your document>} | ||
+ | \begin{algorithmic} | ||
+ | <algorithmic environment> | ||
+ | \end{algorithmic} | ||
+ | \end{algorithm} | ||
+ | |||
+ | </math> | ||
== Results and Performance == | == Results and Performance == |
Revision as of 02:18, 14 November 2020
Contents
Presented by
Casey De Vera, Jihoon Han, Solaiman Jawad
Introduction
Motivation
IPBoost: Boosting via Integer Programming
Integer Program Formulation
Solution
Algorithm
[math] \usepackage{algorithm} \begin{algorithm} \caption{\lt your caption for this algorithm\gt } \label{\lt your label for references later in your document\gt } \begin{algorithmic} \lt algorithmic environment\gt \end{algorithmic} \end{algorithm} [/math]