Skip to content

Some examples to get started into Quantum Machine Learning

Notifications You must be signed in to change notification settings

Kipu-Quantum-GmbH/QML-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QML Examples

The idea is to provide some guidelines for those starting with QML and how this could be used in realistic contexts.

Please, make sure you create a virtual environment and install the dependencies at requirementx.txt. A simple way to do this is creating and activating the environment

python3 -m venv .venv
source .venv/bin/activate

and then install those dependencies by calling

pip install -r requirements.txt

If you use PDM or other dependency managers, the pyproject.toml file should help you seting the environment ready.

About

Some examples to get started into Quantum Machine Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published