Binary Classifier trained with D-Wave's Quantum Annealers.
Project description
QAML-Z
This is a supervised ML algorithm used to train a Binary Classifier on D-Wave's Quantum Annealers. The library has been set up to be compatible with Scikit-Learn's data representation.
In order to run the program you'll need D-Wave credentials, these can be obtained at https://cloud.dwavesys.com/leap/signup/. You'll need a github account in order to sign up. This account will give you the "endpoint_url" and "account_token" referenced below.
Installation
Run the following to install:
$ pip install qamlz
Contributors
Special thanks to everyone who helped me develop this module:
- My PI and Grad student:
- Javier Duarte and Raghav Kansal (University of California San Diego, La Jolla, CA 92093, USA)
- All of QMLQCF, with special mentions of:
- Jean-Roch (California Institute of Technology, Pasadena, CA 91125, USA)
- Daniel Lidar (University of Southern California, Los Angeles, CA 90007, USA)
- Gabriel Perdue (Fermi National Accelerator Laboratory, Batavia, IL 60510, USA)
- The author of the code this model was built around:
- Alexander Zlokapa (Massachusetts Institute of Technology, Cambridge, MA 02139, USA)
- Mentoring for code practices:
- Otto Sievert (GoPro, Inc.)
Usage
import qamlz
# Generate the Environment (Data) for the Model
env = qamlz.TrainEnv(X_train, y_train, endpoint_url, account_token)
# Generate the Config (Hyperparameters) for the Model
config = qamlz.ModelConfig()
# Create the Model and begin training
model = qamlz.Model(config, env)
model.train()
Developing QAML-Z
To install qamlz, along with the tools you need to develop and run tests, run the following in your virtualenv:
$ pip install -e .[dev]
Project details
Release history Release notifications | RSS feed
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 qamlz-0.1.0.tar.gz.
File metadata
- Download URL: qamlz-0.1.0.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17180b8c0412076b4d16aea79e682795f9a3749b132c188cf43c1409022a3b1c
|
|
| MD5 |
a6fcfe4878eafb40e6975f452e146e8f
|
|
| BLAKE2b-256 |
de94a7fd97a014c36ae9ce47a63d371fc7b362f2bdc3670ce9bba1897cbf8eac
|
File details
Details for the file qamlz-0.1.0-py3-none-any.whl.
File metadata
- Download URL: qamlz-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2de8a7860dcc049118c9d5093cff6fdd755c415b02589986d8a6d763fc219810
|
|
| MD5 |
9a2457b45765f82e342841acdea159eb
|
|
| BLAKE2b-256 |
5d61eb34931125ef903999300e2104da655c57c305a1a196d92d2e5cf828ac6d
|