https://github.com/contextlab/computational-neuroscience
Short undergraduate course taught at University of Pennsylvania on computational and theoretical neuroscience. Provides an introduction to programming in MATLAB, single-neuron models, ion channel models, basic neural networks, and neural decoding.
https://github.com/contextlab/computational-neuroscience
computational-neuroscience course-materials data-analysis matlab modeling neuron problem-set simulation
Last synced: 1 day ago
JSON representation
Short undergraduate course taught at University of Pennsylvania on computational and theoretical neuroscience. Provides an introduction to programming in MATLAB, single-neuron models, ion channel models, basic neural networks, and neural decoding.
- Host: GitHub
- URL: https://github.com/contextlab/computational-neuroscience
- Owner: ContextLab
- License: mit
- Created: 2018-01-22T19:16:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-30T22:56:48.000Z (almost 2 years ago)
- Last Synced: 2025-09-10T14:49:03.536Z (28 days ago)
- Topics: computational-neuroscience, course-materials, data-analysis, matlab, modeling, neuron, problem-set, simulation
- Language: TeX
- Size: 52 MB
- Stars: 49
- Watchers: 4
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://doi.org/10.5281/zenodo.10235877)
# Overview
This repository contains materials for a short MATLAB and computational neuroscience course, taught at the University of Pennsylvania during the summers of 2009, 2010, and 2011.
You'll probably want to start by downloding [this PDF](https://github.com/ContextLab/computational-neuroscience/blob/master/main.pdf), which contains the syllabus, course notes, and problem sets.
Lecture slides, code, and other materials mat be found by exploring the rest of the repository.
# Using this material
Want to use this material in your course? Feel free! You are welcome to use, modify, redistribute, etc. all of the materials for this course. However, (while we have done our best to produce high quality, accurate, materials) we can make no guarantees that the information or code provided is correct. If you notice an error or have a question, [post an issue](https://github.com/ContextLab/computational-neuroscience/issues) about it!
# Contributing
To add new material to the course, or to modify the existing content, please follow these steps:
1. Fork this repository
2. Make your modifications on your fork
3. Submit a pull request with an informative message describing what you changedOr, to add an idea or propose a change for someone else to make, create a new [issue](https://github.com/ContextLab/computational-neuroscience/issues) describing what you're thinking.