mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-16 03:21:48 +01:00
23 lines
678 B
TeX
23 lines
678 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
|
|
\include{./sections/_preliminaries.tex}
|
|
\include{./sections/_anomaly_detection_low_dim.tex}
|
|
\include{./sections/_anomaly_detection_high_dim.tex}
|
|
\include{./sections/_missing_data.tex}
|
|
\include{./sections/_remaining_useful_life.tex}
|
|
\include{./sections/_wear_anomalies.tex}
|
|
\include{./sections/_arrivals_predicition.tex}
|
|
\include{./sections/_features_selection.tex}
|
|
|
|
\end{document} |