1- .. raw :: html
1+ ============================
2+ Voxelwise modeling tutorials
3+ ============================
24
3- < h1 >Voxelwise modeling tutorials</ h1 >
5+ | Github | | Python |
46
7+ Welcome to the voxelwise modeling tutorial from the
8+ `Gallantlab <https://gallantlab.org >`_.
59
6- |Github | |Python |
10+ Tutorials
11+ =========
712
8- .. raw :: html
13+ This repository contains tutorials describing how to use the voxelwise modeling
14+ framework. Voxelwise modeling is a framework to perform functional magnetic
15+ resonance imaging (fMRI) data analysis, fitting encoding models at the voxel
16+ level.
917
10- < h2 >Tutorials</ h2 >
18+ To explore these tutorials, one can:
1119
20+ - read the rendered examples in the tutorials
21+ `website <https://gallantlab.github.io/voxelwise_tutorials/ >`_ (recommended)
22+ - run the Python scripts located in the `tutorials <tutorials >`_ directory
23+ - run the ``jupyter `` notebooks located in the
24+ `tutorials/notebooks <tutorials/notebooks >`_ directory
1225
13- This repository contains some tutorials describing how to perform voxelwise
14- modeling, based for instance on visual imaging experiments.
15- The best way to explore these tutorials is to go to the
16- ` website < https://gallantlab.github.io/voxelwise_tutorials/ >`_ .
26+ To run the tutorials yourself, first download this repository, and install the
27+ dependencies (see below). Then, run either the Python scripts or the
28+ `` jupyter `` notebooks located in the " tutorials" directory. The tutorials are
29+ best explored in order, starting with the "Movies 3T tutorial" .
1730
18- The `` voxelwise_tutorials `` package
19- =========================
31+ Helper Python package
32+ =====================
2033
21- On top of tutorials, this repository also contains a small Python package
22- called ``voxelwise_tutorials ``, which contains useful fonctions to download the
34+ To run the tutorials, this repository contains a small Python package
35+ called ``voxelwise_tutorials ``, with useful fonctions to download the
2336data sets, load the files, process the data, and visualize the results.
2437
2538Installation
2639------------
2740
28- To install this package, run
41+ To install the `` voxelwise_tutorials `` package, run
2942
3043.. code-block :: bash
3144
@@ -44,24 +57,25 @@ Developers can also install the package in editable mode via:
4457 Requirements
4558------------
4659
47- The Python package ``voxelwise_tutorials `` requires the following dependencies:
60+ The package ``voxelwise_tutorials `` has the following dependencies:
4861
4962- `numpy <https://github.com/numpy/numpy >`_
5063- `scipy <https://github.com/scipy/scipy >`_
64+ - `h5py <https://github.com/h5py/h5py >`_
5165- `scikit-learn <https://github.com/scikit-learn/scikit-learn >`_
5266- `matplotlib <https://github.com/matplotlib/matplotlib >`_
5367
54- Each tutorial requires additional dependencies , as listed in their respective
68+ Each tutorial requires additional packages , as listed in their respective
5569documentations, such as:
5670
57- - `h5py <https://github.com/h5py/h5py >`_
71+ - `voxelwise_tutorials <https://github.com/gallantlab/voxelwise_tutorials >`_
72+ (this repository)
5873- `himalaya <https://github.com/gallantlab/himalaya >`_
5974- `pymoten <https://github.com/gallantlab/pymoten >`_
60- - `voxelwise_tutorials <https://github.com/gallantlab/voxelwise_tutorials >`_
61- (this repository)
75+ - `pycortex <https://github.com/gallantlab/pycortex >`_
6276
6377
64- .. |Github | image :: https://img.shields.io/badge/github-tutorials -blue
78+ .. |Github | image :: https://img.shields.io/badge/github-voxelwise_tutorials -blue
6579 :target: https://github.com/gallantlab/voxelwise_tutorials
6680
6781.. |Python | image :: https://img.shields.io/badge/python-3.7%2B-blue
0 commit comments