mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2026-02-04 15:51:43 +01:00
29 lines
780 B
TeX
29 lines
780 B
TeX
\documentclass[11pt]{ainotes}
|
|
|
|
\title{Natural Language Processing}
|
|
\date{2024 -- 2025}
|
|
\def\lastupdate{{PLACEHOLDER-LAST-UPDATE}}
|
|
\def\giturl{{PLACEHOLDER-GIT-URL}}
|
|
|
|
\begin{document}
|
|
|
|
\makenotesfront
|
|
\include{./sections/_basic_text.tex}
|
|
\include{./sections/_language_models.tex}
|
|
\include{./sections/_classification.tex}
|
|
\include{./sections/_semantics.tex}
|
|
\include{./sections/_rnn.tex}
|
|
\include{./sections/_attention.tex}
|
|
\include{./sections/_llm.tex}
|
|
\include{./sections/_model_efficiency.tex}
|
|
\include{./sections/_llm_usage.tex}
|
|
\include{./sections/_rag.tex}
|
|
|
|
\appendix
|
|
\include{./sections/_task_oriented_dialog_system.tex}
|
|
\include{./sections/_speech.tex}
|
|
\input{./sections/_italian_llm.tex}
|
|
|
|
\eoc
|
|
|
|
\end{document} |