{ "metadata": { "name": "slides" }, "nbformat": 3, "nbformat_minor": 0, "worksheets": [ { "cells": [ { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "Brian Model Fitting Tutorial\n", "============================\n", "### CNS 2013\n", "#### Cyrille Rossant" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "## Spiking neuron models can accurately reproduce the response to a somatically injected current\n", "\n", "" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "## How to estimate the parameters?\n", "\n", " * Model-specific optimization algorithms\n", " * Generic optimization with Brian" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "## The BRIAN model fitting toolbox\n", "\n", " * Give the equations in mathematical form as usual\n", " * Specify the parameters to optimize\n", " * Specify the injected current and the output spikes\n", " * Run the procedure and get the optimized parameters\n", " \n", "