Difference between revisions of "Learning Resources"

(Python)
(Python)
(10 intermediate revisions by 2 users not shown)
Line 15: Line 15:
 
* [https://github.com/NeuromatchAcademy/precourse/blob/master/resources.md NMA list of resources]
 
* [https://github.com/NeuromatchAcademy/precourse/blob/master/resources.md NMA list of resources]
 
* [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://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 23: Line 26:
 
== Machine Learning ==
 
== Machine Learning ==
 
==== Books ====
 
==== Books ====
 +
* [http://databookuw.com/ Data-driven Science and Engineering: Machine Learning, Dynamical Systems, and Control]
 
* [http://personal.disco.unimib.it/Vanneschi/McGrawHill_-_Machine_Learning_-Tom_Mitchell.pdf Tom Mitchell's book]
 
* [http://personal.disco.unimib.it/Vanneschi/McGrawHill_-_Machine_Learning_-Tom_Mitchell.pdf Tom Mitchell's book]
 
* [http://alex.smola.org/drafts/thebook.pdf Smola & Vishwanathan's book]
 
* [http://alex.smola.org/drafts/thebook.pdf Smola & Vishwanathan's book]
Line 58: Line 62:
 
* [https://webfiles.uci.edu/mdlee/LeeWagenmakers2013_Free.pdf Bayesian Cognitive Modeling: A Practical Course]
 
* [https://webfiles.uci.edu/mdlee/LeeWagenmakers2013_Free.pdf Bayesian Cognitive Modeling: A Practical Course]
 
* [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
  
 
== MATLAB ==
 
== MATLAB ==
Line 74: Line 79:
 
* [https://medium.com/@thomas.a.dorfer/artefact-correction-with-ica-53afb63ad300 ICA-based EEG artifact removal in Python]
 
* [https://medium.com/@thomas.a.dorfer/artefact-correction-with-ica-53afb63ad300 ICA-based EEG artifact removal in Python]
 
* [https://carpentries.org/blog/2021/07/pyrse-book/?s=03 The Carpentries - Research Software Engineering with Python (book)]
 
* [https://carpentries.org/blog/2021/07/pyrse-book/?s=03 The Carpentries - Research Software Engineering with Python (book)]
 +
* [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://virati.medium.com/make-your-code-last-forever-18e5bd3e4842 How to use containers for code] - by Vineet Tiruvadi
  
 
== Statistics ==
 
== Statistics ==
Line 91: Line 99:
 
* [http://www.inference.org.uk/mackay/itila/ D MacKay's Information Theory, Inference, and Learning Algorithms book] - free
 
* [http://www.inference.org.uk/mackay/itila/ D MacKay's Information Theory, Inference, and Learning Algorithms 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
 
* [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://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

Revision as of 14:09, 21 July 2022

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