Nilearn logo
  • SVM
  • Ward clustering
  • Searchlight
  • ICA
  • Nifti IO
  • Datasets

Nilearn:

Machine learning for Neuro-Imaging in Python

Navigation

  • modules
  • Nilearn Home | 
  • User Guide | 
  • Examples | 
  • Reference | 
  • About| 
  • Nipy ecosystem

Giving credit

  • Please consider citing the scikit-learn if you use it.

Table Of Contents

  • Gallery of Examples
    • General examples
    • Functional connectivity
    • Decoding and predicting from brain images

Gallery of Examples¶

Warning

If you want to run the examples, make sure you execute them in a directory where you have write permissions, or you copy the examples into such a directory. If you install nilearn manually, make sure you have followed the instructions.

Note

A few examples may not run with scikit-learn versions older than 0.14.1.

General examples¶

General-purpose and introductory examples for nilearn.

../_images/plot_python_101.png

Basic numerics and plotting with Python

../_images/plot_nilearn_101.png

Basic nilearn example

../_images/plot_nifti_simple.png

Simple example of NiftiMasker use

../_images/plot_localizer_simple_analysis.png

Massively univariate analysis of a calculation task from the Localizer dataset

../_images/plot_haxby_simple.png

Simple example of decoding: the Haxby data

Functional connectivity¶

See Parcellating the brain in regions, Extracting resting-state networks with ICA or Extracting times series to build a functional connectome for more details.

../_images/plot_canica_resting_state.png

Group analysis of resting-state fMRI with ICA: CanICA

../_images/plot_probabilistic_atlas_extraction.png

Extracting signals of a probabilistic atlas of rest functional regions

../_images/plot_signal_extraction.png

Extracting signals from a brain parcellation

../_images/plot_adhd_spheres.png

Extracting brain signal from spheres

../_images/plot_ica_resting_state.png

Independent component analysis of resting-state fMRI

../_images/plot_simulated_connectome.png

Connectivity structure estimation on simulated data

../_images/plot_inverse_covariance_connectome.png

Computing a connectome with sparse inverse covariance

../_images/plot_rest_clustering.png

Ward clustering to learn a brain parcellation from rest fMRI

../_images/plot_multi_subject_connectome.png

Group Sparse inverse covariance for multi-subject connectome

Decoding and predicting from brain images¶

See Decoding and MVPA: predicting from brain images for more details.

Navigation

  • modules
  • Nilearn Home | 
  • User Guide | 
  • Examples | 
  • Reference | 
  • About| 
  • Nipy ecosystem
© The nilearn developers 2010-2015. Created using Sphinx 1.3.1. Show this page source