Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions tutorials/W1D5_Microcircuits/W1D5_Intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@
}
},
"source": [
"# Intro"
"# Intro\n",
"\n",
"Welcome to our day on *Microcircuits*. What are 'microcircuits', you might ask? These are essentially computations that exist on a level that that is small and are core elements repeated continuously within bigger networks. We're going to investigate some of this interesting ideas and by the end of the day, you will be able to relate a lot of what you *likely* already had heard of, but in a totally different way. If you have a background in AI or Machine Learning, you will likely have heard of: sparsity, attention, normalization. Today, we're going to change the way we view these *elementary operations* (microcircuits) by showing how they are linked to phenomena that exist in the brain. \n",
"\n",
"We've previously been adding new skills and tools to our NeuroAI toolkit. However, what a new NeuroAI researcher also needs to be able to do is to take ideas and concepts already familiar and see them in a new light, see them with a different lens, a different jusfication. This often happens when we can relate a biological principle to show similarity between how two methods work. Once that link is there, it frees us up to use ideas from one field (e.g. neuroscience) or another (e.g. AI) in order to bring hypotheses, tests, potential advancements. That's all what we're about in NeuroAI and today is a great chance for you to build extra familiarity with some common concepts.\n",
"\n",
"Xaq will now introduce you to the topics of the day in a lot more detail in the video below."
]
},
{
Expand Down Expand Up @@ -210,7 +216,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.19"
"version": "3.9.22"
}
},
"nbformat": 4,
Expand Down
Loading