Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 849 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 849 Bytes

Cognax

Build, fit, and sample from cognitive models with JAX + NumPyro.

Cognax currently has three submodules:

  • cognax.decisions: tools for modeling decision making
  • cognax.joint: tools for joint modeling (e.g. neural and behavioral data)
  • cognax.experimental: everything else

Warning

This project is still in early development. The API is subject to change, and the code has not been thoroughly bug tested.

Installation

You can install the latest development version of Cognax directly from GitHub using the following command:

pip install git+https://github.com/compmem/cognax

Note

JAX is not listed as a dependency, but it must be installed separately before using Cognax. See the JAX Docs for more information.