Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nd-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- foundation-model
|
| 7 |
+
- neuroscience
|
| 8 |
+
- eeg
|
| 9 |
+
- mamba
|
| 10 |
+
---
|
| 11 |
+
<div align="center">
|
| 12 |
+
<img src="https://raw.githubusercontent.com/danaebroustail/BioFoundation_Danae/refs/heads/lumamba/docs/model/logo/LuMamba_logo.png" alt="LuMamba Logo" width="800"/>
|
| 13 |
+
<h1>LuMamba: Latent Unified Mamba for Electrode
|
| 14 |
+
Topology-Invariant and Efficient EEG Modeling</h1>
|
| 15 |
+
</div>
|
| 16 |
+
<p align="center">
|
| 17 |
+
<a href="https://github.com/pulp-bio/BioFoundation">
|
| 18 |
+
<img src ="https://img.shields.io/github/stars/pulp-bio/BioFoundation?color=ccf" alt="Github">
|
| 19 |
+
</a>
|
| 20 |
+
<a href="https://creativecommons.org/licenses/by-nd/4.0/">
|
| 21 |
+
<img src="https://img.shields.io/badge/License-CC_BY--ND_4.0-lightgrey.svg" alt="License">
|
| 22 |
+
</a>
|
| 23 |
+
<a href="https://arxiv.org/abs/2603.19100">
|
| 24 |
+
<img src="https://img.shields.io/badge/arXiv-2510.22257-b31b1b.svg" alt="Paper">
|
| 25 |
+
</a>
|
| 26 |
+
</p>
|