一键导入
neurojax-asr-validation
Validate Artifact Subspace Reconstruction (ASR) using the SSVEP with Artifact Trials dataset (ds004745).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Validate Artifact Subspace Reconstruction (ASR) using the SSVEP with Artifact Trials dataset (ds004745).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Validate BEM Forward Model Accuracy using the MNE CTF Phantom dataset.
Validate Inverse Solver Accuracy using the MNE Elekta Phantom dataset.
Quantify Inverse Solver Leakage and Resolution using a Synthetic Phantom.
Detect Loss of Consciousness (LOC) using SINDy-based bifurcation analysis on EEG.
Guidelines for implementing biophysical neural mass models in NeuroJAX.
Guidelines for developing NeuroJAX (OSL-JAX) components.
| name | neurojax_asr_validation |
| description | Validate Artifact Subspace Reconstruction (ASR) using the SSVEP with Artifact Trials dataset (ds004745). |
Implement and validate Artifact Subspace Reconstruction (ASR) (specifically the clean_rawdata algorithm) using the 8-Channel SSVEP EEG Dataset with Artifact Trials (ds004745).
The core goal is to demonstrate that ASR can remove large-amplitude muscle and motion artifacts while preserving the underlying steady-state visually evoked potentials (SSVEP) at 2 Hz, 4 Hz, and 8 Hz.
ds004745datalad to download ds004745.
datalad install https://github.com/OpenNeuroDatasets/ds004745.git
cd ds004745
datalad get sub-001/ses-01/eeg/*
.set / .eeg). Note that some OpenNeuro datasets use EEGLAB format.Implement the clean_rawdata algorithm in JAX using neurojax.preprocessing. If not present, you must implement:
cutoff standard deviations (typically 5-20).You must produce a validation_report.md containing:
Raw vs ASR-Cleaned waveforms for an artifact segment.Raw vs ASR-Cleaned data.cutoff parameter (e.g., set it looser, around 20-30 SD) to avoid deleting real signal.