rdisipio / qtransformer

Quantum-enhanced transformer neural network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example of a Quantum-enhanced transformer neural network

Get the code:

git clone https://github.com/rdisipio/qtransformer.git
cd qtransformer

Create a Python 3.x virtual environment and install libraries:

python3 -m venv qml
source qml/bin/activate
pip3 install --upgrade pip
pip3 install -r requirements.txt

About

Quantum-enhanced transformer neural network


Languages

Language:Python 100.0%