mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-15 02:52:22 +01:00
21 lines
568 B
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} |