원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.