brainscore_core.supported_data_standards
SUPPORTED DATA STANDARDS - Data format support for Brain-Score
PURPOSE:
This module contains support for various neuroscience data standards used by Brain-Score. Each data standard has its own submodule with the necessary data structures, I/O operations, and utilities.
CURRENT STANDARDS:
brainio: Brain-Score’s original data format (assemblies, stimulus sets)
[future] nwb: Neurodata Without Borders format support
DESIGN PHILOSOPHY:
Each data standard module should provide: - Core data structures (assemblies, stimulus collections) - I/O operations (load/save from various sources) - Conversion utilities (between formats if needed) - Validation and integrity checking
This allows Brain-Score to support multiple data standards while keeping the implementations separate and maintainable.
Modules
BRAINIO DATA STANDARD - Brain-Score's native data format |