File size: 721 Bytes
cd84d43
77d097c
cd84d43
 
77d097c
cd84d43
3e61b47
77d097c
3e61b47
66ea684
 
 
 
3e61b47
66ea684
 
3e61b47
66ea684
77d097c
 
 
 
 
 
 
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
---
title: BEND-BCI Interactive Benchmark
sdk: docker
app_port: 7860
short_description: Interactive BEND-BCI neural decoder benchmark
---

# BEND-BCI Interactive Benchmark

BEND-BCI compares 23 neural decoding methods across predictive performance,
robustness, computational cost and cross-recording latent consistency. This
Space provides interactive results together with feature-attribution and
trial-valuation analyses.

Code, benchmark outputs and dataset preparation are available in the
[BEND-BCI repository](https://github.com/TangLab-UBC/behavior_benchmarking).

## Run locally

```bash
python -m venv .venv
.venv/bin/pip install -r requirements.txt
.venv/bin/python validate_data.py
.venv/bin/python app.py
```