Skip to main content

A library of useful modules for data analysis.

Project description

PyPI version Downloads repo size

basic_neural_processing_modules

Personal library of functions used in analyzing neural data. If you find a bug or just want to reach out: RichHakim@gmail.com

Installation

Normal installation of bnpm does not install all possible dependencies; there are some specific functions that wrap libraries that may need to be installed separately on a case-by-case basis.

Install stable version:

pip install bnpm[core]

If installing on a server or any computer without graphics/display, install using core_cv2Headless. If you accidentally installed the normal version, simply please uninstall pip uninstall opencv-contrib-python and install pip install opencv-contrib-python-headless instead.

Functional extras are also available:

  • bnpm[ml] for modeling and optimization tools
  • bnpm[plot] for plotting and visualization utilities
  • bnpm[io] for file/data IO helpers
  • bnpm[sql] for SQL backends
  • bnpm[server] for remote/server helpers
  • bnpm[video] for video processing helpers
  • bnpm[gpu] for optional GPU ecosystem packages
  • bnpm[dev] for test/dev tooling
  • bnpm[all] for the full dependency set

Install development version:

pip install git+https://github.com/RichieHakim/basic_neural_processing_modules.git

import with:

import bnpm

Usage

My favorites:

  • automatic_regression module
    • Allows for easy and fast hyperparameter optimization of regression models
    • Any model with a fit and predict method can be used (e.g. sklearn and similar)
    • Uses optuna for hyperparameter optimization

Other useful functions:

  • Signal Processing:

    • timeSeries.rolling_percentile_rq_multicore
      • Fast rolling percentile calculation
    • timeSeries.event_triggered_traces
      • Fast creation of a matrix of aligned traces relative to specified event times
  • Machine Learning:

    • neural_networks module
      • Has nice RNN regression and classification classes
    • decomposition.torch_PCA
      • Fast standard PCA using PyTorch
    • similarity.orthogonalize
      • Orthogonalize a matrix relative to a set of vectors using OLS or Gram-Schmidt process
  • Miscellaneous

    • path_helpers.find_paths
      • Find paths to files and/or folders in a directory. Searches recursively using regex.
    • image_processing.play_video_cv2
      • Plays and/or saves a 3D array as a video using OpenCV
    • h5_handling.simple_save and h5_handling.simple_load
      • Simple lazy loading and saving of dictionaries as nested h5 files

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

bnpm-0.7.1.tar.gz (252.4 kB view details)

Uploaded Source

Built Distribution

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

bnpm-0.7.1-py3-none-any.whl (264.5 kB view details)

Uploaded Python 3

File details

Details for the file bnpm-0.7.1.tar.gz.

File metadata

  • Download URL: bnpm-0.7.1.tar.gz
  • Upload date:
  • Size: 252.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bnpm-0.7.1.tar.gz
Algorithm Hash digest
SHA256 c33c87bc3c7c5bd173d7f3eb8654ded0b5fbf6b07b09f729974fff3a11183064
MD5 459158e463472ef9cbd17bf9c0703c5a
BLAKE2b-256 c8bfc9e7ef306e4ae541a3ffcb303cded4527deaa5f2058cbdc90cb8f5f894f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for bnpm-0.7.1.tar.gz:

Publisher: pypi_release.yml on RichieHakim/basic_neural_processing_modules

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bnpm-0.7.1-py3-none-any.whl.

File metadata

  • Download URL: bnpm-0.7.1-py3-none-any.whl
  • Upload date:
  • Size: 264.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bnpm-0.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d61853827febc0a99a031de6cc23c7d4ded1ca469b2fedebfda8e0e210ff7cff
MD5 a31ad2923973babfb88f1107bb1f10a0
BLAKE2b-256 843e08f707605b25e80052470107ac5ce7899285007767c4e1b531712d1b7e55

See more details on using hashes here.

Provenance

The following attestation bundles were made for bnpm-0.7.1-py3-none-any.whl:

Publisher: pypi_release.yml on RichieHakim/basic_neural_processing_modules

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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