am-mteeg-classification

Classify EEG tensors across subjects with an associative-memory multi-task framework.

2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/hiyenwong/ai_collection --skill am-mteeg-classification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: am-mteeg-classification
Source: https://github.com/hiyenwong/ai_collection/tree/main/collection/skills/am-mteeg-classification
Command: npx skills add https://github.com/hiyenwong/ai_collection --skill am-mteeg-classification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

EEG data from multiple individuals often exhibit significant inter-subject variability, making cross-subject classification challenging; AM-MTEEG provides a hippocampus-inspired, associative-memory based multi-task framework to harmonize these differences and improve generalization.

Core Features & Use Cases

  • Cross-subject BCI classification with reduced inter-subject variability
  • Multitask adapters for subject-specific nuances while sharing shared features
  • Interpretable waveform representations through spiking-like encoding and memory associations
  • End-to-end EEG pipeline: encoding, spiking representation, and associative memory classification

Quick Start

Run AM-MTEEG on your EEG dataset to perform cross-subject classification using associative memory with interpretable waveform representations

Frequently Asked Questions about am-mteeg-classification

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I classify EEG data across multiple subjects with high inter-subject variability?

Cross-subject EEG classification can be improved using an associative-memory-based multi-task learning framework. This hippocampus-inspired approach harmonizes inter-subject variability by sharing features across subjects while applying multitask adapters for subject-specific nuances.

What input format do I need for cross-subject EEG classification models?

Cross-subject EEG classification requires preprocessed PyTorch tensors of shape (batch, channels, timepoints). You must also define the specific number of classes and tasks before feeding the EEG data into the spiking neural network and associative memory pipeline.

Can I use spiking neural networks for different BCI tasks like motor imagery and emotion recognition?

Spiking neural networks can be applied to diverse BCI tasks including motor imagery, emotion recognition, and attention monitoring. The associative memory framework handles variable numbers of EEG channels and timepoints across these different multitask learning scenarios.

How does associative memory improve cross-subject BCI generalization?

Associative memory improves cross-subject BCI generalization by using spiking-like encoding to create interpretable waveform representations. This hippocampus-inspired mechanism maps shared features across subjects, reducing the need for extensive individual calibration.

Do I need PyTorch to run hippocampus-inspired multi-task learning on EEG data?

PyTorch and basic neural network utilities are required to run this hippocampus-inspired multi-task learning on EEG data. The framework relies on these dependencies to build the end-to-end pipeline of encoding, spiking representation, and associative memory classification.