mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-15 19:12:22 +01:00
18 lines
432 B
TeX
18 lines
432 B
TeX
\documentclass[11pt]{ainotes}
|
|
|
|
\title{Artificial Intelligence in Industry}
|
|
\date{2024 -- 2025}
|
|
\def\lastupdate{{PLACEHOLDER-LAST-UPDATE}}
|
|
\def\giturl{{PLACEHOLDER-GIT-URL}}
|
|
|
|
\setcounter{secnumdepth}{3}
|
|
\setcounter{tocdepth}{3}
|
|
|
|
\begin{document}
|
|
|
|
\makenotesfront
|
|
\input{./sections/_preliminaries.tex}
|
|
\input{./sections/_anomaly_detection_low_dim.tex}
|
|
\input{./sections/_anomaly_detection_high_dim.tex}
|
|
|
|
\end{document} |