Skip to main content

A simple tool for computing and visualising neuron receptive fields.

Project description

PyPI version Read the Docs Ruff CI pre-commit codecov License: MIT

Receptual is a lightweight, interactive tool for computing and visualizing neuron receptive fields and linear decoders.

Receptual demo

Overview

Linear encoding and decoding methods are essential tools for:

  • Systems neuroscience

  • Computational neuroscience

  • Deep learning interpretability

However, these methods often produce high-dimensional arrays, which are difficult to analyze and interpret. Additionally, despite the ubiquity of linear methods, implementing them can be challenging.

Receptual helps by providing standardized algorithm implementations for linear encoding and decoding methods. We also provide a visualization tool to help you explore the high-dimensional arrays that often result from these methods.

Key Features

  • Interactive 3D Visualization OpenGL + Qt-based viewer for receptive fields, stimuli, activity traces, and decoders

  • Efficient Algorithms Fast NumPy and SciPy implementations tailored for neuroscience use cases

Implemented Algorithms

Receptual provides the following out-of-the-box:

  • Receptive field estimation

  • Linear activity encoding

Installation

Receptual requires Python 3.13 or later and is available on PyPI:

# Using uv
uv venv $HOME/venvs/receptual --python 3.13 # or wherever you keep your environments
source $HOME/venvs/receptual/bin/activate
uv pip install receptual

# Using conda
conda create -n receptual python=3.13
conda activate receptual
pip install receptual

Quick Start

Launch the visualization tool with:

receptual

Or use the algorithms yourself:

import receptual
activity = receptual.encoder(stimulus, receptive_field)

Documentation

For detailed usage instructions, examples, and API reference, please visit our documentation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

receptual-0.1.3.tar.gz (6.9 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

receptual-0.1.3-py3-none-any.whl (52.1 kB view details)

Uploaded Python 3

File details

Details for the file receptual-0.1.3.tar.gz.

File metadata

  • Download URL: receptual-0.1.3.tar.gz
  • Upload date:
  • Size: 6.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.6.14

File hashes

Hashes for receptual-0.1.3.tar.gz
Algorithm Hash digest
SHA256 914c48a41fa279d5cf4bf29d02efaf62051ecfaa53041322e32eb360c031151e
MD5 47991d84274a6d20d458bf54f4426faa
BLAKE2b-256 8a84f6d86399cdbbb5a5d82b2e9a1b4d903b80d5d9508f1d9c39339a0cddb9ee

See more details on using hashes here.

File details

Details for the file receptual-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: receptual-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 52.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.6.14

File hashes

Hashes for receptual-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 315893a56d71a38b1fbe13633c6d2cffe674635f32daf5047b3f8b0eeac2fa73
MD5 ee0ad0cdd9e701447f02c5057ef23b64
BLAKE2b-256 4788640806d009a9f9b71e70f3357478255ba2c0e58d466f401774e13eb61bcc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page