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.4.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.4-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: receptual-0.1.4.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.4.tar.gz
Algorithm Hash digest
SHA256 db783d41145f264fece45ed5d7a052e63a0ce0d45311989958af90f915884392
MD5 c46e6a52598e6f9216cc3dceeae8013b
BLAKE2b-256 be819c10660b2f86c4e265bd5d557dbe2df1e45fb079a6490596f45c0f007417

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for receptual-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 072266119708fbc886a6791c7b51ea8cfe0d155d18926eb267b05f3aeec06627
MD5 0a903c4bd358d102e71172e75775466a
BLAKE2b-256 c422d4d7915e87a5c147327c089c2ee69c0b62b20b0edfd49c31ccf112777295

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