Skip to content

Commit

Permalink
VI noise. ch2 editing.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfiers committed Jul 10, 2023
1 parent 9089bf9 commit d2f2513
Show file tree
Hide file tree
Showing 8 changed files with 236 additions and 104 deletions.
234 changes: 161 additions & 73 deletions nb/2023-06-23__Vm_traces_AdEx_Izh__Brian.ipynb

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion nb/lib/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@ def reset_and_apply():

reset_and_apply()


from brian2 import *

def savefig_(name):
savefig(f"../thesis/figs/{name}.pdf")

def plotsig(y, label="", hylab=True, t_unit=ms, y_unit='auto', ax=None, **kw):
t = timesig(y)
if y_unit == 'auto':
Expand Down
87 changes: 57 additions & 30 deletions thesis/ch2.tex

Large diffs are not rendered by default.

Binary file added thesis/figs/VI_noise.pdf
Binary file not shown.
Binary file modified thesis/figs/Vm_Izh_vs_AdEx.pdf
Binary file not shown.
Binary file modified thesis/main.pdf
Binary file not shown.
3 changes: 3 additions & 0 deletions thesis/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
\newunicodechar{σ}{\ensuremath{\sigma}}
\newunicodechar{τ}{\ensuremath{\tau}}
\newunicodechar{δ}{\ensuremath{\delta}}
\newunicodechar{ε}{\ensuremath{\varepsilon}}
% \newunicodechar{×}{\ensuremath{\times}} % not needed (outside math)
\newunicodechar{₁}{\ensuremath{_1}}
\newunicodechar{₂}{\ensuremath{_2}}
Expand Down Expand Up @@ -210,4 +211,6 @@ \section{Future work}
\item New connection test method to try: something deep learning-based (we have infinite training data, given our simulation)
\end{itemize}

\References

\end{document}
12 changes: 12 additions & 0 deletions thesis/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@ @article{Brette2005AdaptiveExponentialIntegrateandFirea
url = {https://journals.physiology.org/doi/full/10.1152/jn.00686.2005}
}

@article{Brette2007SimulationNetworksSpiking,
title = {Simulation of Networks of Spiking Neurons: {{A}} Review of Tools and Strategies},
shorttitle = {Simulation of Networks of Spiking Neurons},
author = {Brette, Romain and Rudolph, Michelle and Carnevale, Ted and Hines, Michael and Beeman, David and Bower, James M. and Diesmann, Markus and Morrison, Abigail and Goodman, Philip H. and Harris, Frederick C. and Zirpe, Milind and Natschläger, Thomas and Pecevski, Dejan and Ermentrout, Bard and Djurfeldt, Mikael and Lansner, Anders and Rochel, Olivier and Vieville, Thierry and Muller, Eilif and Davison, Andrew P. and El Boustani, Sami and Destexhe, Alain},
date = {2007-12-01},
journaltitle = {Journal of Computational Neuroscience},
shortjournal = {J Comput Neurosci},
doi = {10.1007/s10827-007-0038-6},
url = {https://doi.org/10.1007/s10827-007-0038-6},
langid = {english}
}

@book{Dayan2001TheoreticalNeuroscienceComputational,
title = {Theoretical Neuroscience: Computational and Mathematical Modeling of Neural Systems},
shorttitle = {Theoretical Neuroscience},
Expand Down

0 comments on commit d2f2513

Please sign in to comment.