Difference between revisions of "Fundamentals of Computational Neuroscience (2nd Edition)"

From Hallab
Jump to navigation Jump to search
Line 14: Line 14:
 
== Slides ==
 
== Slides ==
 
Below are course slides (pdf format). AT this time there are short versions with the most important points for each chapter.<br \>
 
Below are course slides (pdf format). AT this time there are short versions with the most important points for each chapter.<br \>
[[Media:SlidesChapter1.pdf|Chapter 1]]<br \>
+
[[Media:SlidesChapter1.pdf|Chapter1.pdf]]<br \>
[[Media:SlidesChapter2.pdf|Chapter 2]]<br \>
+
[[Media:SlidesChapter2.pdf|Chapter2.pdf]]<br \>
[[Media:SlidesChapter3.pdf|Chapter 3]]<br \>
+
[[Media:SlidesChapter3.pdf|Chapter3.pdf]]<br \>
[[Media:SlidesChapter4.pdf|Chapter 4]]<br \>
+
[[Media:SlidesChapter4.pdf|Chapter4.pdf]]<br \>
[[Media:SlidesChapter5.pdf|Chapter 5]]<br \>
+
[[Media:SlidesChapter5.pdf|Chapter5.pdf]]<br \>
[[Media:SlidesChapter6.pdf|Chapter 6]]<br \>
+
[[Media:SlidesChapter6.pdf|Chapter6.pdf]]<br \>
[[Media:SlidesChapter7.pdf|Chapter 7]]<br \>
+
[[Media:SlidesChapter7.pdf|Chapter7.pdf]]<br \>
[[Media:SlidesChapter8.pdf|Chapter 8]]<br \>
+
[[Media:SlidesChapter8.pdf|Chapter8.pdf]]<br \>
[[Media:SlidesChapter9.pdf|Chapter 9]]<br \>
+
[[Media:SlidesChapter9.pdf|Chapter9.pdf]]<br \>
[[Media:SlidesChapter10.pdf|Chapter 10]]<br \>
+
[[Media:SlidesChapter10.pdf|Chapter10.pdf]]<br \>
  
 
== Errata ==
 
== Errata ==

Revision as of 19:33, 24 May 2011

The second edition of Fundamentals of Computational Neuroscience is now available at Oxford University Press and Amazon.ca.

FundCmpNeuro2Cover.jpg



Programs

A full list of programs is available here.

Figures

A full list of figures from the book is available here.

Slides

Below are course slides (pdf format). AT this time there are short versions with the most important points for each chapter.
Chapter1.pdf
Chapter2.pdf
Chapter3.pdf
Chapter4.pdf
Chapter5.pdf
Chapter6.pdf
Chapter7.pdf
Chapter8.pdf
Chapter9.pdf
Chapter10.pdf

Errata

I would appreciate your comments and corrections. Please send email to tt@cs.dal.ca

Page 146, Table 6.1
The Boolean AND function has a zero (0) as first entry in y column instead of the one (1). The displayed function is the Boolean XOR function (or non-XOR, depending on the translation of 0/1 to true/false).
Page 61, Section 3.1.5
Equation (3.20) on the right should read u(v>30) = u+d
Page 131, Section 5.2.3
The numerical example is not correct. The sum of the synaptic events is binominal distributed with mean 10000*0.005=50 and variance 10000*0.005*(1-0.005), which is reasonable well approximated by a Gaussian with this mean and variance.
Important for the argument here is that the `noise' in the average is much less than N times the 'noise' of the single events since some of the fluctuations will go in different directions and will chancel out each other. More formally, the sum of any random numbers with means mu and variances sigma^2 is a random number with mean N*mu and variance N*sigma. Thus, the variation in the background becomes less important when many synapses are involved since the standard deviation of the sum of random variables only scales with the square root of the number of variables.
Page 330, Appendix B.4
This second derivative in the example is (x-t). The term should be substituted in equation B.15 instead of th term (1-x).