:orphan:
.. _sphx_glr_auto_examples:
.. raw:: html
.. only:: html
.. figure:: /auto_examples/images/thumb/sphx_glr_changing_download_directory_thumb.png
:alt: Change Download Directory
:ref:`sphx_glr_auto_examples_changing_download_directory.py`
.. raw:: html
.. toctree::
:hidden:
/auto_examples/changing_download_directory
.. raw:: html
.. only:: html
.. figure:: /auto_examples/images/thumb/sphx_glr_plot_cross_session_motor_imagery_thumb.png
:alt: Cross-Session Motor Imagery
:ref:`sphx_glr_auto_examples_plot_cross_session_motor_imagery.py`
.. raw:: html
.. toctree::
:hidden:
/auto_examples/plot_cross_session_motor_imagery
.. raw:: html
.. only:: html
.. figure:: /auto_examples/images/thumb/sphx_glr_plot_cross_session_multiple_datasets_thumb.png
:alt: Cross-Session on Multiple Datasets
:ref:`sphx_glr_auto_examples_plot_cross_session_multiple_datasets.py`
.. raw:: html
.. toctree::
:hidden:
/auto_examples/plot_cross_session_multiple_datasets
.. raw:: html
.. only:: html
.. figure:: /auto_examples/images/thumb/sphx_glr_plot_cross_subject_ssvep_thumb.png
:alt: Cross-Subject SSVEP
:ref:`sphx_glr_auto_examples_plot_cross_subject_ssvep.py`
.. raw:: html
.. toctree::
:hidden:
/auto_examples/plot_cross_subject_ssvep
.. raw:: html
.. only:: html
.. figure:: /auto_examples/images/thumb/sphx_glr_plot_explore_paradigm_thumb.png
:alt: Explore Paradigm Object
:ref:`sphx_glr_auto_examples_plot_explore_paradigm.py`
.. raw:: html
.. toctree::
:hidden:
/auto_examples/plot_explore_paradigm
.. raw:: html
.. only:: html
.. figure:: /auto_examples/images/thumb/sphx_glr_plot_within_session_p300_thumb.png
:alt: Within Session P300
:ref:`sphx_glr_auto_examples_plot_within_session_p300.py`
.. raw:: html
.. toctree::
:hidden:
/auto_examples/plot_within_session_p300
.. raw:: html
.. only:: html
.. figure:: /auto_examples/images/thumb/sphx_glr_plot_within_session_ssvep_thumb.png
:alt: Within Session SSVEP
:ref:`sphx_glr_auto_examples_plot_within_session_ssvep.py`
.. raw:: html
.. toctree::
:hidden:
/auto_examples/plot_within_session_ssvep
.. raw:: html
.. _sphx_glr_auto_examples_advanced_examples:
Advanced examples
-----------------
These examples shows various advanced topics:
* using scikit-learn pipeline with MNE inputs
* selecting electrodes or resampling signal
* using filterbank approach in motor imagery
* apply statistics for meta-analysis
.. raw:: html
.. only:: html
.. figure:: /auto_examples/advanced_examples/images/thumb/sphx_glr_plot_filterbank_csp_vs_csp_thumb.png
:alt: FilterBank CSP versus CSP
:ref:`sphx_glr_auto_examples_advanced_examples_plot_filterbank_csp_vs_csp.py`
.. raw:: html
.. toctree::
:hidden:
/auto_examples/advanced_examples/plot_filterbank_csp_vs_csp
.. raw:: html
.. only:: html
.. figure:: /auto_examples/advanced_examples/images/thumb/sphx_glr_plot_mne_and_scikit_estimators_thumb.png
:alt: MNE Epochs-based pipelines
:ref:`sphx_glr_auto_examples_advanced_examples_plot_mne_and_scikit_estimators.py`
.. raw:: html
.. toctree::
:hidden:
/auto_examples/advanced_examples/plot_mne_and_scikit_estimators
.. raw:: html
.. only:: html
.. figure:: /auto_examples/advanced_examples/images/thumb/sphx_glr_plot_select_electrodes_resample_thumb.png
:alt: Select Electrodes and Resampling
:ref:`sphx_glr_auto_examples_advanced_examples_plot_select_electrodes_resample.py`
.. raw:: html
.. toctree::
:hidden:
/auto_examples/advanced_examples/plot_select_electrodes_resample
.. raw:: html
.. only:: html
.. figure:: /auto_examples/advanced_examples/images/thumb/sphx_glr_plot_statistical_analysis_thumb.png
:alt: Statistical Analysis
:ref:`sphx_glr_auto_examples_advanced_examples_plot_statistical_analysis.py`
.. raw:: html
.. toctree::
:hidden:
/auto_examples/advanced_examples/plot_statistical_analysis
.. raw:: html
.. _sphx_glr_auto_examples_external:
External examples
-----------------
You need to install external dependencies to run these examples. These consist mostly of
various classifier implementations. When using poetry, you can use
``poetry install --extras external``
.. raw:: html
.. only:: html
.. figure:: /auto_examples/external/images/thumb/sphx_glr_plot_learning_curve_p300_external_thumb.png
:alt: Within Session P300 with Learning Curve
:ref:`sphx_glr_auto_examples_external_plot_learning_curve_p300_external.py`
.. raw:: html
.. toctree::
:hidden:
/auto_examples/external/plot_learning_curve_p300_external
.. raw:: html
.. _sphx_glr_auto_examples_learning_curve:
Evaluation with learning curve
------------------------------
These examples demonstrate how to make evaluations using only a subset of
available example. For example, if you consider a dataset with 100 trials for
each class, you could evaluate several pipelines by using only a fraction of
these trials. To ensure the robustness of the results, you need to specify the
number of permutations. If you use 10 trials per class and 20 permutations,
each pipeline will be evaluated on a subset of 10 trials chosen randomly, that
will be repeated 20 times with different trial subsets.
.. raw:: html
.. only:: html
.. figure:: /auto_examples/learning_curve/images/thumb/sphx_glr_plot_learning_curve_motor_imagery_thumb.png
:alt: Within Session Motor Imagery with Learning Curve
:ref:`sphx_glr_auto_examples_learning_curve_plot_learning_curve_motor_imagery.py`
.. raw:: html
.. toctree::
:hidden:
/auto_examples/learning_curve/plot_learning_curve_motor_imagery
.. raw:: html
.. only:: html
.. figure:: /auto_examples/learning_curve/images/thumb/sphx_glr_plot_learning_curve_p300_thumb.png
:alt: Within Session P300 with Learning Curve
:ref:`sphx_glr_auto_examples_learning_curve_plot_learning_curve_p300.py`
.. raw:: html
.. toctree::
:hidden:
/auto_examples/learning_curve/plot_learning_curve_p300
.. raw:: html
.. only :: html
.. container:: sphx-glr-footer
:class: sphx-glr-footer-gallery
.. container:: sphx-glr-download sphx-glr-download-python
:download:`Download all examples in Python source code: auto_examples_python.zip `
.. container:: sphx-glr-download sphx-glr-download-jupyter
:download:`Download all examples in Jupyter notebooks: auto_examples_jupyter.zip `
.. only:: html
.. rst-class:: sphx-glr-signature
`Gallery generated by Sphinx-Gallery `_