Pith. sign in

REVIEW 5 major objections 6 minor 51 references

Learning entanglement from tomography data: contradictory measurement importance for neural networks and random forests

T0 review · 5 major / 6 minor · reviewed 2026-08-15 · deepseek-v4-flash

Pith's one-line read A neural network and a random forest learn two-qubit entanglement from opposite measurements.

desk verdict A genuinely new empirical observation—NN and RF rank tomography blocks oppositely for entanglement—but the global RF claim is overstrong given the class-dependent Shapley results; deserves refereeing after harmonizing the perturbation metrics. read the letter →

arxiv 2505.03371 v2 pith:KJ5WKVB3 submitted 2025-05-06 quant-ph

classification quant-ph PACS 03.67.Mn03.67.-a
keywords entanglementquantificationtwo-qubittomographyrandomforestsneuralnetworksfeatureimportanceShapleyvaluesconcurrencemeasurement
verification ladder T0 review T1 audit T2 compute T3 formal

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 paper claims that when a neural network and a random forest are trained to quantify two-qubit entanglement from standard projective tomography data, they reach comparable predictions but assign importance to opposite kinds of measurements. The neural network treats measurements in block $M_D$, which carry information about non-local coherences, as most important; the random forest treats the occupation measurements in block $M_A$ as most important. The paper argues this is not a quirk of one dataset: the same ordering appears under mean-decrease-in-impurity, perturbation-based, and Shapley-value analyses, and it disappears when the models are trained on density-matrix elements directly. The result matters because experimental tomography data are often noisy or incomplete, so knowing which measurements a model actually relies on determines how much one can trust its prediction. The authors suggest this difference can be exploited to obtain more reliable entanglement information from noisy tomography data.

What carries the argument

The load-bearing mechanism is the linear scattering of information in two-qubit projective tomography, encoded in the four measurement blocks of Eq. (6). The measurement outcomes are linear functions of the density-matrix elements, Eqs. (7)--(10): $M_A$ gives the diagonal elements directly, $M_B$ and $M_C$ mix diagonals with local coherences, and $M_D$ mixes diagonals, local coherences, and non-local coherences. Because the diagonals must be known to convert $M_B$ and $M_C$ into actual off-diagonal elements, the $M_A$ block functions as a gatekeeper for all coherence information in the measurement representation; this is what the random forest's split-based learning exploits. The neural network, by contrast, learns an internal representation that recovers the direct role of $M_D$. The supporting analytic comparison is the Shapley-value analysis of the concurrence computed from quantum-state reconstruction, which shows the same ranking as the neural network. The disappearance of the contradiction for density-matrix inputs is the control that isolates the scattering mechanism.

What would settle it

Retrain both models from scratch after deleting each of the four measurement blocks in turn (leave-block-out). The paper's claim predicts that removing $M_A$ damages the random forest most while the neural network is damaged most by removing $M_D$; if retraining produces the same damage ranking for both models, the reported contradiction is an artifact of the attribution tools rather than a genuine difference in how the models learn.

Watch

Extended reading notes

Core claim

The central discovery is a model-class-dependent reversal in feature importance for entanglement quantification. For two-qubit states labeled by concurrence $C(\rho)=\max(0,\lambda_1-\lambda_2-\lambda_3-\lambda_4)$, the 16 projective measurements split naturally into four blocks defined in Eq. (6): block $M_A$ contains the occupation probabilities $m_{00},m_{01},m_{10},m_{11}$, blocks $M_B$ and $M_C$ contain information about local coherences, and block $M_D$ contains information about non-local coherences, which the paper identifies as critical for entanglement. The neural network, like the analytic quantum-state reconstruction, ranks $M_D$ first, then $M_B,M_C$, then $M_A$; the random forest ranks $M_A$ first and $M_D$ last. The paper traces the inversion to the tomography equations (7)--(10): the diagonal outcomes in $M_A$ enter the reconstruction of every off-diagonal density-matrix element, so the random forest, which builds splits on single features, latches onto $M_A$ as the gatekeeper for all coherence information, while the neural network effectively inverts the linear relations and reads the entanglement-relevant coherences directly. When both models are fed density-matrix elements instead of raw measurements, their importance rankings coincide.

