Skip to main content

Develops sequence to sequence control oriented neural networks in a highly modular way.

Project description

pymodconn

pymodconn = A Python library for developing modular sequence to sequence control oriented neural networks

Instructions

  1. Install:
pip install pymodconn
  1. Usage: Download congifuration file from tests_usage\ in the github repository https://github.com/gaurav306/pymodconn
from pymodconn.configs_init import get_configs
from pymodconn.model_gen import ModelClass

configs = get_configs('config_model.yaml')
model_class = ModelClass(configs_data, time_dt)
model_class.build_model()
print('model_class.model.inputs: ',model_class.model.inputs)
print('model_class.model.outputs: ',model_class.model.outputs)

Credits

packaging instructions from https://towardsdatascience.com/how-to-package-your-python-code-df5a7739ab2e

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

pymodconn-0.0.3.tar.gz (10.8 kB view hashes)

Uploaded Source

Built Distribution

pymodconn-0.0.3-py3-none-any.whl (12.3 kB view hashes)

Uploaded 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