Skip to main content

A library to work with complex number deep learning.

Project description

TF Complex Channels

TF complex channels contains a set of utility tools for working with complex numbers in a channel oriented way.

This approach is proposed and described in this blog post.

The primary purpose of this library and approach is to allow the community to push forward with academic research on complex number neural networks without waiting on ml library development.

Request for contributions

If an operation you want is not supported, please submit an issue or open a pull request

Basic Usage

import tf_complex_channels
print(x.dtype)
# > tf.complex64
print(x.shape)
# > (1, 2, 3)
x = complex_to_channels(x)
print(x.dtype)
# > tf.float64
print(x.shape)
# > (1, 2, 3, 2)

Documentation

Examples

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

tf_complex_channels-0.0.1.tar.gz (1.6 kB view details)

Uploaded Source

File details

Details for the file tf_complex_channels-0.0.1.tar.gz.

File metadata

  • Download URL: tf_complex_channels-0.0.1.tar.gz
  • Upload date:
  • Size: 1.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.6

File hashes

Hashes for tf_complex_channels-0.0.1.tar.gz
Algorithm Hash digest
SHA256 67441042459e0569297aadd50b918f7982129083eda07c8ee19956a7330ba5f2
MD5 d7f3633d41b5c1c730dec0a759798597
BLAKE2b-256 2a4aa1f9fd502eef2c27c5ebe968aa860164bdeab67b9b351596c2d27f43f4a5

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