Browse Source

forgot to commit these

asobolev 9 months ago
parent
commit
4d76b2b8f5

+ 1 - 1
reporting/State-dependent neural dynamics in the gerbil Auditory Cortex/00 - Highlights.ipynb

@@ -7,7 +7,7 @@
    "source": [
     "## - The structure of Auditory Evoked Responses (AEPs) is dynamic in freely-moving gerbils engaged in the auditory task\n",
     "\n",
-    "## - Dynamics of the AEPs reflect instant behavioral relevance of the auditory stimulus\n",
+    "## - Dynamics of the AEPs reflect instant perceptual and behavioral relevance of the auditory stimulus\n",
     "\n",
     "## - Single units in AC exhibit micro- and macro- structural tuning to auditory stimulations depending on their relevance\n",
     "\n",

File diff suppressed because it is too large
+ 658 - 0
reporting/State-dependent neural dynamics in the gerbil Auditory Cortex/02 - Evoked responses are driven by single units with specific response tuning micro-structure.ipynb


File diff suppressed because it is too large
+ 425 - 0
reporting/State-dependent neural dynamics in the gerbil Auditory Cortex/03 - Tone-modulated units exhibit macro-structure relative to the target.ipynb


+ 88 - 0
reporting/State-dependent neural dynamics in the gerbil Auditory Cortex/04 - (NOT READY) Dynamics of the mismatch response depending on the AEP states.ipynb

@@ -0,0 +1,88 @@
+{
+ "cells": [
+  {
+   "cell_type": "markdown",
+   "id": "57a6fc24",
+   "metadata": {},
+   "source": [
+    "## Mismatch response (MMR) as a measure of stimulus change"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 2,
+   "id": "08a235ca",
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "# introduce MMR"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "id": "675fcd2e",
+   "metadata": {},
+   "source": [
+    "## MMR response depending on P1, N1, P2 and P3 states"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 3,
+   "id": "033b6507",
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "# show examples for individual session\n",
+    "# compute across sessions?"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "id": "af381ac6",
+   "metadata": {},
+   "source": [
+    "## Behavioral relevance of the MMR for performance in SIT"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 4,
+   "id": "4de99e39",
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "# compute..."
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "id": "d287fdfa",
+   "metadata": {},
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python 3 (ipykernel)",
+   "language": "python",
+   "name": "python3"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 3
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython3",
+   "version": "3.8.10"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 5
+}

+ 41 - 0
reporting/State-dependent neural dynamics in the gerbil Auditory Cortex/05 - (NOT READY) Phasic modulation of A1 single units reflect perception strength and predict behavioral performance.ipynb

@@ -0,0 +1,41 @@
+{
+ "cells": [
+  {
+   "cell_type": "markdown",
+   "id": "c7086c01",
+   "metadata": {},
+   "source": [
+    "## PERCEPTION does not mean ACTION"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "id": "63ebaa6f",
+   "metadata": {},
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python 3 (ipykernel)",
+   "language": "python",
+   "name": "python3"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 3
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython3",
+   "version": "3.8.10"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 5
+}