forked from crocodoyle/brainhack-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Software
Andrew Doyle edited this page Aug 17, 2017
·
1 revision
Here's a list of software packages in Python that might be useful
- numpy brings arrays/matrices/math to Python.
- scipy has even more stats and math. Also science.
- matplotlib is great for plotting.
- nibabel loads and saves MRI images.
- pandas organizes data and helps with analysis.
- sklearn is the best way to get into machine learning. Great user manual and tutorials.
- keras is a deep learning framework that makes it as simple as possible.
These are all installable with pip.