paper-with-me

홈 › Papers

Evaluating the Performance of Some Local Optimizers for Variational Quantum Classifiers

2021-02-17 · Nisheeth Joshi, Pragya Katyayan, Syed Afroz Ahmed

In this paper, we have studied the performance and role of local optimizers in quantum variational circuits. We studied the performance of the two most popular optimizers and compared their results with some popular classical machine learning algorithms. The classical algorithms we used in our study are support vector machine (SVM), gradient boosting (GB), and random forest (RF). These were compared with a variational quantum classifier (VQC) using two sets of local optimizers viz AQGD and COBYLA. For experimenting with VQC, IBM Quantum Experience and IBM Qiskit was used while for classical machine learning models, sci-kit learn was used. The results show that machine learning on noisy immediate scale quantum machines can produce comparable results as on classical machines. For our experiments, we have used a popular restaurant sentiment analysis dataset. The extracted features from this dataset and then after applying PCA reduced the feature set into 5 features. Quantum ML models were trained using 100 epochs and 150 epochs on using EfficientSU2 variational circuit. Overall, four Quantum ML models were trained and three Classical ML models were trained. The performance of the trained models was evaluated using standard evaluation measures viz, Accuracy, Precision, Recall, F-Score. In all the cases AQGD optimizer-based model with 100 Epochs performed better than all other models. It produced an accuracy of 77% and an F-Score of 0.785 which were highest across all the trained models.

📄 PDF Abstract BibTeX arXiv:2102.08949

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningSentiment Analysis

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

Randomized Benchmarking of Local Zeroth-Order Optimizers for Variational Quantum Systems

2023-10-14 · Lucas Tecot, Cho-Jui Hsieh

In the field of quantum information, classical optimizers play an important role. From experimentalists optimizing their physical devices to theorists exploring variational quantum algorithms, many aspects of quantum inf…

Benchmarking

Effect of barren plateaus on gradient-free optimization

2020-11-24 · Andrew Arrasmith, M. Cerezo, Piotr Czarnik, Lukasz Cincio 외

Barren plateau landscapes correspond to gradients that vanish exponentially in the number of qubits. Such landscapes have been demonstrated for variational quantum algorithms and quantum neural networks with either deep …

Can We Learn Communication-Efficient Optimizers?

2023-12-02 · Charles-Étienne Joseph, Benjamin Thérien, Abhinav Moudgil, Boris Knyazev 외

Communication-efficient variants of SGD, specifically local SGD, have received a great deal of interest in recent years. These approaches compute multiple gradient steps locally, that is on each worker, before averaging …

Language ModelingLanguage Modelling

Narrowing the Focus: Learned Optimizers for Pretrained Models

2024-08-17 · Gus Kristiansen, Mark Sandler, Andrey Zhmoginov, Nolan Miller 외

In modern deep learning, the models are learned by applying gradient updates using an optimizer, which transforms the updates based on various statistics. Optimizers are often hand-designed and tuning their hyperparamete…

image-classificationImage Classification

Variational Stochastic Gradient Descent for Deep Neural Networks

2024-04-09 · Haotian Chen, Anna Kuzina, Babak Esmaeili, Jakub M Tomczak

Current state-of-the-art optimizers are adaptive gradient-based optimization methods such as Adam. Recently, there has been an increasing interest in formulating gradient-based optimizers in a probabilistic framework for…

image-classificationImage ClassificationVariational Inference