Neuronify is an educational tool meant to create intuition for how neurons and neural networks behave. You can use it to combine neurons with different connections, just like the ones we have in our brain, and explore how changes on single cells lead to behavioral changes in important networks. Neuronify is based on an integrate-and-fire model of neurons. This is one of the simplest models of neurons that exist. It focuses on the spike timing of a neuron and ignores the details of the action potential dynamics. These neurons are modeled as simple RC circuits. When the membrane potential is above a certain threshold, a spike is generated and the voltage is reset to its resting potential. This spike then signals other neurons through its synapses.
Neuronify aims to provide a low entry point to simulation-based neuroscience.
This tutorial illustrates several ways to approach predictive modeling and machine learning with MATLAB.
A brief overview of the Python programming language, with an emphasis on tools relevant to data scientists. This lecture was part of the 2018 Neurohackademy, a 2-week hands-on summer institute in neuroimaging and data science held at the University of Washington eScience Institute.
This tutorial was part of the 2018 Neurohackademy, a 2-week hands-on summer institute in neuroimaging and data science held at the University of Washington eScience Institute.
A quick walkthrough the Tidyverse, an "opinionated" collection of R packages designed for data science. Includes the use of readr, dplyr, tidyr, and ggplot2.
Introductory presentation on how data science can help with scientific reproducibility.
This lecture provides an overview of depression (epidemiology and course of the disorder), clinical presentation, somatic co-morbidity, and treatment options.
Introduction to neurons, synaptic transmission, and ion channels.
Introduction to the types of glial cells, homeostasis (influence of cerebral blood flow and influence on neurons), insulation and protection of axons (myelin sheath; nodes of Ranvier), microglia and reactions of the CNS to injury.
This lecture covers: integrating information within a network, modulating and controlling networks, functions and dysfunctions of hippocampal networks, and the integrative network controlling sleep and arousal.
This lecture focuses on the comprehension of nociception and pain sensation. It highlights how the somatosensory system and different molecular partners are involved in nociception and how nociception and pain sensation are studied in rodents and humans and the development of pain therapy.
JupyterHub is a simple, highly extensible, multi-user system for managing per-user Jupyter Notebook servers, designed for research groups or classes. This lecture covers deploying JupyterHub on a single server, as well as deploying with Docker using GitHub for authentication.
This talk highlights a set of platform technologies, software, and data collections that close and shorten the feedback cycle in research.
Tutorial on collaborating with Git and GitHub. This tutorial was part of the 2019 Neurohackademy, a 2-week hands-on summer institute in neuroimaging and data science held at the University of Washington eScience Institute.