Difference between revisions of "Learning Resources"
(→MATLAB) |
|||
Line 43: | Line 43: | ||
== MATLAB == | == MATLAB == | ||
+ | * [https://www.coursera.org/learn/matlab Intro to programming] with Matlab | ||
* [http://www.mathworks.com/moler/exm/chapters.html?refresh=true Moler's tutorials] | * [http://www.mathworks.com/moler/exm/chapters.html?refresh=true Moler's tutorials] | ||
* [https://www.ee.columbia.edu/~marios/matlab/MatlabStyle1p5.pdf MatLab Style Guidelines] ("The goal of these guidelines is to help produce code that is more likely to be correct, understandable, sharable and maintainable.") | * [https://www.ee.columbia.edu/~marios/matlab/MatlabStyle1p5.pdf MatLab Style Guidelines] ("The goal of these guidelines is to help produce code that is more likely to be correct, understandable, sharable and maintainable.") | ||
Line 48: | Line 49: | ||
* [[Media:Curve_Fitting.pdf | Jerry Jeyachandra's Curve Fitting Tutorial]] | * [[Media:Curve_Fitting.pdf | Jerry Jeyachandra's Curve Fitting Tutorial]] | ||
**[[Media:CurveFit_Tutorial.zip | Curve Fitting Scripts]] | **[[Media:CurveFit_Tutorial.zip | Curve Fitting Scripts]] | ||
+ | |||
+ | == Python == | ||
+ | * [https://www.codecademy.com/learn/learn-python Codecademy tutorial] to learn Python from scratch | ||
+ | * [https://www.coursera.org/learn/interactive-python-1 Intro to interactive programming] in Python | ||
== Statistics == | == Statistics == |
Revision as of 15:16, 28 November 2018
Contents
General Computational Neuroscience
- ELSC Youtube Channel Contains archived computational neuroscience seminars and lectures, including Dayan, Abbot, Pouget..., as well as physiology resources.
- Coursera Computational Neuroscience With instructors Rajesh Rao and Adrienne Fairhall.
- Reza Shadmehr lectures on motor control & learning
Information Theory
- A Tutorial for Information Theory in Neuroscience
- Information Theory, Inference, and Learning Algorithms - An excellent book that presents Bayesian inference and machine learning from the perspective of coding/information theory.
Machine Learning
Books
- Tom Mitchell's book
- Smola & Vishwanathan's book
- Daume's book
- Murphy's book
- Shalev-Shwartz & Ben-David's book
- Nilsson's book
- Harrington's book
- Ian Goodfellow, Yoshua Bengio, and Aaron Courville's book
- Hastie, Tibshirani, and Friedman's book; also James, Witten, Hastie, and Tibshirani's book, which has less focus on mathematical foundations and more on applications (in R).
- Books by J V Stone.
Online Resources
- ML course by Stanford computer scientist Andrew Ng (requires Coursera signup --> free enrollment)
- Andrew Ng ML course exercises for Python
- Markov Chains explained visually
- Mo Chen's toolbox for all the methods discussed in the book: Pattern Recognition and Machine Learning by C. Bishop
- arXiv Sanity Preserver, an interface to the machine learning section of arXiv; lists recent papers most discussed in social media, and gives similar paper recommendations.
- Microsoft Professional Program for Artificial Intelligence (free to audit)
Journal Club Tutorials
General Math
- Matrix cookbook
- Some useful vector/matrix identities.
- Image filtering, edge detection, etc. (Computer vision)
- Hough transform tutorial (Computer vision)
- Introductory tutorial on Wavelet transforms
- Imaging Brain Function with EEG: Advanced Temporal and Spatial Analysis of EEG Signals (Book by Walter J. Freeman)
- Bayesian Cognitive Modeling: A Practical Course
MATLAB
- Intro to programming with Matlab
- Moler's tutorials
- MatLab Style Guidelines ("The goal of these guidelines is to help produce code that is more likely to be correct, understandable, sharable and maintainable.")
- Scott Murdison's compilation
- Jerry Jeyachandra's Curve Fitting Tutorial
Python
- Codecademy tutorial to learn Python from scratch
- Intro to interactive programming in Python
Statistics
- Rice University online Stats book
- Markov Chain Monte Carlo in practice - book
- Bootstrap methods & significance estimation
- how to do repeated measures ANOVA in Matlab (by Parisa)
- Ten Simple Rules for Effective Statistical Practice
- Testing Hypotheses About Psychometric Functions
- Latin square method for experimental design