\documentclass{beamer}
\usetheme{Madrid}
\title{Distributed Optimization for Edge Devices}
\author{Nadir Martins}
\date{2024-06-03}

\begin{document}
\frame{\titlepage}
\begin{frame}{Challenges}
\begin{itemize}
  \item Limited memory and compute
  \item Communication bottlenecks
\end{itemize}
\end{frame}
\begin{frame}{Solutions}
\begin{itemize}
  \item Local training strategies
  \item Federated and hierarchical models
\end{itemize}
\end{frame}
\end{document}
