Difference between revisions of "Learning Resources"

(Neuroimaging analyses)
(General Math)
 
(6 intermediate revisions by the same user not shown)
Line 16: Line 16:
 
* [https://neuronaldynamics.epfl.ch/index.html Gerstner's Neuronal Dynamics book] - free online version with Python exercises using Brian 2
 
* [https://neuronaldynamics.epfl.ch/index.html Gerstner's Neuronal Dynamics book] - free online version with Python exercises using Brian 2
 
* [https://computationalcognitivescience.github.io/lovelace/ Theoretical modeling for cognitive science and psychology] (free) - online book by Mark Blokpoel and Iris van Rooij
 
* [https://computationalcognitivescience.github.io/lovelace/ Theoretical modeling for cognitive science and psychology] (free) - online book by Mark Blokpoel and Iris van Rooij
 +
* [https://algorithmsbook.com/ Algorithms for decision making] by Kochenderfer, Wheeler, and Wray (free PDF)
 +
* [https://direct.mit.edu/books/book/3159/Computational-Modeling-Methods-for-Neuroscientists Computational Modeling Methods for Neuroscientists] - (free PDF) by Erik De Schutter
  
 
== Information Theory ==
 
== Information Theory ==
Line 61: Line 63:
 
* [https://github.com/ebatty/MathToolsforNeuroscience Math tools for Neuroscience] - very cool intro to basic Math by NMA's Ella Batty et al.
 
* [https://github.com/ebatty/MathToolsforNeuroscience Math tools for Neuroscience] - very cool intro to basic Math by NMA's Ella Batty et al.
 
* [https://john-s-butler-dit.github.io/NumericalAnalysisBook/?s=03 Numerical Analysis with Applications in Python] - (free JupyterBook) by John Butler
 
* [https://john-s-butler-dit.github.io/NumericalAnalysisBook/?s=03 Numerical Analysis with Applications in Python] - (free JupyterBook) by John Butler
 +
* [https://www.biodyn.ro/course/literatura/Nonlinear_Dynamics_and_Chaos_2018_Steven_H._Strogatz.pdf Nonlinear Dynamics And Chaos] book by Steven H. Strogatz
  
 
== MATLAB ==
 
== MATLAB ==
Line 70: Line 73:
 
**[[Media:CurveFit_Tutorial.zip | Curve Fitting Scripts]]
 
**[[Media:CurveFit_Tutorial.zip | Curve Fitting Scripts]]
 
* [https://www.youtube.com/c/Eigensteve Steve Brunton's amazing Youtube videos] explaining many different Math concepts
 
* [https://www.youtube.com/c/Eigensteve Steve Brunton's amazing Youtube videos] explaining many different Math concepts
 +
* [https://www.matlabcoding.com/2023/12/matlab-for-neuroscientists-introduction.html Matlab for Neuroscientists] (free PDF) 2nd edition, by Pascal Wallish et al.
  
 
== Python ==
 
== Python ==
Line 79: Line 83:
 
* [https://goodresearch.dev/ The Good Research Code Handbook] - an amazing resource by Patrick Minault
 
* [https://goodresearch.dev/ The Good Research Code Handbook] - an amazing resource by Patrick Minault
 
* [https://www.ethanrosenthal.com/2022/02/01/everything-gets-a-package/ Setting up a data science project] - practical advice including package management by Ethan Rosenthal
 
* [https://www.ethanrosenthal.com/2022/02/01/everything-gets-a-package/ Setting up a data science project] - practical advice including package management by Ethan Rosenthal
 +
* [https://virati.medium.com/make-your-code-last-forever-18e5bd3e4842 How to use containers for code] - by Vineet Tiruvadi
  
 
== Statistics ==
 
== Statistics ==
Line 97: Line 102:
 
* [http://web4.cs.ucl.ac.uk/staff/D.Barber/pmwiki/pmwiki.php?n=Brml.Online D Barber's Bayesian Reasoning and Machine Learning book] - free
 
* [http://web4.cs.ucl.ac.uk/staff/D.Barber/pmwiki/pmwiki.php?n=Brml.Online D Barber's Bayesian Reasoning and Machine Learning book] - free
 
* [https://probability4datascience.com/?s=03 Introduction to Probability for Data Science] by Stanley Chan - free online book with Python exercises!
 
* [https://probability4datascience.com/?s=03 Introduction to Probability for Data Science] by Stanley Chan - free online book with Python exercises!
 +
* [https://lakens.github.io/statistical_inferences/index.html?s=03 Improving your statistical inferences] by Daniel Lakens - free online book with R code
  
 
== Neuroimaging analyses ==
 
== Neuroimaging analyses ==
 
* [http://mikexcohen.com/lectures.html?s=03 Mike Cohen's EEG analysis course]
 
* [http://mikexcohen.com/lectures.html?s=03 Mike Cohen's EEG analysis course]
 
* [http://neuroimaging-data-science.org/root.html Neuroimaging and Data Science book] - (free) by Ariel Rokem and Tal Yarkoni
 
* [http://neuroimaging-data-science.org/root.html Neuroimaging and Data Science book] - (free) by Ariel Rokem and Tal Yarkoni

Latest revision as of 14:43, 8 March 2024

Bayesian Nonparametrics

General Computational Neuroscience

Information Theory

Machine Learning

Books

Online Resources

Journal Club Tutorials

See Journal Club#Tutorials.

General Math

MATLAB

Python

Statistics

Neuroimaging analyses