mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-16 19:32:21 +01:00
Moved CN in year1
This commit is contained in:
35
src/year1/cognition-and-neuroscience/module1/cn1.tex
Normal file
35
src/year1/cognition-and-neuroscience/module1/cn1.tex
Normal file
@ -0,0 +1,35 @@
|
||||
\documentclass[11pt]{ainotes}
|
||||
|
||||
\title{Cognition and Neuroscience\\(Module 1)}
|
||||
\date{2023 -- 2024}
|
||||
\def\lastupdate{{PLACEHOLDER-LAST-UPDATE}}
|
||||
|
||||
\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*{casestudy}{Case study}
|
||||
|
||||
\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}
|
||||
Reference in New Issue
Block a user