added README to the projects
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
stimulus could happen to be lower than the number of spikes evoked
|
||||
by the smaller stimulus.
|
||||
|
||||
|
||||
The central questions of this project are:
|
||||
\begin{itemize}
|
||||
\item How can an upstream neuron discriminate two stimuli based
|
||||
@@ -45,7 +44,7 @@
|
||||
\end{itemize}
|
||||
|
||||
The neuron is implemented in the file \texttt{lifboltzmannspikes.m}.
|
||||
Call it with the following parameters:
|
||||
Call it with the following parameters:\vspace{-5ex}
|
||||
\begin{lstlisting}
|
||||
trials = 10;
|
||||
tmax = 50.0;
|
||||
@@ -76,9 +75,7 @@ spikes = lifboltzmanspikes(trials, input, tmax, gain);
|
||||
|
||||
Plot the tuning curve for four different neurons that differ in
|
||||
their \texttt{gain} property. Use 0.1, 0.2, 0.5 and 1 as values
|
||||
for the \texttt{gain} parameter.
|
||||
|
||||
Why is this parameter called 'gain'?
|
||||
for the \texttt{gain} parameter. Why is this parameter called 'gain'?
|
||||
|
||||
\part Show two raster plots for the responses to two different
|
||||
stimuli with $I_1=10$ and $I_2=11$. Set the gain of the neuron to
|
||||
@@ -102,7 +99,7 @@ spikes = lifboltzmanspikes(trials, input, tmax, gain);
|
||||
that quantifies how well the two stimuli can be distinguished
|
||||
based on the spike counts. Plot the dependence of this measure as
|
||||
a function of the gain of the neuron.
|
||||
|
||||
%
|
||||
For which gains can the two stimuli perfectly discriminated?
|
||||
|
||||
\underline{Hint:} A possible readout is to set a threshold
|
||||
|
||||
Reference in New Issue
Block a user