Skip to main content

Neural network building blocks (BNet, Hilbert, PAC, Wavelet, Filters, …) — standalone module from the SciTeX ecosystem

Project description

scitex-nn

PyTorch neural-network building blocks (BNet, Hilbert, PAC, Wavelet, Filters, AxiswiseDropout, …) extracted from the SciTeX ecosystem as a standalone package.

Install

pip install scitex-nn

API

import scitex_nn as nn

m = nn.BNet(...)
m = nn.Filters(...)
m = nn.Hilbert(...)
m = nn.Wavelet(...)
m = nn.PAC(...)

Status

Standalone fork of scitex.nn. The umbrella package's scitex.nn import path is preserved via a sys.modules-alias bridge.

Decoupling notes:

  • scitex.{decorators,gen}scitex_decorators / scitex_gen direct imports.
  • scitex.dsp.utils (build_bandpass_filters, init_bandpass_filters, ensure_3d, ensure_even_len, zero_pad, design_filter) → vendored under _vendor_dsp_utils/. Vendor prefers the real scitex.dsp.utils when the umbrella is installed (lockstep behaviour) and falls back to the vendored copy when scitex_nn runs standalone.
  • scitex.nn.X self-references rewritten to scitex_nn.X.
  • Example if __name__ == "__main__": blocks still reference scitex.{io,plt,session,dsp,ai} — only run when the umbrella is installed; module-level imports do not depend on those.

License

AGPL-3.0-only.

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

scitex_nn-0.1.1.tar.gz (107.5 kB view details)

Uploaded Source

Built Distribution

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

scitex_nn-0.1.1-py3-none-any.whl (50.2 kB view details)

Uploaded Python 3

File details

Details for the file scitex_nn-0.1.1.tar.gz.

File metadata

  • Download URL: scitex_nn-0.1.1.tar.gz
  • Upload date:
  • Size: 107.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.0rc1

File hashes

Hashes for scitex_nn-0.1.1.tar.gz
Algorithm Hash digest
SHA256 1d9b0a8bf5a6a4391909271dc1b34664a12074e5e43ee6f07f0dc24cc6a402d6
MD5 0ade665de4e95cf0531c3fbdba4171fe
BLAKE2b-256 3f3bd42314ea1608a6b57285b95a7e216402c7b5ee9bea243dcd323aa1321b96

See more details on using hashes here.

File details

Details for the file scitex_nn-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: scitex_nn-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 50.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.0rc1

File hashes

Hashes for scitex_nn-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6c66ec41c32d78f5923e14774de5199609bf8900370f983f217bee693dff6dbd
MD5 e97281d09100e942e8c0b0bb4bc32c01
BLAKE2b-256 163d0387b1de4a2ad6674798cf62501b9a75b2c510e59f3a2628a79e47507530

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