Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 338 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 338 Bytes

dendritic-opinion-pooling

Library for models implementing the dendritic opinion pooling framework.

Installation

Run pip install . from the root directory.

Examples

See examples/ for example applications.

Tests

Run pytest from the root directory (requires pytest).