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 DenseSkipCoFactory

def create_search_space(input_shape=(54,), output_shape=(7,), **kwargs)
    return DenseSkipCoFactory()(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 SupervisedRegAutoEncoderFactory

factory = SupervisedRegAutoEncoderFactory()(
     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.3.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

deepspace-0.0.3-py2.py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 2 Python 3

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