prezentacia je hotova

This commit is contained in:
Priec
2026-05-06 00:33:15 +02:00
parent c0c45dda00
commit 2ab50924fe
7 changed files with 181 additions and 106 deletions

View File

@@ -55,6 +55,33 @@
\end{itemize}
\end{frame}
{
\usebackgroundtemplate{
\vbox to \paperheight{
\vfill
\hbox to \paperwidth{
\hfill
\includegraphics[height=0.35\paperheight]{obrazky/burn_logo.png}
}
\vspace{1.8cm}
}
}
\begin{frame}{Burn framework}
\begin{itemize}
\item Deep learning framework napísaný v Ruste
\item Cieľ: byť pre Rust tým, čím je PyTorch pre Python
\item Kľúčové vlastnosti:
\begin{itemize}
\item Backend-agnostický dizajn
\item Typová bezpečnosť v compile-time
\item Automatická diferenciácia (autodiff)
\item Podpora pre CPU, CUDA, WebGPU, \dots
\end{itemize}
\end{itemize}
\end{frame}
}
\begin{frame}{Burn --- Backend systém}
Burn oddeľuje logiku modelu od hardvéru: