Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 2.25 KB

index.md

File metadata and controls

24 lines (18 loc) · 2.25 KB

@def title = "Introduction to Computational Neuroscience with Neuroblox" Neuroblox logo

Introduction

Computational neuroscience aims to simulate the brain in silico, from single synapses to brain-wide networks. The field has matured in tandem with experimental neuroscience, to the point where computational modeling has become an indispensable tool for understanding neuroscience data and motivating future experiments. However, building such models can involve a painstaking process of translating concepts from the literature into working code, then optimizing it to run in a reasonable timeframe.

Neuroblox is a new software platform for computational neuroscience that aims to break down these barriers. It is based on the Julia programming language, and is built with simplicity, modularity, and performance in mind. It consists of a library of modular computational building blocks (“Blox”) that can be easily assembled to simulate brain dynamics, either in code or via an easy-to-use graphical interface. Our tools bridge scales from spiking neurons to brain waves and fMRI, and have applications to neurology and psychiatry. Moreover, the behavior of multiple model variants can be compared to discriminate between competing hypotheses.

In this course, you will learn the basics of computational neuroscience via hands-on model building in Neuroblox and Julia. You will simulate models from the literature, from single neurons to large circuits with synaptic plasticity, and fit them to neural data. By the end of the course, you will be able to model your own data and build your own custom “blox” that may be incorporated into the Neuroblox library.

Course units

We will go over the following units in this course :