Load-bearing premise

The conclusion rests on the assumption that the feature-importance measures, especially the random forest's mean-decrease-in-impurity and the perturbation-based accuracy drops, correctly reveal which measurements the models actually use even though the tomography features are strongly correlated with one another.

Editorial extensions

If this is right

  • On full, clean tomography data, the neural network classifies two-qubit entanglement more accurately than the random forest (accuracy 0.922 versus 0.879 on the test set), so the better learner and the more interpretable learner are not the same model.
  • When a single measurement is corrupted by noise, the random forest degrades more gracefully at high noise levels than the neural network, because many trees vote over different feature subsets; the neural network is more accurate at low noise.
  • The block-importance rankings provide a practical criterion for choosing a model: if occupation measurements are the reliable part of a tomography run, the random forest's output should be preferred, while the neural network is the safer predictor when coherence measurements carry the signal.
  • Feature importance in machine-learning entanglement quantification is not a property of the data alone; it depends on the model family, so interpretability claims should be stated relative to the learner.
  • The same models trained on density-matrix elements agree on importance, confirming that the discrepancy is caused by the dispersed, interdependent structure of measurement data rather than by different notions of entanglement.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A testable extension is to train the same model families on three-qubit or higher-dimensional partial tomography and compare leave-one-block-out retraining; the prediction would be that tree ensembles again shift importance onto directly measured diagonal blocks while networks track coherence-relevant blocks, with the gap widening as Hilbert-space dimension grows.
  • The same informational-scattering mechanism should appear in any sensor-fusion task where raw features are linear mixtures of latent variables and one class of features is needed to calibrate the others; random forests would be expected to key on the calibrating features, neural networks on the latent-relevant ones.
  • A practical diagnostic for noisy experiments is to compare model predictions under targeted measurement noise and use disagreement between the two models as a flag that the tomography data are unreliable in a particular block.
  • Because Shapley values for the random forest differ between separable and strongly entangled samples (block $M_D$ dominating for separable, block $M_A$ for entangled), model confidence could be recalibrated separately for the two regimes, potentially improving low-concurrence classification.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 6 minor

Summary. The paper trains a two-hidden-layer MLP regressor and several random-forest classifiers to predict entanglement (concurrence) of two-qubit states from the 16 measurement outcomes of the James-Kwiat-Munro-White tomography protocol. On a synthetic data set of 460,000 training and 46,000 test states, the MLP achieves higher classification accuracy (0.922 vs. 0.879 for the best RF). Using three interpretability tools (MDI, noise-perturbation importance, and Shapley values), the authors report that the RF attributes most importance to the occupation-measurement block MA, whereas the NN attributes most importance to the non-local-coherence block MD. They interpret this as a model-class-dependent effect caused by information scattering in the linear tomography equations, and they claim the discrepancy disappears when the models are trained directly on density-matrix elements.

Significance. If the reported discrepancy is real, the paper provides a useful cautionary example that feature-importance rankings in machine-learned entanglement witnesses can be model-class-dependent rather than reflecting the intrinsic physical importance of the measurements. The work combines three interpretability routes and includes hyperparameter details and class-conditional Shapley analyses, which is a strength. However, several methodological mismatches (between the RF and NN perturbation metrics, between the SHAP targets, and in the threshold-selection procedure) currently prevent the headline claim from being established at the level of rigor required for a journal publication. The results are nonetheless amenable to correction within the manuscript's scope.

