mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-15 19:12:22 +01:00
17 lines
431 B
TeX
17 lines
431 B
TeX
\documentclass[11pt]{ainotes}
|
|
|
|
\title{Statistical and Mathematical Methods for Artificial Intelligence}
|
|
\date{2023 -- 2024}
|
|
|
|
\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}
|
|
|
|
\end{document} |