Skip to content

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

License

Notifications You must be signed in to change notification settings

dexterai-lab/quantumdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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