major comments (5)
  1. [Sec. VI B 2, Eqs. (17) and (18)] The perturbation importance measures for the RF and NN are not commensurable. E_P^RF in Eq. (17) is the drop in classification accuracy caused by perturbing one measurement, whereas E_P^NN in Eq. (18) is the mean absolute error between the perturbed NN output and the ground-truth concurrence without subtracting the unperturbed baseline error. Consequently, the block orderings in Fig. 5(a) and Fig. 5(c) may differ simply because E_P^NN includes the model's baseline error, not because the models use the measurements differently. The authors should redefine E_P^NN as a drop in accuracy (using the same classification threshold as for the RF) or as the increase in error relative to the unperturbed case, and use identical metrics for both model classes.
  2. [Sec. VI B 3, Fig. 6] The Shapley values for the RF are computed for the class-probability output (with TreeExplainer, as stated in Appendix C), while those for the NN are computed for the continuous concurrence output, and the SHAP explainer used for the MLP is not specified. These are different target functions, so the averaged SV patterns in Figs. 6(a,b) and Figs. 6(e,f) are not directly comparable. Additionally, Fig. 6(a) shows that for separable states the RF's most important block is MD, contradicting the unqualified claim that the RF always favors MA; the MA dominance appears only for strongly entangled states (Fig. 6(b)). The claims should be made class-conditional and the SHAP settings for the NN should be reported.
  3. [Sec. VI A, Eq. (14)] The NN classification threshold tau_NN is chosen by maximizing the area under the precision-recall curve, but the manuscript does not state whether this is done on the test set Stest or on a validation set. If the threshold is optimized on the test set, the accuracy, precision, and recall values for the MLP in Table I are optimistically biased relative to the RF classifiers, whose decision threshold is not tuned. The threshold-selection procedure should be described precisely and performed on a validation split.
  4. [Sec. VI B 1, Fig. 4] Mean Decrease in Impurity is known to be biased for correlated predictors, and the tomography measurement features are strongly interdependent through the linear relations in Eqs. (7)-(10). The paper does not discuss this limitation or provide a complementary permutation-based importance for the RF, so the MDI ranking in Fig. 4 should be treated with caution as evidence for the claim that occupations are the most important features for the RF.
  5. [Sec. VI B 2, final paragraph] The statement that the discrepancy disappears when the models are trained on density-matrix elements is a central piece of the proposed information-scattering explanation, but no quantitative result, figure, or table is presented for this control experiment. The authors should provide the corresponding feature-importance results for both models trained on density-matrix inputs, or explicitly mark this as a claim requiring further verification.
minor comments (6)
  1. [Abstract] In the abstract, 'measurements which arthe most important' contains a typo; it should read 'are the most important'.
  2. [Eq. (18)] The subscript notation E_jk in Eq. (18) is not defined; specify that j indexes test samples and k indexes independent noise realizations.
  3. [Figs. 5 and 10] The vertical axis labels in Figs. 5 and 10 are not fully defined; Fig. 10 in particular should state whether the ordinate is classification accuracy or the perturbation measure E_P, and the color scale in Fig. 5 should be labeled.
  4. [Sec. V B] The sentence 'utilizing a ReLU activation function' should be plural because each hidden layer has its own ReLU activation.
  5. [Sec. VI B 2] The phrase 'it's results' should be 'its results'.
  6. [Appendix B, Table II] The statement that 'The explanations of these hyperparameters can be found within the main text' is inaccurate; the hyperparameters are defined in the appendix itself, so the cross-reference should be corrected.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the feature-importance claims are post-hoc empirical properties of models trained on independently computed labels and measurements.

full rationale

The paper's derivation chain is empirical rather than deductive, and no claimed prediction is defined in terms of its own output. Concurrence labels are computed by the Wootters formula, Eq. (1), directly from sampled density matrices, while the features are the projective-measurement outcomes of Eq. (4); the two are generated independently, and neither is a fitted parameter. The trained NN and RF models are then probed by MDI, perturbation measures, and Shapley values, all of which are post-hoc properties of the fitted models. None of those importance scores enters the definition of the target C(rho) or the feature construction, so there is no fitted input renamed as a prediction. The nearest concern is that Eq. (18) is an absolute error rather than a perturbation-induced change, making the RF/NN importance comparison imperfect; however, that is a comparability or correctness issue, not a circular reduction, because neither Eq. (17) nor Eq. (18) is derived from the other and the block ordering remains a property of the trained models. The only self-citation that could be scrutinized is Ref. [11] for the quantum-circuit sampling method; that citation supplies a data-sampling procedure, not an assumption equivalent to the entanglement-importance result, and the dataset also includes Haar-random and explicitly added Bell states. The inversion-based explanation that occupation measurements are needed to infer other density-matrix elements is a direct consequence of the linear relations in Eqs. (7)-(10), and the density-matrix-input control in Sec. VI B tests rather than assumes that explanation.

