All Projects → computational-neuroscience → Computational Neuroscience Uw

computational-neuroscience / Computational Neuroscience Uw

Python scripts that supplement the Coursera Computational Neuroscience course by the University of Washington

Projects that are alternatives of or similar to Computational Neuroscience Uw

1806
18.06 course at MIT
Stars: ✭ 1,219 (+1443.04%)
Mutual labels:  jupyter-notebook
Pose Estimation tutorials
Tools and tutorials of pose estimation and deep learning
Stars: ✭ 79 (+0%)
Mutual labels:  jupyter-notebook
Symbolic Musical Datasets
🎹 symbolic musical datasets
Stars: ✭ 79 (+0%)
Mutual labels:  jupyter-notebook
Adventures In Tensorflow Lite
This repository contains notebooks that show the usage of TensorFlow Lite for quantizing deep neural networks.
Stars: ✭ 79 (+0%)
Mutual labels:  jupyter-notebook
Microsoft Ai Curriculum
Microsoft AI Curriculum Hungary
Stars: ✭ 79 (+0%)
Mutual labels:  jupyter-notebook
Mathy
Tools for using computer algebra systems to solve math problems step-by-step with reinforcement learning
Stars: ✭ 79 (+0%)
Mutual labels:  jupyter-notebook
Reverse Engineering Neural Networks
A collection of tools for reverse engineering neural networks.
Stars: ✭ 78 (-1.27%)
Mutual labels:  jupyter-notebook
Pragmaticai
[Book-2019] Pragmatic AI: An Introduction to Cloud-based Machine Learning
Stars: ✭ 79 (+0%)
Mutual labels:  jupyter-notebook
Chi course 2019
ACM SIGCHI 2019 Course on Bayesian Methods for Interaction
Stars: ✭ 79 (+0%)
Mutual labels:  jupyter-notebook
Phormatics
Using A.I. and computer vision to build a virtual personal fitness trainer. (Most Startup-Viable Hack - HackNYU2018)
Stars: ✭ 79 (+0%)
Mutual labels:  jupyter-notebook
Covid 19 jhu data web scrap and cleaning
This repository contains data and code used to get and clean data from https://github.com/CSSEGISandData/COVID-19 and https://www.worldometers.info/coronavirus/
Stars: ✭ 80 (+1.27%)
Mutual labels:  jupyter-notebook
Time Series Prediction Lstm Pytorch
Time Series Prediction with LSTM Using PyTorch
Stars: ✭ 78 (-1.27%)
Mutual labels:  jupyter-notebook
Soccernet Code
SoccerNet: A Scalable Dataset for Action Spotting in Soccer Videos
Stars: ✭ 79 (+0%)
Mutual labels:  jupyter-notebook
Ctpn
Detecting Text in Natural Image with Connectionist Text Proposal Network (ECCV'16)
Stars: ✭ 1,220 (+1444.3%)
Mutual labels:  jupyter-notebook
Textrank Keyword Extraction
Keyword extraction using TextRank algorithm after pre-processing the text with lemmatization, filtering unwanted parts-of-speech and other techniques.
Stars: ✭ 79 (+0%)
Mutual labels:  jupyter-notebook
Sms Tools
Sound analysis/synthesis tools for music applications
Stars: ✭ 1,215 (+1437.97%)
Mutual labels:  jupyter-notebook
Logistic regression
This is the code for "Logistic Regression" By Siraj Raval on Youtube
Stars: ✭ 79 (+0%)
Mutual labels:  jupyter-notebook
Pandas Head To Tail
Stars: ✭ 79 (+0%)
Mutual labels:  jupyter-notebook
Ds Ga 1011 Fall2017
DS-GA-1011 Natural Language Processing with Representation Learning
Stars: ✭ 79 (+0%)
Mutual labels:  jupyter-notebook
Autoarima Time Series Blog
This is the code notebook for the blog post on using Python and Auto ARIMA
Stars: ✭ 79 (+0%)
Mutual labels:  jupyter-notebook

Computational-Neuroscience-UW

The University of Washington offers an online course on computational neuroscience taught by Adrienne Fairhall and Rajesh Rao. I found out that I could gain a lot of insight by simulating the methods and models discussed. Also, having a script in which you can quickly adjust some parameters and investigate the effects really makes the material come alive :). I have made these scripts available so that other learners can also benefit!

The following content has been included so far:

  • Week 2: Neurons as linear filters (simple cells, ganglion cells), how to estimate linear receptive fields using spike-triggered averaging and a demonstration of the linear-nonlinear-poisson model. Finally, based on a learner's question on the discussion board I included an example of how to compute eigenfaces!

  • Week 3: Signal detection theory and maximum likelihood estimation. Contains a simulation of how the direction in which a stimulus is moving can be decoded from neural responses!

  • Week 4: An introduction to information theory

  • Week 5: RC-circuit models, integrate-and-fire models and the world famous Hodgkin-Huxley model of action potential generation!

  • Week 6: In progress

  • Week 7: In progress

  • Week 8: In progress

Each folder contains python files with simulation code. These scripts are basically my 'lecture notes' and might still contain small mistakes or unclarities in the code. Starting from these lecture notes, I write IPython notebooks that should be much clearer to follow. This is all work in progress so make sure to check back regularly!

Enjoy!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].