dexterai-lab / quantumdl

Quantumdl is a Python library to build Deep Learning models on Quantum Computers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quantum Deep Learning

STILL IN DEVELOPMENT

Quantumdl is a Python library to build Deep Learning models on Quantum Computers.

Installation

Use the package manager pip to install foobar.

pip install quantumdl

Usage

import quantumdl as qdl

Model = qdl.layers.Linear('Linear Regression')
Model.dataprocessor('')
Model.train()

Contributing

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.

License

Apache License 2.0

About

Quantumdl is a Python library to build Deep Learning models on Quantum Computers.

License:Apache License 2.0


Languages

Language:Python 100.0%