Skip to content

Comparing a 100-qubit quantum-enhanced model with a classical neural network on a GPU.

Notifications You must be signed in to change notification settings

babycommando/QuantumMLArena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

IBM Quantum vs T4 GPU Deep Learning Arena - Iris Dataset

This project aims to compare the performance of a quantum-enhanced feature space model using Qiskit on a real quantum backend with 100 qubits, against a classical neural network model running on a GPU using TensorFlow and Keras. The classical model is a simple neural network with two hidden layers (64 and 32 neurons).

The quantum-enhanced feature space model leverages quantum computing to map data into a high-dimensional space using quantum circuits, potentially capturing complex patterns that classical models might miss. By utilizing 100 qubits, this approach explores the capabilities of quantum processors to handle more intricate feature representations. In contrast, the classical neural network processes the original features of the dataset through its layers, relying on the power of GPU acceleration for efficient computation.

This code includes steps to save and load your IBM Quantum account, prepare the Iris dataset, train and evaluate both models, and visualize the results.

img(1)

img(2)

About

Comparing a 100-qubit quantum-enhanced model with a classical neural network on a GPU.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published