STILL IN DEVELOPMENT
Quantumdl is a Python library to build Deep Learning models on Quantum Computers.
Use the package manager pip to install foobar.
pip install quantumdl
import quantumdl as qdl
Model = qdl.layers.Linear('Linear Regression')
Model.dataprocessor('')
Model.train()
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.