Difference between revisions of "Software"
(→Machine Learning) |
|||
Line 27: | Line 27: | ||
* [http://www.cs.ubc.ca/~murphyk/Software/Kalman/kalman.html Kevin Murphy's Kalman filter toolbox] (free) | * [http://www.cs.ubc.ca/~murphyk/Software/Kalman/kalman.html Kevin Murphy's Kalman filter toolbox] (free) | ||
*[http://www.csie.ntu.edu.tw/~cjlin/libsvm/oldfiles/index-1.0.html libSVM] - Support Vector Machine Library | *[http://www.csie.ntu.edu.tw/~cjlin/libsvm/oldfiles/index-1.0.html libSVM] - Support Vector Machine Library | ||
+ | *[Andrew Ng's Machine Learning Programming Exercises https://github.com/merwan/ml-class] |
Revision as of 13:14, 22 September 2016
This page contains useful information about research software used in the lab.
Contents
General useful software
- Total Commander (free) - file manager
- WinSCP (free) - file transfer tool
- TeXnicCenter (free) - LateX editor
- Mendeley reference manager (free) - manage references & automatic bibliography generator for MSWord, LibreOffice and BibTeX
- SeaMonkey (free) - internet application suite including web editor
Vector graphics
Statistics
- SPSS - general purpose
- R (free) - general purpose with great online book!
- psignifit (free) - psychometric function fitting
Imaging analysis
- SPM (free) - general purpose (fMRI oriented)
- PDC (free) - partially directed coherence analysis
- FieldTrip (free) - general purpose (EEG/MEG oriented)
- Brainwave (free) and documentation - MEG analysis toolbox
- CARET (free) - anatomical reconstruction toolkit for structural and anatomical data (simple tutorial)
Machine Learning
- Kevin Murphy's Kalman filter toolbox (free)
- libSVM - Support Vector Machine Library
- [Andrew Ng's Machine Learning Programming Exercises https://github.com/merwan/ml-class]