Files
unibo-ai-notes/src/statistical-and-mathematical-methods-for-ai/main.tex

21 lines
568 B
TeX

\documentclass[11pt]{ainotes}
\title{Statistical and Mathematical Methods for Artificial Intelligence}
\date{2023 -- 2024}
\def\lastupdate{{PLACEHOLDER-LAST-UPDATE}}
\begin{document}
\makenotesfront
\input{sections/_finite_numbers.tex}
\input{sections/_linear_algebra.tex}
\input{sections/_linear_systems.tex}
\input{sections/_matrix_decomp.tex}
\input{sections/_vector_calculus.tex}
\input{sections/_gradient_methods.tex}
\input{sections/_probability.tex}
\input{sections/_machine_learning.tex}
\eoc
\end{document}