Skip to content

Python library for Representational Similarity Analysis

License

Notifications You must be signed in to change notification settings

TamerGezici/rsatoolbox

 
 

Repository files navigation

Representational Similarity Analysis 3.0

Documentation Status PyPI version Anaconda-Server Badge Codacy Badge CodeFactor

Conceived during the RSA retreat 2019 in Blue Mountains.

Documentation

Getting Started

To install the latest stable version of rsatoolbox with pip:

pip install rsatoolbox

or with conda:

conda install -c conda-forge rsatoolbox

here is a simple code sample:

import numpy, rsatoolbox
data = rsatoolbox.data.Dataset(numpy.random.rand(10, 5))
rdms = rsatoolbox.rdm.calc_rdm(data)
rsatoolbox.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%