Files
unibo-ai-notes/src/year2/natural-language-processing/nlp.tex
2024-12-17 21:52:25 +01:00

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}