mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-16 11:31:49 +01:00
43 lines
1.4 KiB
TeX
43 lines
1.4 KiB
TeX
\documentclass[11pt]{ainotes}
|
|
|
|
\title{Cognition and Neuroscience\\(Module 1)}
|
|
\date{2023 -- 2024}
|
|
\def\lastupdate{{PLACEHOLDER-LAST-UPDATE}}
|
|
\def\giturl{{PLACEHOLDER-GIT-URL}}
|
|
|
|
\DeclareAcronym{psp}{short=PSP, long=postsynaptic potential, long-plural=s}
|
|
\DeclareAcronym{epsp}{short=EPSP, long=excitatory postsynaptic potential, long-plural=s}
|
|
\DeclareAcronym{ipsp}{short=IPSP, long=inhibitory postsynaptic potential, long-plural=s}
|
|
\DeclareAcronym{ap}{short=AP, long=action potential, long-plural=s}
|
|
\DeclareAcronym{cns}{short=CNS, long=central nervous system}
|
|
\DeclareAcronym{pns}{short=PNS, long=peripheral nervous system}
|
|
\DeclareAcronym{rl}{short=RL, long=reinforcement learning}
|
|
\DeclareAcronym{nr}{short=NR, long=no response}
|
|
\DeclareAcronym{us}{short=US, long=unconditioned stimulus}
|
|
\DeclareAcronym{ur}{short=UR, long=unconditioned response}
|
|
\DeclareAcronym{cs}{short=CS, long=conditioned stimulus}
|
|
\DeclareAcronym{cr}{short=CR, long=conditioned response}
|
|
|
|
\newtheorem*{privatecasestudy}{Case study}
|
|
\newenvironment{casestudy}{%
|
|
\begin{marginbar}{olive}{0}{thick}
|
|
\begin{privatecasestudy}
|
|
}{%
|
|
\end{privatecasestudy}
|
|
\end{marginbar}
|
|
}
|
|
|
|
\begin{document}
|
|
|
|
\makenotesfront
|
|
\printacronyms
|
|
\newpage
|
|
|
|
\input{./sections/_introduction.tex}
|
|
\input{./sections/_nervous_system.tex}
|
|
\input{./sections/_rl.tex}
|
|
\input{./sections/_pavlovian_learning.tex}
|
|
\input{./sections/_instrumental_learning.tex}
|
|
\eoc
|
|
|
|
\end{document} |