Skip to main content

A collection of search space for the DeepHyper package.

Project description

DeepSpace

A collection of search space for the DeepHyper package.

Requirements

Graphviz.

Quick Start

Generate a neural architecture space for fully connected networks with residual connections:

from deepspace.tabular import DenseSkipCoSpace

def create_search_space(input_shape=(54,), output_shape=(7,), **kwargs)
    return DenseSkipCoSpace()(input_shape, output_shape, num_layers=10, dropout=0.0)

Generate a neural architecture space for AutoEncoder guided by an estimator:

from deepspace.tabular import SupervisedRegAutoEncoderSpace

factory = SupervisedRegAutoEncoderSpace()(
     input_shape=(100,), output_shape=[(100), (10,)]
)

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

deepspace-0.0.6.tar.gz (7.0 kB view details)

Uploaded Source

Built Distribution

deepspace-0.0.6-py2.py3-none-any.whl (7.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file deepspace-0.0.6.tar.gz.

File metadata

  • Download URL: deepspace-0.0.6.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for deepspace-0.0.6.tar.gz
Algorithm Hash digest
SHA256 92b06461d0a1ac4e51ee4a8a702f35ed9f248fe82f0ffaa0c583172e73e92590
MD5 fd9f171f94bbc8a7dd2f313d1073921b
BLAKE2b-256 7ee98f26d47963185bf7604f59a5111a63b781208a2727ab62fdee5a8552f32f

See more details on using hashes here.

File details

Details for the file deepspace-0.0.6-py2.py3-none-any.whl.

File metadata

  • Download URL: deepspace-0.0.6-py2.py3-none-any.whl
  • Upload date:
  • Size: 7.5 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for deepspace-0.0.6-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b0df87f550490be2d7f4b5922d00508a7b9945bf4493fb1f12daa25af6e5f6e9
MD5 e49a2446db385277e999f77af63dd3b7
BLAKE2b-256 2fcdf73b10eb01f9bf7ef96aa56777bd91dcbe1fe50b5c17932cb8de01050d1c

See more details on using hashes here.

Supported by

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