Skip to content

Commit

Permalink
modified presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rasoolianbehnam committed Feb 21, 2018
1 parent 185e42a commit b2fea02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
Binary file added tex/.presentation.tex.swp
Binary file not shown.
19 changes: 7 additions & 12 deletions tex/presentation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -770,21 +770,16 @@

\begin{table}[]
\centering
\caption{My caption}
\label{my-label}
\begin{tabular}{l|l|l}
\resizebox{.8\textwidth}{!}{
\begin{tabular}{c|l|l}
Gradient Descent & BFGS & L-BFGS \\ \hline
$\theta(N^)$ & $\theta(N)$ & $\theta(m)$ \\
$\theta(N^)$ & $\theta(N)$ & $\theta(m)$
\end{tabular}
$\theta(N^2)$ & $\theta(N)$ & $\theta(m)$ \\
$\theta(N^2)$ & $\theta(N)$ & $\theta(m)$
\end{tabular}}
\caption*{Minimizing $\mathcal{L}_{total}$ With Different Optimizers}
\label{my-label}
\end{table}

\begin{figure}
\centering
\caption*{Minimizing $\mathcal{L}_{total}$ With Different Optimizers}
\includegraphics[width=.8\textwidth]{img/loss/plot}
\end{figure}

\end{frame}


Expand Down

0 comments on commit b2fea02

Please sign in to comment.