-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.zenodo.json
More file actions
44 lines (44 loc) · 1.62 KB
/
Copy path.zenodo.json
File metadata and controls
44 lines (44 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"title": "pAMICA: a Python implementation of Adaptive Mixture ICA",
"description": "pamica is a Python (PyTorch) implementation of Adaptive Mixture Independent Component Analysis (AMICA) that reproduces the reference Fortran implementation within numerical tolerance, with CPU, NVIDIA GPU (CUDA), and Apple GPU (MLX) support. It targets EEG/EMG blind source separation and provides a scikit-learn-style interface and byte-identical EEGLAB (loadmodout15) output.",
"version": "0.3.3.dev7",
"publication_date": "2026-08-17",
"upload_type": "software",
"access_right": "open",
"license": "bsd-3-clause",
"creators": [
{
"name": "Shirazi, Seyed Yahya",
"orcid": "0000-0001-5557-259X",
"affiliation": "Swartz Center for Computational Neuroscience, University of California San Diego"
},
{
"name": "Delorme, Arnaud",
"orcid": "0000-0002-0799-3557",
"affiliation": "Swartz Center for Computational Neuroscience, University of California San Diego; Centre de Recherche Cerveau et Cognition (CerCo), CNRS, University of Toulouse"
},
{
"name": "Makeig, Scott",
"orcid": "0000-0002-9048-8438",
"affiliation": "Swartz Center for Computational Neuroscience, University of California San Diego"
}
],
"keywords": [
"AMICA",
"independent component analysis",
"blind source separation",
"EEG",
"EMG",
"PyTorch",
"MLX",
"EEGLAB"
],
"related_identifiers": [
{
"identifier": "https://eeglab.org/pAMICA/",
"relation": "isDocumentedBy",
"scheme": "url",
"resource_type": "publication-softwaredocumentation"
}
]
}