Assumptions & free parameters 6 free parameters · 7 assumptions · 0 invented entities

The central claims rest on standard concurrence theory, an ideal projective-measurement model, a representative random-state dataset, and several unvalidated tooling assumptions about feature importance measures. No new physical entities are introduced. The main fitted parameter is the NN classification threshold, tuned on the test set.

free parameters (6)
  • tau_NN (NN classification threshold) = 0.03
    Chosen to maximize NN accuracy via the precision-recall curve on the test set (Sec. VI A, Eq. 14); tuning on test data can inflate the reported NN-RF accuracy gap.
  • tau (separability threshold) = 1e-6
    Defines separable versus entangled labels and is used to balance the dataset (Sec. IV); arbitrary numerical cutoff.
  • Perturbation noise amplitude sigma = 0.05 for importance maps; 0.01 for reconstruction propagation
    Chosen by hand for the perturbation analysis (Sec. VI B 2, Fig. 5); Fig. 10 varies sigma, so the qualitative RF-vs-NN noise trend is not tied to a single value, but exact importance magnitudes depend on it.
  • Dataset balance and Bell-state oversampling = 53% entangled / 47% separable; 20,000 maximally entangled states
    Sampling design chosen to balance classes (Sec. IV); affects accuracy and Shapley value magnitudes.
  • RF1 hyperparameters = n_estimators=1000, max_features=4, max_depth=None, min_samples_leaf=None
    Selected by grid search with cross-validation (Table II); all three RF variants show the same feature-importance ordering, so the core discrepancy is robust to these choices.
  • MLP architecture = 2 hidden layers, 128 units each, ReLU, linear output, MSE loss
    Chosen by hand (Sec. V B); a 10-layer variant gave comparable results, so the NN importance result is not tightly coupled to the exact architecture. Optimizer, learning rate, epochs and seeds are not reported.
assumptions (7)
  • standard math Wootters concurrence (Eqs. 1 and 2) is a valid entanglement measure and the labels are ground truth.
    Used to label all training and test states; standard result cited to Wootters, not derived in the paper.
  • domain assumption Tomography measurements are ideal projective expectation values m_ij = Tr{rho mu_i ⊗ mu_j} with no shot noise or basis misalignment in the training data.
    Eqs. (7)-(10) assume perfect measurements; realistic Poissonian shot noise is not part of the training distribution, so the noisy-data conclusions use synthetic additive noise.
  • domain assumption The random sampling methods (quantum circuits and Haar measure) generate a representative distribution of two-qubit states.
    The paper relies on the generated dataset to stand for generic two-qubit states (Sec. IV).
  • ad hoc to paper Mean Decrease in Impurity is a reliable feature-importance indicator for the RF despite the strong correlations among measurement features.
    MDI is known to be biased for correlated predictors; the paper uses it as primary RF evidence (Sec. VI B 1) without discussing this bias.
  • ad hoc to paper The SHAP explainer used for the neural network produces faithful Shapley values for the MLP.
    The paper states SHAP was used (Sec. VI B 3) but does not name the explainer or its assumptions for MLPs.
  • ad hoc to paper The perturbation measures in Eqs. (17) and (18) are comparable across model types.
    RF importance is measured as a drop in classification accuracy, NN importance as mean absolute error in predicted concurrence; these are different scales and can yield different rankings.
  • ad hoc to paper The RF's preference for occupations is caused by the interdependence of measurement data in the linear tomography equations.
    The paper asserts this causal mechanism in the abstract and Sec. VI B 2, but feature-importance patterns alone do not establish the mechanism; it is a plausible post-hoc interpretation.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Learning entanglement from tomography data: contradictory measurement importance for neural networks and random forests." pith.science (2026). https://pith.science/paper/KJ5WKVB3

