REVIEW 4 major objections 5 minor 43 references
QSVM-QNN: Quantum Support Vector Machine Based Quantum Neural Network Learning Algorithm for Brain-Computer Interfacing Systems
T0 review · 4 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read A hybrid QSVM-QNN quantum classifier is tested on two EEG datasets, but its reported accuracies are not superior to classical baselines in the paper's own tables.
desk verdict The abstract says QSVM-QNN beats classical and quantum baselines; its own Table I shows it doesn't, and the statistics are invalid. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
The authors report accuracies of 0.990 and 0.950 on two Kaggle EEG datasets and claim the model outperforms classical and standalone quantum models. The paper's own Table I does not support that claim: on the first dataset, logistic regression, CNN and SVM all score higher than 0.990, and on the second dataset almost every classical model plus the standalone QSVM beats 0.950. The statistical tests are also not meaningful: each algorithm has only two numbers, one per dataset, with no repeated runs, no variance, and no error bars, and the text says the QSVM comparison is non-significant while the table reports p-values around 10^-21. No code, data, or circuit specifications are released.
Extended reading notes
Core claim
Abstract: 'The proposed model is evaluated on two benchmark EEG datasets, achieving high accuracies of 0.990 and 0.950, outperforming both classical and standalone quantum models.' If correct, QSVM-QNN would be a noise-robust hybrid quantum classifier that beats classical ML on EEG BCI tasks.
Load-bearing premise
Section III.C (Eq. 22-28) and Algorithms 2-3 assume the k-means centroids computed in PCA-reduced 3-qubit space represent the two EEG classes well enough that the overlap <0|U(c)†U(x)|0>, read as sqrt of the all-zero measurement probability, is a valid decision signal. The paper provides no evidence that these centroids capture class structure, and the method is not a support vector machine in the sense of Eq. (10)-(11).
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a hybrid quantum-classical classifier, QSVM-QNN, for binary EEG-based brain-computer interface tasks, combining a centroid-overlap "QSVM" circuit (the U-U-dagger method) with a variational quantum circuit inspired by QNN. The authors evaluate the model on two Kaggle EEG datasets against classical baselines (KNN, RF, SVM, CNN, LR, DT, NB) and quantum baselines (QNN, QSVM), and report noise robustness under six error models. The central claim is that QSVM-QNN achieves accuracies of 0.990 and 0.950 and outperforms both classical and standalone quantum models; the paper also reports ANOVA and t-test results to support the comparisons.
Significance. If the central claim were correct, a quantum classifier that is both more accurate than classical models and robust to realistic noise would be a notable contribution for BCI applications. The manuscript has some positive features: it presents explicit circuit diagrams and pseudocode for all three quantum algorithms, evaluates two datasets, and considers six noise models. However, the headline superiority claim is contradicted by the paper's own Table I, the statistical tests are built on an invalid sample size, and the algorithm labeled QSVM is not a support vector machine in the sense of the paper's own equations. These issues are load-bearing: the abstract, introduction, and conclusion all rest on the refuted outperformance claim. The significance of the work, as currently presented, is therefore low, and the experimental evidence does not support the stated conclusions.
major comments (4)
- [Abstract, Section I.A, Section IV.F, Table I] The abstract's claim that QSVM-QNN achieves 0.990 and 0.950 accuracy while 'outperforming both classical and standalone quantum models' is directly contradicted by Table I. On EEGMM, LR achieves 0.997, CNN 0.996, and SVM 0.995, all above QSVM-QNN's 0.990. On EEG, SVM, RF, and LR achieve 0.999, KNN and CNN achieve 0.998, and QSVM achieves 0.998, all above QSVM-QNN's 0.950. Section V itself states that 'QSVM performed best in the EEG dataset.' The experimental results therefore do not support the paper's central contribution as stated in the abstract and introduction.
- [Section IV.G, Tables II-VI] The statistical significance tests are invalid as conducted. Each model has only two accuracy values in Table I (one per dataset), yet the paper reports t-tests with p-values as small as 2.18e-44 and an ANOVA with p=1.47e-195. These values cannot arise from a valid two-replicate analysis and are not meaningful evidence for performance differences. In addition, the text in Section IV.G states that the QSVM comparison yields 'non-significant p-values across all metrics,' but Table III reports p=1.19e-21 for accuracy, which is highly significant by any conventional threshold. The statistical analysis must be redone with proper sample sizes or, at minimum, the reported p-values and their interpretation must be corrected.
- [Section III.C, Eq. (10)-(11), Algorithms 2 and 3] The algorithm called QSVM is not a support vector machine as defined by Eqs. (10)-(11). The method described in Section III.C and Algorithm 2 computes inner products between a test point and two k-means centroids using the U U-dagger circuit, and assigns labels based on the square-root of the all-zero measurement probability. There is no hinge-loss minimization, no learned alpha_i coefficients, and no identification of support vectors. Consequently, the claim that QSVM-QNN integrates 'the decision boundary capabilities of QSVM' is unsupported by the actual method. The paper provides no evidence that k-means centroids in the PCA-reduced 3-qubit feature space capture the class structure needed for reliable classification.
- [Section IV.H, Figs. 6-7, Abstract] The noise-robustness conclusion is not established by the presented results. The text in Section IV.H describes the accuracy curves qualitatively, with no error bars, no repeated runs, and no statistical test comparing noisy and noise-free performance. Moreover, Fig. 6(a) indicates that bit-flip and bit-phase-flip noise improve QNN accuracy on the EEGMM dataset as the noise parameter increases, a counterintuitive result that is not explained. Without additional evidence, the abstract's claim that QSVM-QNN 'maintains stable performance under noisy conditions' and is 'noise-resilient' is not supported.
minor comments (5)
- [Section IV.F] The text states 'QSVM-QNN has the highest accuracy of 0.997 on the EEGMM dataset,' but Table I reports 0.990 for QSVM-QNN on EEGMM; this inconsistency should be corrected.
- [Section II.A, Eq. (22)] The notation 'n⊗ <0|' is malformed; it should presumably read '<0|^{⊗n}' to denote the n-fold tensor product of the bra vector.
- [Section IV.A and Section IV.I] Section IV.A says 'one layer of parametrized circuit is used, while 5 epochs of QNN are used,' but Section IV.I says 'only 5 layers of QNN have been taken'; the manuscript should clarify whether the depth is one layer or five layers and distinguish epochs from layers.
- [References] Reference [33] contains a typo in the author name ('Macccone' instead of 'Maccone'), and the reference list should be checked for formatting consistency.
- [Section I.A] The motivation paragraph says QSVM-QNN 'achieved 0.990 accuracy on the EEGMM dataset and 0.950 accuracy on the EEG dataset, outperforming QNN while being comparable to QSVM,' which is inconsistent with the abstract's stronger claim of outperforming both classical and standalone quantum models; the internal claims should be aligned.
Circularity Check
No definitional circularity: the reported accuracies are empirical train/test simulation outcomes, not quantities defined in terms of the answer. The main circularity-adjacent issue is that the 'QSVM' component is a k-means centroid-overlap classifier renamed as a support-vector machine and imported from the authors' own UU† references.
-
renaming known result
[Section III.C (Eqs. 20-28, Algorithm 2) versus Section II.C (Eqs. 10-11)]
"Here, we explain the QSVM algorithm, particularly following the U U† method as described in [34]. The primary objective of this algorithm is to compute the inner product between the centroid of a dataset cluster and a given test data point in the quantum feature space. ... Apply KMeans clustering on the dataset features ... Assign predicted label based on probabilities."
Algorithm 2 assigns labels by comparing overlap probabilities with two k-means centroids; it never computes support vectors, alpha_i coefficients, or the hinge loss of Eqs. (10)-(11). The component called 'QSVM' is therefore a quantum nearest-centroid classifier, not a support-vector machine. The paper's central claim that QSVM-QNN combines 'the decision boundary capabilities of QSVM' with QNN inherits that capability only by renaming the centroid classifier, not from the SVM derivation the paper itself presents.
full rationale
The headline accuracies (0.990 and 0.950) are empirical outcomes of running the circuits and evaluating on a held-out test split (Section IV.F, Table I), so they are not defined in terms of the answer and do not reduce to a fit. The main circularity-adjacent pattern is the renaming of a k-means centroid-overlap classifier as 'QSVM': the paper's own SVM formulation in Eqs. (10)-(11) is not implemented in Algorithm 2, and the UU† method is taken from the authors' prior work ([34], with [35] supplying the probability identity), making the 'QSVM' label a self-referential relabeling rather than a derived SVM. This does not, however, force the numerical predictions: the simulations, noise scans, and comparisons in Table I are independent empirical content. The invalid t-test/ANOVA claims and the Abstract's 'outperforming' statement are correctness problems, not circularity. Overall circularity is low.
Assumptions & free parameters
free parameters (7)
- VQC rotation angles theta =
Optimized per dataset via COBYLA; values not reported
- Number of qubits =
3
- Number of VQC layers =
1
- Number of QNN epochs =
5
- K-means centroids c1, c2 =
Computed per dataset; values not reported
- PCA feature count =
Not stated (chosen to fit 3-qubit amplitude encoding)
- Noise model parameters =
Varied from 0 to 1
assumptions (6)
- standard math Amplitude encoding maps classical features into normalized quantum states; all gates are unitary and measurement follows the Born rule.
- domain assumption The inner product <0|U(c)†U(x)|0> equals the coefficient alpha_1,0, and alpha_1,0 is real and equal to sqrt(P_000...000).
- domain assumption K-means centroids computed in the PCA-reduced feature space adequately represent the two classes for the quantum overlap classifier.
- domain assumption PCA-reduced EEG features encoded into 3 qubits retain sufficient class-discriminative information.
- domain assumption The two Kaggle datasets are accurate and representative BCI benchmark data.
- ad hoc to paper Statistical tests treat each dataset's metric as an independent replicate of model performance.
Cite this review
Pith. "Pith review of QSVM-QNN: Quantum Support Vector Machine Based Quantum Neural Network Learning Algorithm for Brain-Computer Interfacing Systems." pith.science (2026). https://pith.science/paper/MHNNVLUT
@misc{pith2026250514192,
author = {Pith},
title = {Pith review of: QSVM-QNN: Quantum Support Vector Machine Based Quantum Neural Network Learning Algorithm for Brain-Computer Interfacing Systems},
year = {2026},
howpublished = {\url{https://pith.science/paper/MHNNVLUT}},
note = {Machine review of arXiv:2505.14192}
}
read the original abstract
A brain-computer interface (BCI) system enables direct communication between the brain and external devices, offering significant potential for assistive technologies and advanced human-computer interaction. Despite progress, BCI systems face persistent challenges, including signal variability, classification inefficiency, and difficulty adapting to individual users in real time. In this study, we propose a novel hybrid quantum learning model, termed QSVM-QNN, which integrates a Quantum Support Vector Machine (QSVM) with a Quantum Neural Network (QNN), to improve classification accuracy and robustness in EEG-based BCI tasks. Unlike existing models, QSVM-QNN combines the decision boundary capabilities of QSVM with the expressive learning power of QNN, leading to superior generalization performance. The proposed model is evaluated on two benchmark EEG datasets, achieving high accuracies of 0.990 and 0.950, outperforming both classical and standalone quantum models. To demonstrate real-world viability, we further validated the robustness of QNN, QSVM, and QSVM-QNN against six realistic quantum noise models, including bit flip and phase damping. These experiments reveal that QSVM-QNN maintains stable performance under noisy conditions, establishing its applicability for deployment in practical, noisy quantum environments. Beyond BCI, the proposed hybrid quantum architecture is generalizable to other biomedical and time-series classification tasks, offering a scalable and noise-resilient solution for next-generation neurotechnological systems.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[1]
Brain computer interfaces, a review,
L. F. Nicolas-Alonso and J. Gomez-Gil, “Brain computer interfaces, a review,” Sensors, vol. 12, no. 2, pp. 1211–1279, 2012. 12
work page 2012
-
[2]
Brain-computer interface: trend, challenges, and threats,
B. Maiseli, A. T. Abdalla, L. V . Massawe, M. Mbise, K. Mkocha, N. A. Nassor, M. Ismail, J. Michael, and S. Kimambo, “Brain-computer interface: trend, challenges, and threats,” Brain Informatics , vol. 10, 2023
work page 2023
-
[3]
Combining brain–computer interfaces and assistive technologies: State-of-the-art and challenges,
J. d. R. Mill ´an, R. Rupp, G. R. M ¨uller-Putz, R. Murray-Smith, C. Giugliemma, M. Tangermann, C. Vidaurre, F. Cincotti, A. K ¨ubler, R. Leeb, C. Neuper, K.-R. M ¨uller, and D. Mattia, “Combining brain–computer interfaces and assistive technologies: State-of-the-art and challenges,” Frontiers in Neuroscience, vol. 4, p. 161, 2010
work page 2010
-
[4]
Brain–machine interfaces: past, present and future,
M. A. Lebedev and M. A. L. Nicolelis, “Brain–machine interfaces: past, present and future,” Trends in Neurosciences , vol. 29, no. 9, pp. 536– 546, 2006
work page 2006
-
[5]
Brain-computer interfaces for communication and control,
J. R. Wolpaw, N. Birbaumer, D. J. McFarland, G. Pfurtscheller, and T. M. Vaughan, “Brain-computer interfaces for communication and control,” Clinical Neurophysiology, vol. 113, no. 6, pp. 767–791, 2002
work page 2002
-
[6]
Bci2000: A general-purpose brain-computer interface (bci) system,
G. Schalk, D. J. McFarland, T. Hinterberger, N. Birbaumer, and J. R. Wolpaw, “Bci2000: A general-purpose brain-computer interface (bci) system,” IEEE Transactions on Biomedical Engineering , vol. 51, no. 6, pp. 1034–1043, 2004
work page 2004
-
[7]
A review of classification algorithms for eeg-based brain–computer interfaces,
F. Lotte, M. Congedo, A. L ´ecuyer, F. Lamarche, and B. Arnaldi, “A review of classification algorithms for eeg-based brain–computer interfaces,” Journal of Neural Engineering , vol. 4, no. 2, pp. R1–R13, 2007
work page 2007
-
[8]
K.-R. M ¨uller, M. Tangermann, G. Dornhege, M. Krauledat, G. Curio, and B. Blankertz, “Machine learning for real-time single-trial eeg- analysis: From brain–computer interfacing to mental state monitoring,” Journal of Neuroscience Methods , vol. 167, no. 1, pp. 82–90, 2008
work page 2008
Show all 43 references
-
[9]
Deep learning for electroen- cephalogram (eeg) classification tasks: A review,
A. Craik, Y . He, and J. L. Contreras-Vidal, “Deep learning for electroen- cephalogram (eeg) classification tasks: A review,” Journal of Neural Engineering, vol. 16, no. 3, p. 031001, 2019
2019
-
[10]
A review of classification algorithms for eeg- based brain–computer interfaces: a 10 year update,
F. Lotte, L. Bougrain, A. Cichocki, M. Clerc, M. Congedo, A. Rako- tomamonjy, and F. Yger, “A review of classification algorithms for eeg- based brain–computer interfaces: a 10 year update,” Journal of Neural Engineering, vol. 15, no. 3, p. 031005, 2018
2018
-
[11]
Deep learning with convolutional neural networks for eeg decoding and visualization,
R. T. Schirrmeister, J. T. Springenberg, L. D. J. Fiederer, M. Glasstetter, K. Eggensperger, M. Tangermann, F. Hutter, W. Burgard, and T. Ball, “Deep learning with convolutional neural networks for eeg decoding and visualization,” Human Brain Mapping , vol. 38, no. 11, pp. 539...
2017
-
[12]
Deep learning-based electroencephalography analysis: A systematic review,
Y . Roy, H. Banville, I. Albuquerque, A. Gramfort, T. H. Falk, and J. Faubert, “Deep learning-based electroencephalography analysis: A systematic review,” Journal of Neural Engineering , vol. 16, no. 5, p. 051001, 2019
2019
-
[13]
Transfer learning in brain-computer interfaces,
V . Jayaram, M. Alamgir, Y . Altun, B. Scholkopf, and M. Grosse- Wentrup, “Transfer learning in brain-computer interfaces,” IEEE Com- putational Intelligence Magazine , vol. 11, no. 1, pp. 20–31, 2016
2016
-
[14]
The cybathlon bci race: Successful longitudinal mutual learning with two tetraplegic users,
S. Perdikis, L. Tonin, S. Saeedi, C. Schneider, and J. d. R. Mill ´an, “The cybathlon bci race: Successful longitudinal mutual learning with two tetraplegic users,” PLoS Biology, vol. 16, no. 5, p. e2003787, 2018
2018
-
[15]
A multiscale convolutional neural network for eeg-based motor imagery classification,
M. Zhou, H. He, and Z. Wang, “A multiscale convolutional neural network for eeg-based motor imagery classification,” Biomedical Signal Processing and Control, vol. 74, p. 103101, 2022
2022
-
[16]
Deep fusion of convolutional and re- current neural networks for eeg-based emotion recognition,
X. Zhao, Y . Zhang, and Z. Li, “Deep fusion of convolutional and re- current neural networks for eeg-based emotion recognition,” Biomedical Signal Processing and Control , vol. 74, p. 103496, 2022
2022
-
[17]
A hybrid attention-based cnn-lstm model for eeg emotion recognition,
H. Liu, P. Li, and Y . Wang, “A hybrid attention-based cnn-lstm model for eeg emotion recognition,” Engineering Applications of Artificial Intelligence, vol. 113, p. 105347, 2022
2022
-
[18]
A new univariate feature selec- tion algorithm based on the best–worst multi-attribute decision-making method,
D. P. M. Abellana and D. M. Lao, “A new univariate feature selec- tion algorithm based on the best–worst multi-attribute decision-making method,” Decision Analytics Journal , vol. 7, p. 100240, 2023
2023
-
[19]
Brain computer interfacing: Applications and challenges,
S. N. Abdulkader, A. Atia, and M. S. Mostafa, “Brain computer interfacing: Applications and challenges,” Egyptian Informatics Journal, vol. 16, no. 2, pp. 213–230, 2015
2015
-
[20]
Schuld and F
M. Schuld and F. Petruccione, Machine Learning with Quantum Com- puters, 2nd ed. Springer, 2021
2021
-
[21]
Quantum machine learning,
J. Biamonte, P. Wittek, N. Pancotti, P. Rebentrost, N. Wiebe, and S. Lloyd, “Quantum machine learning,” Nature, vol. 549, no. 7671, pp. 195–202, 2017
2017
-
[22]
Quantum machine learning in feature hilbert spaces,
M. Schuld and N. Killoran, “Quantum machine learning in feature hilbert spaces,” Physical Review Letters , vol. 122, p. 040504, 2019
2019
-
[23]
Quantum autoencoders via quantum adders with genetic algorithms,
L. Lamata, U. Alvarez-Rodriguez, J. D. Martin-Guerrero, M. Sanz, and E. Solano, “Quantum autoencoders via quantum adders with genetic algorithms,” Quantum Science and Technology, vol. 4, no. 1, p. 014007, 2020
2020
-
[24]
Discussion of probability relations between separated systems,
E. Schr ¨odinger, “Discussion of probability relations between separated systems,” Mathematical Proceedings of the Cambridge Philosophical Society, vol. 31, no. 4, pp. 555–563, 1935
1935
-
[25]
On the constitution of atoms and molecules,
N. Bohr, “On the constitution of atoms and molecules,” Philosophical Magazine, vol. 26, no. 151, pp. 1–25, 1913
1913
-
[26]
Can quantum-mechanical de- scription of physical reality be considered complete?
A. Einstein, B. Podolsky, and N. Rosen, “Can quantum-mechanical de- scription of physical reality be considered complete?” Physical Review, vol. 47, no. 10, pp. 777–780, 1935
1935
-
[27]
Quantum theory, the church-turing principle and the universal quantum computer,
D. Deutsch, “Quantum theory, the church-turing principle and the universal quantum computer,” Proceedings of the Royal Society of London A, vol. 400, no. 1818, pp. 97–117, 1985
1985
-
[28]
Algorithms for quantum computation: discrete logarithms and factoring,
P. W. Shor, “Algorithms for quantum computation: discrete logarithms and factoring,” Proceedings 35th Annual Symposium on Foundations of Computer Science, pp. 124–134, 1994
1994
-
[29]
A fast quantum mechanical algorithm for database search,
L. K. Grover, “A fast quantum mechanical algorithm for database search,” Proceedings of the 28th Annual ACM Symposium on Theory of Computing, pp. 212–219, 1996
1996
-
[30]
Circuit-centric quantum classifiers,
M. Schuld, A. Bocharov, K. Svore, and N. Wiebe, “Circuit-centric quantum classifiers,” Physical Review A , vol. 101, p. 032308, 2020
2020
-
[31]
Supervised learning with quantum computers,
M. Schuld and F. Petruccione, “Supervised learning with quantum computers,” Quantum Science and Technology, vol. 3, no. 3, p. 030502, 2018
2018
-
[32]
Quantum algorithms for supervised and unsupervised machine learning,
S. Lloyd, M. Mohseni, and P. Rebentrost, “Quantum algorithms for supervised and unsupervised machine learning,” arXiv preprint arXiv:1307.0411, 2013
2013 arXiv
-
[33]
Quantum-enhanced mea- surements: Beating the standard quantum limit,
V . Giovannetti, S. Lloyd, and L. Macccone, “Quantum-enhanced mea- surements: Beating the standard quantum limit,” SCIENCE, vol. 306, no. 5700, pp. 1330–1336, 2004
2004
-
[34]
Investigation of quantum support vector machine for classification in nisq era,
A. Kariya and B. K. Behera, “Investigation of quantum support vector machine for classification in nisq era,” arXiv:2112.06912, 2021
2021 arXiv
-
[35]
Explainable quantum clustering method to model medical data,
S. Deshmukh, B. K. Behera, P. Mulay, E. A. Ahmed, S. Al-Kuwari, P. Tiwari, and A. Farouk, “Explainable quantum clustering method to model medical data,” Knowledge-Based Systems, vol. 267, 2023
2023
-
[36]
Eeg motor movement/imagery dataset,
B. Leung, “Eeg motor movement/imagery dataset,” https://www.kaggle. com/code/brianleung2020/eeg-motor-movement, 2022
2022
-
[37]
Eeg dataset,
S. Nikolas, “Eeg dataset,” https://www.kaggle.com/datasets/samnikolas/ eeg-dataset, 2022
2022
-
[38]
Analysis of quantum machine learning algorithms in noisy channels for classification tasks in the iot extreme environment,
S. K. Satpathy, V . Vibhu, B. K. Behera, S. Al-Kuwari, S. Mumtaz, and A. Farouk, “Analysis of quantum machine learning algorithms in noisy channels for classification tasks in the iot extreme environment,” IEEE Internet of Things Journal , pp. 1 – 1, 2023
2023
-
[39]
Differential entropy feature for eeg-based emotion classification,
R.-N. Duan, J.-Y . Zhu, and B.-L. Lu, “Differential entropy feature for eeg-based emotion classification,” in 2013 6th International IEEE/EMBS Conference on Neural Engineering (NER) . IEEE, 2013, pp. 81–84
2013
-
[40]
Eegeyenet: A simultaneous electroencephalog- raphy and eye-tracking dataset and benchmark for eye movement prediction,
A. Kastrati, M. B. Płomecka, D. Pascual, L. Wolf, V . Gillioz, R. Watten- hofer, and N. Langer, “Eegeyenet: A simultaneous electroencephalog- raphy and eye-tracking dataset and benchmark for eye movement prediction,” arXiv preprint arXiv:2111.05100 , 2021
2021 arXiv
-
[41]
Deap: A database for emotion analysis using physiological signals,
S. Koelstra, C. Muhl, M. Soleymani, J.-S. Lee, A. Yazdani, T. Ebrahimi, T. Pun, A. Nijholt, and I. Patras, “Deap: A database for emotion analysis using physiological signals,” IEEE Transactions on Affective Computing, vol. 3, no. 1, pp. 18–31, 2012
2012
-
[42]
A large eeg dataset for studying cross-session variability in motor imagery brain-computer interface,
J. Ma, B. Yang, W. Qiu, Y . Li, S. Gao, and X. Xia, “A large eeg dataset for studying cross-session variability in motor imagery brain-computer interface,” Scientific Data, vol. 9, no. 1, p. 531, 2022
2022
-
[43]
Training embedding quantum kernels with data re-uploading quantum neural networks,
P. Rodriguez-Grasa, Y . Ban, and M. Sanz, “Training embedding quantum kernels with data re-uploading quantum neural networks,” arXiv:2401.04642, 2024
2024 arXiv
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.