8000 GitHub - jooh/pyrsa: Python library for Representational Similarity Analysis
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jooh/pyrsa

 
 

Repository files navigation

Representational Similarity Analysis 3.0

Documentation Status PyPI version Codacy Badge CodeFactor codecov

Conceived during the RSA retreat 2019 in Blue Mountains, this version replaces the 2013 version of pyrsa previously at ilogue/pyrsa.

Documentation

Getting Started

The easiest way to install pyrsa is with pip:

pip install rsa3

here is a simple code sample:

import numpy, pyrsa
data = pyrsa.data.Dataset(numpy.random.rand(10, 5))
rdms = pyrsa.rdm.calc_rdm(data)
pyrsa.vis.show_rdm(rdms)

About

Python library for Representational Similarity Analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0