@misc{pith2026250503371,
  author       = {Pith},
  title        = {Pith review of: Learning entanglement from tomography data: contradictory measurement importance for neural networks and random forests},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/KJ5WKVB3}},
  note         = {Machine review of arXiv:2505.03371}
}
read the original abstract

We study the effectiveness of two distinct machine learning techniques, neural networks and random forests, in the quantification of entanglement from two-qubit tomography data. Although we predictably find that neural networks yield better accuracy, we also find that the way that the two methods reach their prediction is starkly different. This is seen by the measurements which arthe most important for the classification. Neural networks follow the intuitive prediction that measurements containing information about non-local coherences are most important for entanglement, but random forests signify the dominance of information contained in occupation measurements. This is because occupation measurements are necessary for the extraction of data about all other density matrix elements from the remaining measurements. The same discrepancy does not occur when the models are used to learn entanglement directly from the elements of the density matrix, so it is the result of the scattering of information and interdependence of measurement data. As a result, the models behave differently when noise is introduced to various measurements, which can be harnessed to obtain more reliable information about entanglement from noisy tomography data.

Figures

Figures reproduced from arXiv: 2505.03371 by the authors.

Figure 1
Figure 1. FIG. 1. Proportion of samples in the training dataset with [PITH_FULL_IMAGE:figures/full_fig_p004_1.png] view at source ↗
Figure 2
Figure 2. FIG. 2. Measurement perturbations: (a) methodology, (b) [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 4
Figure 4. FIG. 4. Mean Decrease in Impurity (MDI) of RF1 model [PITH_FULL_IMAGE:figures/full_fig_p006_4.png] view at source ↗
Figures from the paper (5 more)
Figure 5
Figure 5. Figure 5: summarizes the prediction fidelity when a single measurement characterized by indices i, j = 0, 1, 2, 3 is FIG. 5. Perturbation measure E p for random noise applied to a single measurement outcome with σ = 0.05 for (a) RF1 model trained using Strain, (b) RF1 model trai…
Figure 6
Figure 6. Figure 6: FIG. 6. Shapley values Φ [PITH_FULL_IMAGE:figures/full_fig_p009_6.png]
Figure 7
Figure 7. Figure 7: FIG. 7. Cumulative explained variance ratio of PCA per [PITH_FULL_IMAGE:figures/full_fig_p011_7.png]
Figure 8
Figure 8. Figure 8: FIG. 8. Measurement vectors projected into 2D space using [PITH_FULL_IMAGE:figures/full_fig_p012_8.png]
Figure 10
Figure 10. Figure 10: FIG. 10. Perturbation measure for (a) random forest classi [PITH_FULL_IMAGE:figures/full_fig_p014_10.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

51 extracted references · 37 canonical work pages

  1. [1]

    In an RF, feature importance is typically determined by measuring the impact of each feature on the model’s predictive accuracy, e.g

    Mean Decrease in Impurity One of the key advantages of RF models is their ability to assess feature importance, providing insights into the contributions of different variables in predicting the tar- get outcome. In an RF, feature importance is typically determined by measuring the impact of each feature on the model’s predictive accuracy, e.g. using Mean...

  2. [2]

    To this end, we evaluate the importance of features of both models in the same way

    Measurement importance via perturbations Since RF and NN models are fundamentally different approaches, our main goal is to determine how the NN predictor works compared to ensemble RF models. To this end, we evaluate the importance of features of both models in the same way. The employed methodology for testing the importance of features (measurements) i...

  3. [3]

    Thus, we com- pute the so-called Shapley values [41] to explain how the models learn and predict

    Shapley additive explanations In the previous section we have shown that RFs and NNs make their predictions in a way which is sensitive to different measurements at the input. Thus, we com- pute the so-called Shapley values [41] to explain how the models learn and predict. SVs, originally developed in cooperative game theory, provide a fair way to distrib...

  4. [4]

    D. F. V. James, P. G. Kwiat, W. J. Munro, and A. G. White, Measurement of qubits, Phys. Rev. A 64, 052312 (2001)

  5. [5]

    Torlai, G

    G. Torlai, G. Mazzola, J. Carrasquilla, M. Troyer, R. Melko, and G. Carleo, Neural-network quantum state tomography, Nature Physics 14, 447 (2018)

  6. [6]

    T. Xin, S. Lu, N. Cao, G. Anikeeva, D. Lu, J. Li, G. Long, and B. Zeng, Local-measurement-based quantum state tomography via neural networks, npj Quantum Informa- tion 5, 109 (2019)

  7. [7]

    Melkani, C

    A. Melkani, C. Gneiting, and F. Nori, Eigenstate extrac- tion with neural-network tomography, Phys. Rev. A102, 022412 (2020)

  8. [8]

    Ahmed, C

    S. Ahmed, C. S´ anchez Mu˜ noz, F. Nori, and A. F. Kockum, Quantum state tomography with conditional generative adversarial networks, Phys. Rev. Lett. 127, 140502 (2021)

Show all 51 references
  1. [9]

    Y. Quek, S. Fort, and H. K. Ng, Adaptive quantum state tomography with neural networks, npj Quantum Infor- mation 7, 105 (2021)

  2. [10]

    Koutn´ y, L

    D. Koutn´ y, L. Motka, Z. c. v. Hradil, J. ˇReh´ aˇ cek, and L. L. S´ anchez-Soto, Neural-network quantum state to- mography, Phys. Rev. A 106, 012409 (2022)

  3. [11]

    Schmale, M

    T. Schmale, M. Reh, and M. G¨ arttner, Efficient quantum state tomography with convolutional neural networks, npj Quantum Information 8, 115 (2022)

  4. [12]

    H. Ma, D. Dong, I. R. Petersen, C.-J. Huang, and G.-Y. Xiang, Neural networks for quantum state tomography with constrained measurements, Quantum Information Processing 23, 317 (2024)

  5. [13]

    Krawczyk, J

    M. Krawczyk, J. Paw lowski, M. M. Ma´ ska, and K. Roszak, Data-driven criteria for quantum correlations, Phys. Rev. A 109, 022405 (2024)

  6. [14]

    Paw lowski and M

    J. Paw lowski and M. Krawczyk, Identification of quan- tum entanglement with siamese convolutional neural net- works and semisupervised learning, Phys. Rev. Appl. 22, 014068 (2024)

  7. [15]

    Taghadomi, A

    N. Taghadomi, A. Mani, A. Fahim, and A. Bakouei, Ef- fective detection of quantum discord by using convolu- tional neural networks, Quantum Machine Intelligence7, 40 (2025)

  8. [16]

    Y. Chen, Y. Pan, G. Zhang, and S. Cheng, Detect- ing quantum entanglement with unsupervised learning, Quantum Science and Technology 7, 015005 (2021)

  9. [17]

    N. Asif, U. Khalid, A. Khan, T. Q. Duong, and H. Shin, Entanglement detection with artificial neural networks, Scientific Reports 13, 1562 (2023)

  10. [18]

    Ure˜ na, A

    J. Ure˜ na, A. Sojo, J. Bermejo-Vega, and D. Manzano, Entanglement detection with classical deep neural net- works, Scientific Reports 14, 18109 (2024)

  11. [19]

    S. Lu, S. Huang, K. Li, J. Li, J. Chen, D. Lu, Z. Ji, Y. Shen, D. Zhou, and B. Zeng, Separability- entanglement classifier via machine learning, Phys. Rev. A 98, 012315 (2018)

  12. [20]

    B. C. Hiesmayr, Free versus bound entanglement, a np- hard problem tackled by machine learning, Scientific Re- ports 11, 19739 (2021)

  13. [21]

    C. B. D. Goes, A. Canabarro, E. I. Duzzioni, and T. O. Maciel, Automated machine learning can classify bound entangled states with tomograms, Quantum Information Processing 20, 99 (2021)

  14. [22]

    Wang, Learning to detect entanglement (2024), arXiv:1709.03617 [quant-ph]

    B. Wang, Learning to detect entanglement (2024), arXiv:1709.03617 [quant-ph]

  15. [23]

    Ganaie, M

    M. Ganaie, M. Hu, A. Malik, M. Tanveer, and P. Sug- anthan, Ensemble deep learning: A review, Eng. Appl. Art. Intel. 115, 105151 (2022)

  16. [24]

    Breiman, Random forests, Machine Learning 45, 5 (2001)

    L. Breiman, Random forests, Machine Learning 45, 5 (2001)

  17. [25]

    F¨ urnkranz, Decision tree, inEncyclopedia of Machine Learning, edited by C

    J. F¨ urnkranz, Decision tree, inEncyclopedia of Machine Learning, edited by C. Sammut and G. I. Webb (Springer US, Boston, MA, 2010) pp. 263–267

  18. [26]

    Breiman, J

    L. Breiman, J. Friedman, R. A. Olshen, and C. J. Stone, Classification and regression trees (Routledge, 2017)

  19. [27]

    Breiman, Bagging predictors, Machine Learning 24, 123 (1996)

    L. Breiman, Bagging predictors, Machine Learning 24, 123 (1996)

  20. [28]

    LeCun, Y

    Y. LeCun, Y. Bengio, and G. Hinton, Deep learning, Na- ture 521, 436 (2015)

  21. [29]

    Ronneberger, P

    O. Ronneberger, P. Fischer, and T. Brox, U-net: Convo- lutional networks for biomedical image segmentation, in Medical Image Computing and Computer-Assisted Inter- vention – MICCAI 2015 , edited by N. Navab, J. Horneg- ger, W. M. Wells, and A. F. Frangi (Springer Interna- tion...

  22. [30]

    Vaswani, N

    A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, L. Jones, A. N. Gomez, L. Kaiser, and I. Polosukhin, Attention is all you need, in Advances in Neural Infor- mation Processing Systems (2017) pp. 5998–6008

  23. [31]

    Gibney and D

    E. Gibney and D. Castelvecchi, Physics nobel scooped by machine-learning pioneers, Nature 634, 523 (2024)

  24. [32]

    Belkin, D

    M. Belkin, D. Hsu, S. Ma, and S. Mandal, Rec- onciling modern machine-learning practice and the classical bias–variance trade-off, Proceedings of the National Academy of Sciences 116, 15849 (2019), https://www.pnas.org/doi/pdf/10.1073/pnas.1903070116

  25. [33]

    Longo, M

    L. Longo, M. Brcic, F. Cabitza, J. Choi, R. Con- falonieri, J. D. Ser, R. Guidotti, Y. Hayashi, F. Her- rera, A. Holzinger, R. Jiang, H. Khosravi, F. Lecue, G. Malgieri, A. P´ aez, W. Samek, J. Schneider, T. Speith, and S. Stumpf, Explainable artificial intelligence (xai) 2.0:...

  26. [34]

    W. K. Wootters, Entanglement of formation of an ar- bitrary state of two qubits, Phys. Rev. Lett. 80, 2245 (1998)

  27. [35]

    Horodecki, Separability criterion and inseparable mixed states with positive partial transposition, Physics Letters A 232, 333 (1997)

    P. Horodecki, Separability criterion and inseparable mixed states with positive partial transposition, Physics Letters A 232, 333 (1997)

  28. [36]

    Horodecki, P

    M. Horodecki, P. Horodecki, and R. Horodecki, Mixed- state entanglement and distillation: Is there a “bound” entanglement in nature?, Phys. Rev. Lett. 80, 5239 (1998)

  29. [37]

    Yu and J

    T. Yu and J. H. Eberly, Evolution from entanglement to decoherence of bipartite mixed ”x” states, Quantum Information and Computation 7, 459 (2007). 11

  30. [38]

    P. E. Mendon¸ ca, M. A. Marchiolli, and D. Galetti, En- tanglement universality of two-qubit x-states, Annals of Physics 351, 79 (2014)

  31. [39]

    Mezzadri, How to generate random matrices from the classical compact groups, Notices of the American Math- ematical Society 54 (2006)

    F. Mezzadri, How to generate random matrices from the classical compact groups, Notices of the American Math- ematical Society 54 (2006)

  32. [40]

    R. E. Schapire, The strength of weak learnability, Ma- chine learning 5, 197 (1990)

  33. [41]

    Breiman, Arcing classifier (with discussion and a re- joinder by the author), The Annals of Statistics 26, 801 (1998)

    L. Breiman, Arcing classifier (with discussion and a re- joinder by the author), The Annals of Statistics 26, 801 (1998)

  34. [42]

    Nair and G

    V. Nair and G. E. Hinton, Rectified linear units improve restricted boltzmann machines, in Proceedings of the 27th International Conference on International Conference on Machine Learning, ICML’10 (Omnipress, Madison, WI, USA, 2010) p. 807–814

  35. [43]

    Raghavan, P

    V. Raghavan, P. Bollmann, and G. S. Jung, A critical in- vestigation of recall and precision as measures of retrieval system performance, ACM Trans. Inf. Syst. 7, 205–229 (1989)

  36. [44]

    L. S. Shapley, A value for n-person games, in Contribu- tions to the Theory of Games , Vol. 2, edited by H. W. Kuhn and A. W. Tucker (Princeton University Press,

  37. [45]

    S. M. Lundberg and S.-I. Lee, A unified approach to inter- preting model predictions, in Proceedings of the 31st In- ternational Conference on Neural Information Processing Systems, NIPS’17 (Curran Associates Inc., Red Hook, NY, USA, 2017) p. 4768–4777

  38. [46]

    I. T. Jolliffe, Principal Component Analysis, Springer Se- ries in Statistics (Springer, New York, NY, 2002)

  39. [47]

    G. E. Hinton and S. T. Roweis, Stochastic neighbor em- bedding, in Advances in Neural Information Processing Systems, Vol. 15 (MIT Press, 2003) pp. 857–864

  40. [48]

    Scornet, Trees, forests, and impurity-based variable importance in regression, in Annales de l’Institut Henri Poincare (B) Probabilites et statistiques, Vol

    E. Scornet, Trees, forests, and impurity-based variable importance in regression, in Annales de l’Institut Henri Poincare (B) Probabilites et statistiques, Vol. 59 (Institut Henri Poincar´ e, 2023) pp. 21–52

  41. [49]

    Pedregosa, G

    F. Pedregosa, G. Varoquaux, A. Gramfort, V. Michel, B. Thirion, O. Grisel, M. Blondel, P. Prettenhofer, R. Weiss, V. Dubourg, J. Vanderplas, A. Passos, D. Cour- napeau, M. Brucher, M. Perrot, and E. Duchesnay, Scikit-learn: Machine learning in Python, Journal of Ma- chine Lear...

  42. [50]

    PCA finds a linear transformation of the original FIG

    Principal Component Analysis At first, we examined the training dataset using PCA method [43] – an unsupervised dimensionality reduction technique used to reduce the dimensionality of complex datasets while retaining their most important character- istics. PCA finds a linear t...

  43. [51]

    Importantly, it captures the local structure of the data while preserving global relationships in the dataset

    t-Distributed Stochastic Neighbor Embedding Second, we employed the t-Distributed Stochastic Neighbor Embedding (t-SNE) method [44], which is a di- mensionality reduction technique particularly well suited for visualizing high-dimensional data by mapping them into a lower-dime...

Pith tools

Reviewed August 15, 2026 · model on record in the stance chip above.