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
- Install:
pip install pymodconn
- 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pymodconn-0.0.3.tar.gz.
File metadata
- Download URL: pymodconn-0.0.3.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e14179aa27f3dd2150c7c7ac3933af62b3d42fa8569c71c4b91ab3cf3ad1f28
|
|
| MD5 |
62d84d05d59eb420912a442cbb400ca1
|
|
| BLAKE2b-256 |
a60f43ae07045e4f0f50258a9905c0c9fa8a704f217d264a11664f51be5ea9cd
|
File details
Details for the file pymodconn-0.0.3-py3-none-any.whl.
File metadata
- Download URL: pymodconn-0.0.3-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79d05eb8ed1c6f6db64fb47b88b71a058f1951f8fcb036875a94af33133db99b
|
|
| MD5 |
b3628b178643135085c909546abf9125
|
|
| BLAKE2b-256 |
c0930032a14f5c8f696130a535a8650b815541293abbf3d09884ee321db4163f
|