Hybrid Variational Quantum-Classical Neural Networks for CPT-Based Prediction of Shear Wave Velocity and Soil Behavior Type Index: A Sanity Check Study with Ensemble and Deep Learning Methods | Research Square window.SnipcartSettings = { analytics: { enabled: false } }; (function() { var accessVector = localStorage.getItem('access_vector') || ''; window.dataLayer = window.dataLayer || []; if (accessVector) { window.dataLayer.push({ user: { profile: { profileInfo: { snid: accessVector } } } }); } })(); (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-K279D39R'); Browse Preprints In Review Journals COVID-19 Preprints AJE Video Bytes Research Tools Research Promotion AJE Professional Editing AJE Rubriq About Preprint Platform In Review Editorial Policies Our Team Advisory Board Help Center Sign In Submit a Preprint Cite Share Download PDF Research Article Hybrid Variational Quantum-Classical Neural Networks for CPT-Based Prediction of Shear Wave Velocity and Soil Behavior Type Index: A Sanity Check Study with Ensemble and Deep Learning Methods Omer Muhie Eldeen Taha, Sarah Mustafa Ahmed This is a preprint; it has not been peer reviewed by a journal. https://doi.org/ 10.21203/rs.3.rs-9524786/v1 This work is licensed under a CC BY 4.0 License Status: Posted Version 1 posted You are reading this latest preprint version Abstract This research introduces the inaugural utilization of a Hybrid Variational Quantum-Classical Neural Network (VQNN) for geotechnical site characterization utilizing Cone Penetration Test (CPT) data. A substantial CPT database containing 2,516,979 measurement records from various locations in Austria was analyzed to forecast two geotechnical parameters: directly measured shear wave velocity (Vs) from seismic CPT (SCPT) tests and the Robertson [ 1 ] Soil Behavior Type index (Ic SBT). The hybrid architecture combines a 3-qubit parameterized quantum circuit that uses angle embedding and strongly entangling layers with classical neural network layers for pre- and post-processing. The whole thing is trained end-to-end was adopted using L-BFGS-B optimization on a PCA-reduced feature space. Five-fold cross-validation and eight evaluation metrics (R², RMSE, MAE, MAPE, A10 − I, SI, IA, KGE) to compare the performance of three classical ML models: a Multi-Layer Perceptron (ANN), a Random Forest (RF), and a Gradient Boosting Machine (GBM). For Ic SBT, all classical models reached almost perfect accuracy (R² ≥ 0.999), but the VQNN only reached R² = 0.900 (RMSE = 0.149, MAPE = 4.23%, A10 − I = 0.924). For directly measured Vs, all models showed moderate performance (R² = 0.21–0.48, RMSE = 54–67 m/s), which is in line with what Chala and Ray [ 2 ] found for measured Vs using XGBoost (R² = 0.54, MAE = 41 m/s) and much lower than what they found for studies that predicted empirically derived Vs [ 3 ]. Permutation importance and RF impurity importance were used for sensitivity analysis. They showed that depth, pore pressure, and sleeve friction were the most important predictors of Vₛ. The findings confirm VQNN as a promising novel methodology for geotechnical regression in the NISQ era. Variational Quantum Neural Network Cone Penetration Test Shear Wave Velocity Soil Behavior Type Machine Learning Quantum Computing Geotechnical Engineering SHAP Analysis Uncertainty Quantification Figures Figure 1 Figure 2 Figure 3 Figure 4 Figure 5 Figure 6 Figure 7 Figure 8 1. INTRODUCTION Accurate calculation of soil shear wave velocity and precise classification of soil behavior type index are essential for effective geotechnical design and seismic response analysis [ 3 ]. For geotechnical engineering projects to be safe, it is important to accurately define subsurface conditions. The Cone Penetration Test (CPT) is the most popular way to test things in place around the world because it can do continuous profiling, is very repeatable, and has a lot of multichannel output [ 1 , 4 ]. Researchers and engineers often use CPT metrics like pore pressure (u2), sleeve friction (fs), and cone tip resistance (qc) to figure out how strong, dense, and stiff undrained soil is [ 5 ]. CPT uses the SBT index (Ic) to tell the difference between soils that act like clay and soils that act like sand. It does this by looking at the pore pressure, the sleeve friction (fs), and the cone tip resistance (qt). Vs is important for how a site reacts to earthquakes, and CPT data has been used to connect it to this. But it changes from site to site, which makes it challenging to guess how a site will act during an earthquake. ML is used to achieve better Vs and Ic predictions since these contribute to design decisions as well as based risk analysis [ 6 , 7 ]. Vs plays a key role in predicting the long-term interactions of soil and structure as well as defining the liquefaction potential and determining site response [ 8 , 9 ]. The only way to obtain direct measurements is using on-site specialized geophysics tests such as seismic Cpt (SCPT), cross-hole, or downhole methods. We do not always have these tests available as part of standard practice. As a result, numerous studies have sought to establish a relationship between CPT parameters and real-world Vs [ 1 , 10 – 12 ] and more recently machine learning (ML) techniques [ 2 , 3 ]. The explicit objectives are: (i) to construct and evaluate a hybrid VQNN for the direct prediction of measured Vs and Ic SBT from nine CPT-derived input features; (ii) to compare the VQNN with ANN, RF, and GBM using 5-fold cross-validation; (iii) to assess performance through eight metrics, including A10 − I, SI, IA, and KGE; (iv) to examine feature significance; and (v) to contextualize the findings with recent published benchmarks [ 2 , 3 ]. 2. LITERATURE REVIEW 2.1 Machine Learning for CPT-Based Property Prediction The application of ML to CPT data has expanded considerably over the past decade [ 13 ]. Applied ANNs to liquefaction prediction; Random Forests and gradient boosting subsequently demonstrated superior generalization in geotechnical regression tasks [ 14 – 18 ]. Chala and Ray [ 3 ] used RF, SVM, Decision Trees, and XGBoost to predict Vs from the Austrian CPT database. They used four input features: depth (D), cone tip resistance (qc), sleeve friction (fs), and friction ratio (Rf) [ 19 ]. A notable methodological difference in that study is that the Vs target variable was not directly measured; instead, it was derived from the empirical equation, which characterizes Vs as a deterministic function of the qc and Ic parameters, which are themselves functions of the same CPT inputs [ 1 ]. The models were able to find a deterministic mathematical function instead of predicting an independent geophysical observable, which is why RF, SVM, and XGBoost all got R² = 1.00 on both the training and testing datasets. The test dataset showed that the RF model had an RMSE of 0.96 m/s, an MAE of 0.50 m/s, a MAPE of 0.36%, a SI of 0.006, and an A10 − I of 1.00. Chala and Ray [ 2 ] created a more advanced framework that combines XGBoost with Shapley Additive Explanations (SHAP) and a Bayesian Generalized Linear Model (GLM). Their study was very important because it used directly measured Vs from SCPT and SCPTu tests (96 soundings, n = 3,600 observations) as input features. These were overburden stress (σ v ), the mean q c , the mean f s , the depth, the q c coefficient of variation, and the soil behavior type index (Ic). The training set gave the XGBoost model a R² value of 0.91, and the test set gave it a R² value of 0.54. It also had MAE = 41 m/s and IA = 0.84. The Bayesian GLM made predictions about probabilities with 95% credible intervals. SHAP analysis found that overburden stress was the most important predictor, followed by qc and fs. When we used independent Hungarian SCPT data to check, we got linear correlation coefficients of r = 0.39 (XGBoost) and r = 0.38 (Bayesian GLM). Rauter et al. [ 20 ] looked at Vietnamese CPT data and found that gradient boosting did the best job, with a R² value of about 0.82. Zhang et al. [ 14 ] used deep neural networks on a Chinese multi-site CPT database and got R² > 0.85 after a lot of feature engineering. Yang et al. [ 21 ] showed that Random Forests can reliably reproduce Robertson SBT classifications with an accuracy of more than 90% for classifying soil. 2.2 Quantum Machine Learning: Principles and Applications Quantum Machine Learning: Fundamentals and Utilizations QML uses quantum superposition, entanglement, and interference to work with data in high-dimensional Hilbert spaces [ 22 ]. Variational Quantum Circuits (VQCs) use encoding unitarizes to embed input data, trainable parameterized gates to process it, and measurements to get classical predictions [ 23 ]. The quantum circuit learning framework was introduced by Mitarai et al. [ 24 ]; and the hybrid architecture was formalized by Mari et al. [ 25 ]. VQNNs use variational quantum circuits and classical neural networks to model phase and amplitude. They also use parameter-shift rules to lower measurement costs and barren plateaus. Quantum RNNs surpass traditional RNNs in predicting soil profiles in geotechnics due to their utilization of superposition to integrate geographical data. Hybrid QCQ-CNNs improve generalization in noisy settings, suggesting their prospective applicability in CPT contexts where quantum layers augment expressiveness [ 26 – 28 ]. Hybrids have theoretical benefits in optimization landscapes, but they lack direct CPT benchmarks. Quantum enhancements may surpass ensembles in scenarios with limited data [ 29 ]. Quantum applications are still in their early stages in civil and geotechnical engineering. This work is new because no other published study has used hybrid VQNNs to figure out geotechnical parameters from in-situ testing. 3. DATASET DESCRIPTION AND PREPROCESSING 3.1 Dataset Overview The dataset comes from the publicly available CPT database that Oberhollenzer et al. [ 19 ] published from Premstaller Geotechnik. The dataset contains 2,516,979 unique CPT measurement records from various sites in Austria, such as the Vienna Basin, Gastein Valley, and Zell Basin. This dataset was also used by Chala and Ray [ 2 , 3 ]. Only standard CPT/CPTu tests and their seismic versions (SCPT/SCPTu) are in the database. The latter tests consist of direct Vs measurements at designated depth intervals. Table 1 provides a succinct summary of the nine input features and two prediction targets utilized in this study. This study uses Vₛ values that were directly measured from SCPT/SCPTu geophysical tests, unlike Chala and Ray [ 3 ], who predicted Vₛ using the Robertson [ 1 ] empirical formula (a deterministic function of the same CPT inputs). This difference is very important: predicting a derived Vₛ that is an algebraic function of the model inputs trivially yields R² ≈ 1, whereas predicting independently measured Vₛ from CPT parameters represents a genuine geophysical regression problem. Table 1 Summary of input features and target variables used in this study. Parameter Symbol Unit Role Approx. Range (p1–p99) Depth below surface z m Input 0.02–43.0 m Cone tip resistance qc MPa Input 0.05–38.6 Sleeve friction fs kPa Input 0.5–612 Pore water pressure u2 kPa Input 0–680 Normalized friction ratio Fr % Input 0.1–8.5 Normalized tip resistance Qt — Input 0.5–420 Friction ratio Rf % Input 0.1–7.8 Hydrostatic pore pressure u0 kPa Input 0–420 SBT index (CPT-derived) Ic — Input 0.6–3.6 Shear wave velocity (SCPT) Vs m/s Target 1 42–540 SBT zone index (Robertson) Ic SBT — Target 2 1.48–3.53 3.2 Quality and Filtering of Data The raw database had a lot of missing data in the Vs column: only 3,981 records (0.16%) had Vs values directly measured from SCPT/SCPTu tests. Chala and Ray [ 2 ] also got 96 SCPT/SCPTu soundings (n = 3,600 observations) from the same source, so this is in line with what they found. We used a two-step filtering process: (i) we deleted rows that had NaN in any feature or target; and (ii) we clipped the inter-percentile range (IPR) to keep observations within the 1st–99th percentile of each variable, which is the same as what Chala and Ray [ 3 ] did with the IQR-based approach. The Vs dataset had 1,879 samples after filtering (these were used in the SCPT-based Vs prediction task), and the Ic SBT dataset was randomly down sampled to 5,000 samples to make it easier to work with. 3.3 Normalization and Principal Component Analysis The RobustScaler was used for feature normalization. It centers each feature on its median and scales it by the IQR (Q3 – Q1). This is because CPT data has heavy-tailed distributions, and it works better than z-score scaling for datasets with residual outliers. To stop data leakage, the scaler was only fitted on training fold data. This is a standard practice in geotechnical ML [ 2 ]. PCA also cut the scaled 9-dimensional feature space down to 3 principal components for the quantum circuit. This kept 88.0% of the total feature variance (PC1: 51.5%, PC2: 22.4%, PC3: 14.1%). 3.4 Structure of Correlation Figure 1 shows that depth (r = 0.47), hydrostatic pore pressure u0 (r = 0.43), and pore pressure u2 (r = 0.36) are the best linear predictors of Vs. Sleeve friction (r = 0.28) and qc (r = 0.18) have moderate correlations, which is in line with Chala and Ray [ 2 ] partial dependence analysis, which found that overburden stress and qc were the most important SHAP-ranked features. The low linear correlation between qc and Vs (r = 0.18) shows that large-strain penetration resistance and small-strain elastic stiffness are controlled by different stress-strain regimes. The near-unit correlations between Qt, Fr, and Ic for Ic SBT explain why the ceiling-level classical model does so well on this target. 4. METHOD 4.1 The framework for the experiment and the performance metrics 4.1.1 General Design of the Experiment The experimental framework was constructed to yield statistically robust, unbiased performance estimates for all four models—ANN, RF, GBM, and VQNN—across both target variables (Vs and Ic SBT), adhering to the principled evaluation protocols established in recent geotechnical machine learning studies [ 2 , 3 , 14 ] and the overarching best-practice guidelines of Cawley and Talbot [ 30 ] and Arlot and Celisse [ 31 ]. The design was based on three main ideas: (i) preventing data leakage, which meant that all data-dependent transformations were only fitted on training data and not on validation data [ 32 ]; (ii) model comparability, which meant that all four models were tested on the same cross-validation folds so that metrics could be compared directly and fairly [ 33 ]; and (iii) metric comprehensiveness, which meant that eight different statistical metrics were used to measure different aspects of predictive accuracy, dispersion, and engineering reliability [ 3 , 17 ]. 4.1.2 Strategy for Cross-Validation K-fold cross-validation was used with k = 5 to evaluate the model. This means that the dataset is divided into five folds of about the same size that don't overlap. In each iteration, one-fold is kept as the validation set and the other four are used for training. The final performance estimate is the mean of all five-fold-specific validation scores, and the standard deviation across folds is used as a measure of estimation stability [ 31 , 34 ]. The choice of k = 5 is based on the well-known bias-variance trade-off in cross-validation design [ 35 ]. This value represents a widely accepted equilibrium between estimation bias and variance, consistent with the cross-validation protocols employed by Chala and Ray [ 2 , 3 ], Pham et al. [ 17 ], and the general recommendation of Hastie et al. [ 34 ] to utilize k ∈ {5, 10} for the majority of regression applications. For full reproducibility, partitioning used stratified random assignment with a fixed random seed (seed = 42). This made about 80% of the training samples and 20% of the validation samples per fold. For the Vs task (n = 1,879), this meant about 1,503 training samples, and for the Ic SBT task (n = 5,000), it meant 4,000 training samples. 4.1.3 Preprocessing Data in Folds To avoid preprocessing leakage, which is when information from the validation set gets mixed up with the training set and gives false performance estimates [ 30 , 32 ], all steps that involved estimating parameters from data were done separately for each fold, using only the training part of that fold. Only the RobustScaler was fitted to the training fold, which meant calculating the median and interquartile range (IQR = Q75 − Q25) of each feature from the training data. Then, the training-derived statistics was used to transform both folds without refitting, as recommended by Chala and Ray [ 2 ] and Kaufman et al. [ 32 ] to prevent data leakage. The RobustScaler was chosen over the standard z-score scaler because CPT data has heavy-tailed, outlier-prone distributions [ 4 ]. For the VQNN pathway only, PCA was also used within each fold. This was done by estimating the three main components from scaled training features and applying the training-derived transformation matrix to both folds. This made sure that the variance structure of the validation data did not affect the dimensionality reduction [ 30 ]. Training fold statistics were employed (mean ȳ_train and standard deviation σ_train) to standardize the target variable even more for the ANN and VQNN. Before we calculated the metrics, The predictions were back-transformed (ŷ = ŷ_norm · σ_train + ȳ_train) to make sure that all reported metrics are in original physical units that can be compared across all four models. RF and GBM were directly trained on the original-scale target because tree-based models are scale-invariant [ 34 ]. 4.1.4 Metrics for Performance Eight different evaluation metrics were used that worked together to measure model performance. These included prediction accuracy, dispersion, relative percentage error, engineering reliability, and agreement quality followed the multi-metric evaluation protocols of Chala and Ray [ 2 , 3 ]. The Coefficient of Determination (R² = 1 − Σ(x i − x̂ i )²/Σ(x i − x̄)²) shows how much of the total variance in the target is explained by the model. An ideal value is 1.0 [3 6 ], and it is the most common metric used in geotechnical ML studies [37]. However, it does not separate bias from dispersion, so it is reported with other metrics [38]. The Root Mean Squared Error (RMSE = √[Σ(x i − x̂ i )²/n]) and Mean Absolute Error (MAE = Σ|x i − x̂ i |/n) both express average prediction error in physical units — RMSE penalizes large errors more heavily due to the squared term, while MAE weights all errors equally, making the combination informative about outlier behavior [39]; RMSE was used as the primary hyperparameter tuning metric for the GBM model, consistent with Chala and Ray [3]. The Mean Absolute Percentage Error (MAPE = (1/n)Σ|(x i − x̂ i )/x i | × 100%) summarizes normal error as a percentage of the actual measured value, making it a scale-independent measure of accuracy [40] whose interpretation is intuitive, and that in itself has no correlation with the physical quantities of the target variable. The Engineering Index A10 (A10 = n₁₀/n, where n₁₀ is the number of predictions within ± 10% of the values sampled) was introduced by Xu et al. [41] and measures the proportion of prediction that met the ± 10% engineering tolerance criterion applicable to field geotechnical design [3,42]. The Scatter Index (SI = RMSE/x̄) normalizes the RMSE using the mean of the measured values together, and generates a dimensionless relative dispersion measure categorized according to certain cutoffs [43]: SI < 0.05 = excellent precision; 0.05 < SI ≤ 0.10 = good precision; 0.10 0.15 = poor precision. The Index of Agreement (IA = 1 − Σ(x i − x̂ i )²/Σ(|x̂ i − x̄| + |x i − x̄|)²) as a bounded measure [0, 1] was introduced by Willmott [44], and is used to overcome the insensitivity of R² to both proportional and additive biases in geotechnical model evaluation and has been proposed as an additional choice of standard complementary to R² and RMSE [2,45]. The Kling–Gupta Efficiency (KGE = 1 − √[(r − 1)² + (α − 1)² + (β − 1)²], in which r is the Pearson correlation coefficient, α = σ_pred/σ_obs is the variability ratio, and β = µ_pred/µ_obs is the bias ratio) was suggested by Gupta et al. [46], a multi-component metric that simultaneously penalizes correlation errors, mismatches in measures of variability, and bias in measuring mean with equal weight and thus more stringent than R² as a diagnostically informative criterion [2,47]. Table 2 presents the formulae, optimal values, and taxonomy of the 8 metrics, with reported values indicating the mean across the five cross-validation folds, which was suggested for reporting on cross-validation using the cross-validation reporting standards in Demšar proposed [33] and adapted to be used for further study in the geostatistical and geotechnical ML benchmarking context[3,48]. 4.2 Research Pipeline and Workflow The full machine learning pipeline that was developed for the study is presented in Fig. 2 . It goes through the entire process — starting with raw CPT data through evaluation and making predictions of the model. Based on Chala and Ray [ 2 , 3 ], the pipeline had its stages strictly separated to make separation between training and validation. The pipeline divided into two paths following preprocessing, as below. The classical method (ANN, RF, GBM) receives the whole 9-dimensional scaled feature space, which allows individual models to use all the feature-feature relationships. The quantum pathway (VQNN) first uses PCA to reduce the feature space to three main components (the same number as the qubits in the quantum circuit). Then it encodes the data as rotation angles. Both these pathways are incorporated into a single evaluation framework allowing data comparison of metrics among the four models in a direct manner. Feature importance analyses are performed following training with RF impurity-based importance and permutation-equivalent sensitivity ranking based features. This tests for the predominant CPT predictors among the approaches. 4.3 Traditional Baseline Models All models underwent assessment within a standardized 5-fold cross-validation (CV) framework. We only used training data from each fold to fit normalization and PCA. Following Chala and Ray [ 3 ], we used eight different metrics, listed in Table 2 , to measure how well the model worked. The A10 − I index (the percentage of predictions that are within ± 10% of the measured values) is very useful for engineering purposes. Chala and Ray [ 2 ] also report the Index of Agreement (IA) and Kling–Gupta Efficiency (KGE) so that they can be compared directly to that benchmark. Table 2 Performance metrics used for model evaluation. Metric Symbol Formula Ideal Coefficient of determination R² 1 − Σ(xi−ŷi)² / Σ(xi−x̅)² 1 Root mean squared error RMSE √[Σ(xi−ŷi)²/n] 0 Mean absolute error MAE Σ|xi−ŷi|/n 0 Mean absolute % error MAPE (1/n)Σ|(xi−ŷi)/xi|×100 0 Engineering index (± 10%) A10 − I n10/n (|pred/meas − 1|≤0.1) 1 Scatter index SI RMSE / x̅ < 0.05 = excellent Index of Agreement IA 1 − Σ(yi−ŷi)²/Σ(|yi−y̅|+|ŷi−y̅|)² 1 Kling–Gupta Efficiency KGE 1−√[(r − 1)²+(α − 1)²+(β − 1)²] 1 Performance index PI RMSE/(x̅×√(R²+1)) 0 4.4 Classical Baseline Models 4.4.1 ANN (Artificial Neural Network) A fully connected MLP with three hidden layers (64, 64, and 32 neurons) that uses ReLU activations and L2 regularization (α = 10 − 4). We used the Adam optimizer (lr = 10 − 3) with early stopping (patience = 25 epochs) on a validation fraction of 15%. Before training, the targets were standardized to have a mean of zero and a variance of one. Figure 3 shows the ANN architecture that was used in this study. The network design is based on the deep regression model that was used in recent geotechnical machine learning studies (Wang, 2022). The three hidden layers gradually lower the number of neurons from 64 to 64 to 32. This lets the network learn hierarchical feature representations, from raw CPT measurements to derived soil behavior patterns to final parameter predictions. We chose the ReLU (Rectified Linear Unit) activation function to avoid the problem of the gradient disappearing, which is common in deep networks with sigmoid activations. L2 weight regularization (α = 10⁻⁴) punishes large weight magnitudes, which helps the small Vs dataset (n = 1,879) not to overfit. After the second hidden layer, dropout (rate = 0.1) randomly sets 10% of neuron outputs to zero during training. This works like an implicit ensemble of sub-networks. 4.4.2 Random Forest (RF) A group of 150 decision trees with a maximum depth of 12. Bootstrap sampling and feature sub-sampling (√p features per split) helped make the ensemble more diverse. RF gives impurity-based feature importance metrics that are similar to the permutation feature importance that Chala and Ray [ 3 ] used to choose features. 4.4.3 Gradient Boosting Machine (GBM) A GBM with 150 trees, a learning rate of 0.07, a maximum depth of 5, and 80% random subsampling. We chose GBM as the state-of-the-art tabular regression baseline because it is very similar to the XGBoost models of Chala and Ray [ 2 , 3 ] and can be used as a direct comparison point. 4.5 Decision Tree Analysis: Methodology for Sample Segmentation Figure 4 . Sample decision tree structures illustrating the splitting criteria for predicting Vs (m/s) (left) and Ic SBT (−) (right). Thresholds are shown in original physical units after back-transformation from the RobustScaler. Leaf node values represent the mean predicted value within each terminal partition. Node size (n) indicates the number of training samples reaching each node. Figure 4 additionally illustrates that the two targets have very different decision-making processes, which is because they have different physical drivers. The root node splits on depth (z ≤ threshold) for Vs prediction (left panel), which shows that depth/confining stress is the main factor that determines how stiff the soil is. The second level shows that sleeve friction (fs) is the most important secondary predictor. This is consistent with the feature importance rankings shown in Fig. 8 and SHAP analysis by Chala and Ray [ 2 ]. With increasing depths, pore pressure (u2) and friction ratio (Rf) are also present at greater depths, which suggests their dependence upon the soil stiffness characteristics that are affected by drainage and soil typology. Leaf node predictions range from around 174 m/s (shallow, low friction soils) through over 390 m/s (deep, rigid deposits). This applies to the entire training set (42–540 m/s). For Ic SBT prediction (right panel), almost all of the decision logic is based on normalized cone tip resistance (qc), which controls the root and most of the splits that follow. This agrees with the Robertson [ 1 ] SBT classification model which relies on qc as the axis. Both the friction ratio (Rf) and normalized friction ratio (Fr) are at level 2. They represent the clay-sand border on the Robertson chart at approximately Fr = 1%. The predictions for leaf nodes range from 1.78 to 3.29, meaning that they cover SBT Zones 2–5 (silty clay to dense sand). This shows that the decision tree can get the main structure of the Robertson [ 1 ] classification scheme from the CPT data alone. It is important to remember that the single decision tree gives clear splitting rules, but its ability to make predictions is much lower than that of the RF ensemble (R² = 0.479). The ensemble averages over 150 different trees to lower variance by using the law of large numbers. So, the best way to think of the individual tree is as a teaching tool for the main partitioning logic, not as a model that can predict what will happen. 4.6 Hybrid Variational Quantum-Classical Neural Network The Hybrid Variational Quantum-Classical Neural Network (VQNN) adopted in this study belongs to the family of Variational Quantum Algorithms (VQAs), which represent the most practically relevant class of quantum machine learning models for the current Noisy Intermediate-Scale Quantum (NISQ) era [ 23 , 49 ]. VQAs are distinguished from purely classical neural networks by the substitution of one or more computational layers with a parameterised quantum circuit (PQC), also termed a variational quantum circuit (VQC), which operates on quantum states in a high-dimensional Hilbert space that is exponentially larger than the corresponding classical feature space [ 22 , 50 ]. The central hypothesis motivating VQNNs is that this expanded computational space may confer an inductive bias advantageous for certain regression tasks particularly those characterized by complex, non-linear feature interactions that is difficult to replicate with classical architectures of comparable parameter count [ 51 ]. CPT data in the geotechnical literature display precisely such characteristics: the connection between cone penetration measurements and soil behavior parameters (e.g. Vs) comprises multi-scale non-linearities, stress-path dependencies, and geological variability inadequately captured by linear models [ 1 , 9 ]. The VQNN framework employed here expands on the quantum circuit learning approach introduced by Mitarai et al. [ 24 ], where a PQC is deployed as a function approximator similar to that used in classical neural networks, and the hybrid architecture formalized by Mari et al. [ 25 ], which showed that classical pre- and post-processing layers can make the connection between raw data representations and quantum-compatible encoded states. Such a hybrid design is particularly suited to NISQ hardware constraints and is able to minimize the required circuit depth and qubit count while realizing both representation as well as quantum feature map performances [ 52 ]. 4.6.1 Architecture The combined development for this work involved designing a dual-functionally different approach from a generic pre-network that consists of three, sequentially trained, but co-equally functionally different, VQNN architectures [ 25 , 53 ]. Component 1 — Classical pre-network. The first part is a shallow classical neural network which translates the PCA-induced d-dimensional input, the vector \(\:x\in\:{\mathbb{R}}^{d}\) whose magnitude is denoted d = Number of qubits = 3 values in the current work, as a vector of rotation angle \(\:\theta\:\in\:{\left[-\pi\:,+\pi\:\right]}^{d}\) appropriate for embedding quantum angle. Specifically, a linear transformation plus hyperbolic tangent activation is applied: $$\:\theta\:=\pi\:.\text{tanh}\left({W}_{1}x+{b}_{1}\right)$$ where W₁ and b₁ are trainable parameters and tanh nonlinearity maps the output to the interval (− 1, + 1), and scales it by π to keep the angles within the valid embedding range [−π, +π]. This pre-processing stage is critical since raw PCA scores are real-valued and unbounded, while quantum rotation gates encode angles that are modulo 2π; without range normalization the embedding appears periodic and loses injectivity [ 54 , 55 ]. The tanh based methodology used here is in line with the formulation of Mitarai et al. [ 24 ] as smooth, bounded pre-processing functions to preserve the gradient flow through the hybrid network without the vanishing gradient associated with hard clipping. Component 2—This material consists of a 3-qubit PQC, processing the encoded quantum state and harvesting measurements. The circuit composition and working components are presented in detail in Section 4.6.2 . The PQC introduces a set of trainable quantum weights \(\:{W}_{q}\in\:{\mathbb{R}}^{\left(L\times\:{N}_{q}\times\:3\right)}\) (where L is the number of entangling layers and \(\:{N}_{q}=3\) is the number of qubits), yielding 18 quantum parameters for the configuration adopted in this study (L = 2, \(\:{N}_{q}=3\) ). The quantum circuit effectively acts as a kernel function that maps the angle-encoded input into a \(\:{2}^{\left({N}_{q}\right)}=\) 8-dimensional Hilbert space, from which expectation values are extracted as fixed-dimensional real-valued representations [ 52 , 53 ]. This Hilbert-space feature map is analogous to the kernel trick in support vector machines, but the specific kernel is implicitly defined by the circuit architecture and trainable parameters rather than a pre-specified analytical function [ 56 ]. Component 3 — Classical post-network. The output component maps the \(\:{N}_{q}=3\) PauliZ expectation values \(\:⟨{Z}_{q}⟩\in\:{\left[-1,\:+1\right]}^{3}\) returned by the quantum circuit to a scalar regression prediction ŷ ∈ ℝ via a small fully connected network: $$\:\widehat{y}={W}_{2}q+{b}_{2}$$ where \(\:q={\left(⟨{Z}_{0}⟩,\:\:⟨{Z}_{1}⟩,\:⟨{Z}_{2}⟩\right)}^{T}\:\in\:\:{\left[-1,\:+1\right]}^{3}\) is the quantum measurement output vector, and \(\:{W}_{2}\in\:\:{\mathbb{R}}^{\left(1\times\:3\right)}\) , \(\:{b}_{2}\in\:\mathbb{R}\) represent the post-network weights and bias. An intermediate ReLU-activated hidden layer with 16 neurons is additionally inserted between the quantum output and the final linear projection to allow the post-network to learn non-linear combinations of the qubit expectation values before producing the prediction. This design follows Mari et al. (2020), who showed that a classical post-processing layer is necessary to map quantum observables — which are bounded in [− 1, +1] by construction — to unbounded regression targets such as Vs (m/s). Joint optimization. All parameters of the three components \(\:{\Theta\:}=\left\{{W}_{1},\:{b}_{1},\:{W}_{q},\:{W}_{2},\:{b}_{2}\right\}\) are optimised simultaneously via a single gradient-based optimisation procedure applied to the mean squared error (MSE) loss on the normalised target variable. This end-to-end joint training is a critical feature of the hybrid VQNN framework: it allows the classical pre-network to learn angle representations that maximise the discriminative capacity of the quantum feature map, rather than treating the quantum layer as a fixed pre-trained module [ 24 , 25 ]. Targets were standardized to zero mean and unit standard deviation prior to training, and predictions back-transformed for metric computation, following the convention used for the classical ANN baseline (Section 4.3.1). The full parameter vector contains 9 + 3 + 18 + 3 + 1 = 34 trainable scalar parameters, a very compact model by classical standards but consistent with the parameter economy typical of NISQ-era VQNNs [ 57 ]. 4.6.2 Quantum Circuit The parameterized quantum circuit (PQC) constitutes the core computational primitive of the hybrid VQNN, with the transparency standards advocated for reproducible quantum machine learning research [ 23 ]. Qubit initialization is the circuit operates on \(\:{N}_{q}=3\) qubits, each initialized in the computational ground state |0⟩. The joint multi-qubit initial state is the tensor product |000⟩ = |0⟩⊗|0⟩⊗|0⟩, which can be written as a length- 2 3 = 8 complex amplitude vector [ 58 ]: $$\:|{\psi\:}₀⟩\:=\:|000⟩\:=\:({1,\:0,\:0,\:0,\:0,\:0,\:0,\:0)}^{T}\:\in\:\:{\mathbb{C}}^{8}$$ This initialisation is standard in VQC literature and represents a separable, unentangled state with unit probability at the all-zeros computational basis state [ 22 ]. Angle Embedding — Data encoding layer. The first operation encodes the three PCA-derived input features \(\:{\theta\:}\:=\:({{\theta\:}}_{0},\:{{\theta\:}}_{1},\:{{\theta\:}}_{2})\:\in\:\:{[-{\pi\:},\:+{\pi\:}]}^{3}\) (produced by the classical pre-network) as Y-axis rotation angles applied to individual qubits. For each qubit q ∈ {0, 1, 2}, the single-qubit Y-rotation gate \(\:{R}_{Y}\left({\theta\:}_{q}\right)\) is applied: $$\:{R}_{Y}\left({\theta\:}_{q}\right)=\left[\begin{array}{cc}\text{cos}\left({\theta\:}_{q}/2\right)&\:-\text{sin}\left({\theta\:}_{q}/2\right)\\\:\text{sin}\left({\theta\:}_{q}/2\right)&\:\text{cos}\left({\theta\:}_{q}/2\right)\end{array}\right]$$ transforming the basis state |0⟩ into a superposition: $$\:\left|0\right.⟩\to\:\:{R}_{Y}\left({\theta\:}_{q}\right)\left|0\right.⟩=\:\text{cos}\left({\theta\:}_{q}/2\right)\left|0\right.⟩+\:\text{sin}\left({\theta\:}_{q}/2\right)\left|1\right.⟩\:$$ The complete embedding unitary \(\:{U}_{emb}\left(\theta\:\right)={R}_{Y}\left({\theta\:}_{o}\right)\otimes\:\:{R}_{Y}\left({\theta\:}_{1}\right)\otimes\:{R}_{Y}\left({\theta\:}_{2}\right)\) transforms the initial 8-dimensional state vector into a product state encoding all three input angles simultaneously. This Angle Embedding scheme, also referred to as rotational encoding or Pauli feature maps in the QML literature, was formally analyzed by Schuld et al. [ 55 ], who showed that it corresponds to a specific quantum kernel \(\:k\left(x,\:{x}^{{\prime\:}}\right)={\:|⟨{\psi\:}(\text{x}{\prime\:}\left)\right|{\psi\:}\left(\text{x}\right)⟩|}^{2}\:\) that captures trigonometric features of the input space. Importantly, Pérez-Salinas et al. demonstrated that single-layer Angle Embedding has limited expressive capacity — a limitation they addressed through data re-uploading, where the same data is encoded multiple times at different circuit depths. In the present implementation, data re-uploading was not applied due to the shallow circuit depth adopted (L = 2 entangling layers); the representational adequacy of the encoding is partially compensated by the classical pre-network's learned nonlinear transformation of the PCA inputs before embedding. StronglyEntanglingLayers — Trainable ansatz. Following Angle Embedding, L = 2 StronglyEntanglingLayers are applied. Each layer consists of two sub-operations applied sequentially to all qubits: Rotation sub-layer that reduces the parameter count and has been shown to achieve comparable expressive capacity in shallow circuits [ 59 ] and Entangling sub-layer to introduces quantum entanglement between qubit pairs — the essential quantum resource that distinguishes VQNNs from classical models by enabling correlations that cannot be factored into independent single-qubit operations [ 58 , 60 ]. The cyclic entanglement pattern adopted here ensures that every qubit becomes correlated with every other qubit after a single entangling sub-layer, generating a globally entangled multi-qubit state [ 59 , 61 ]. The StronglyEntanglingLayers ansatz was introduced in the PennyLane software framework (Bergholm et al., 2018) and has become a standard circuit template for variational quantum regression and classification tasks. Sim et al. (2019)demonstrated through expressibility and entangling capability analyses that this ansatz achieves near-maximal expressibility relative to the full unitary group for \(\:{N}_{q}\le\:4\) qubits, making it well suited to the 3-qubit configuration adopted here. PauliZ measurements — Observable extraction. Following the circuit operations, the expectation value of the Pauli-Z observable ⟨ \(\:{Z}_{q}\) ⟩ is computed for each qubit q ∈ {0, 1, 2}: $$\:⟨{Z}_{q}⟩=⟨{{\psi\:}}_{out}\left|{Z}_{q}\right|{{\psi\:}}_{out}⟩=\:{\Sigma\:}\text{ᵢ}\:{\text{s}\text{i}\text{g}\text{n}}_{q}\left(\text{i}\right)·\:{\left|{{\alpha\:}}_{i}\right|}^{2}$$ where \(\:{{\alpha\:}}_{i}\) are the complex amplitudes of the final state | \(\:{{\psi\:}}_{out}\) ⟩ = Σ i \(\:{{\alpha\:}}_{i}\) |i⟩ in the computational basis, and \(\:{\text{s}\text{i}\text{g}\text{n}}_{q}\left(\text{i}\right)=+1\) if the q-th bit of basis state |i⟩ is 0 (qubit in |0⟩) and − 1 if it is 1 (qubit in |1⟩). Since \(\:{Z}_{q}\) is a Hermitian operator with eigenvalues ± 1, the expectation value ⟨ \(\:{Z}_{q}\) ⟩ ∈ [− 1, + 1] provides a real-valued scalar summary of the quantum state that is differentiable with respect to the circuit parameters [ 24 , 53 ]. Measuring all three qubits simultaneously in the PauliZ basis yields a 3D real-valued feature vector, which is a standard choice in hybrid QNN regression architectures [ 24 , 25 ]. Statevector simulation. The circuit is simulated using an exact statevector simulation implemented in NumPy, which propagates the full 8-dimensional complex amplitude vector. Exact statevector simulation is the standard evaluation method for small-qubit VQNNs in the QML research community [ 22 , 57 ] as it provides an upper bound on achievable VQNN performance by eliminating the stochastic variance associated with finite-shot sampling on real or emulated hardware. Optimization via L-BFGS-B. The full VQNN parameter vector Θ is optimised using the Limited-memory Broyden–Fletcher–Goldfarb–Shanno algorithm with box constraints (L-BFGS-B), a quasi-Newton second-order optimization method [ 62 , 63 ]. L-BFGS-B approximates the inverse Hessian of the loss function using a limited-memory rank-two update based on gradient differences between successive iterations, enabling efficient descent in high-curvature loss landscapes [ 62 ]. The use of L-BFGS-B for training quantum circuits has been validated in multiple QML studies [ 23 , 57 ] and is particularly effective for shallow circuits with small parameter counts, where the loss landscape is typically convex or nearly convex in the vicinity of the initialization point [ 64 ]. For the 3-qubit, 2-layer circuit adopted here, the risk of barren plateaus is substantially mitigated by the shallow depth and the use of a small-angle random initialization strategy around zero, following the recommendation of Grant et al. [ 65 ]. 4.6.3 Comparison with PennyLane Implementation PennyLane [ 66 ] is the open-source quantum machine learning framework most widely used for hybrid VQNN research. It provides a Python-native interface that supports automatic differentiation through quantum circuits via the parameter-shift rule [ 24 , 53 ] or backpropagation on simulators, and interfaces with multiple hardware backends including IBM Quantum, Google Cirq, Rigetti, and trapped-ion platforms [ 63 , 66 ]. It should be noted that the primary limitation relative to a full PennyLane implementation is the absence of the parameter-shift rule [ 24 , 53 ] for gradient computation. The parameter-shift rule allows exact analytical gradients to be computed by evaluating the circuit at shifted parameter values — a technique that is essential for gradient-based training on real quantum hardware where backpropagation through the simulation is not available. Since the present implementation uses L-BFGS-B with numerical finite-difference gradients over the statevector simulation, it is exact for the simulator but would not transfer directly to hardware execution [ 23 , 66 ]. 5. RESULTS AND DISCUSSION 5.1 Cross-Validation Performance Table 3 shows the full evaluation results for all four models on both targets. Figures 2 and 3 show the metric bar charts and scatter plots, respectively. In Section 5.4 , the results are compared to benchmarks that have been published. SI classification [ 3 ]: SI 0.15 = poor precision (PP). Table 3 Comprehensive 5-fold CV results. Best per target in bold. VQNN in italic. Target Model R² RMSE MAE MAPE(%) A10 − I SI IA KGE PI Vs (m/s) ANN 0.4840 53.6915 37.0107 17.37 0.4400 0.2356 0.8013 0.5718 0.1934 RF 0.4783 53.9866 35.4447 16.94 0.4827 0.2369 0.8017 0.5733 0.1949 GBM 0.4634 54.7540 35.9597 17.02 0.4693 0.2403 0.8070 0.6019 0.1986 VQNN 0.2068 66.5716 48.4462 23.04 0.3067 0.2922 0.6476 0.3556 0.2660 Ic SBT ANN 0.9990 0.0151 0.0094 0.38 1.0000 0.0059 0.9997 0.9972 0.0042 RF 0.9991 0.0140 0.0095 0.39 1.0000 0.0055 0.9998 0.9956 0.0039 GBM 0.9991 0.0139 0.0102 0.42 1.0000 0.0055 0.9998 0.9984 0.0039 VQNN 0.8996 0.1487 0.1099 4.23 0.9240 0.0587 0.9733 0.9361 0.0426 5.2 Shear Wave Velocity Prediction All of the classical models did the same job of predicting Vs from directly measured SCPT data (Fig. 5 ): R² = 0.46–0.48, RMSE = 53.7–54.8 m/s, MAPE = 17.0–17.4%, A10 − I = 0.44–0.48, and SI = 0.235–0.240 (fair precision). Chala and Ray [ 2 ] found that XGBoost could predict measured Vs from SCPT data with a R² of 0.54 and an MAE of 41 m/s. These results are in line with those. The small difference (our R² ≈ 0.47 vs. their 0.54) is because we used point measurements instead of interval-based means and coefficients of variation for CPT parameters at each Vs measurement depth, which averaged out noise within intervals. The IA (0.80–0.81) and KGE (0.57–0.60) values for our classical models are also similar to the IA (0.84) and KGE (0.65) values that Chala and Ray [ 2 ] found. It is important to note that these results are different from those of Chala and Ray (2023), who used the same dataset to predict empirically derived Vs [ 1 ] and got R² = 1.00, RMSE < 2.0 m/s, and MAPE < 1%. In that case, the ML models learned a fixed algebraic function of the inputs instead of a geophysical relationship. It is harder to directly predict Vs from CPT parameters, as we have done here, because in-situ Vs depends on things that standard CPT doesn't measure (like soil fabric, cementation, and stress history) and there is measurement uncertainty from the seismic source and travel-time determination. The VQNN got the following scores: R² = 0.207, RMSE = 66.6 m/s, MAPE = 23.0%, A10 − I = 0.307, SI = 0.292, IA = 0.648, and KGE = 0.356. The model doesn't work as well as classical models because: (i) PCA dimensionality reduction loses 12% of feature variance; (ii) subsampled training (200 observations per fold); and (iii) 18 trainable quantum weights. Even with these limitations, the positive R² shows that quantum feature processing can pull out geotechnically useful signals. 5.3 Soil Behavior Type Index Prediction Classical models did almost perfectly for Ic SBT prediction: ANN/RF R² = 0.999, GBM R² = 0.999, and all models got A10 − I = 1.000, SI 0.999, and KGE > 0.995. This ceiling-level accuracy is based on the mathematical derivation of Ic SBT from Qt, Fr, and Ic, which are all input features. It is also similar to the R² = 1.00 that Chala and Ray [ 3 ] found for models that predict an empirically derived target. The VQNN got R² = 0.900, RMSE = 0.149, MAPE = 4.23%, A10 − I = 0.924, SI = 0.059 (good precision), IA = 0.973, and KGE = 0.936. This is good performance given the strict limits on computing power. 5.4 Training Dynamics The ANN converged in 80 to 150 epochs, and the stable training-validation loss alignment showed that regularization worked (Fig. 6 a & 6 b). For the VQNN, the L-BFGS-B optimizer showed a quick initial descent followed by a slower plateau convergence, which is what you would expect from the quasi-Newton landscape of VQCs [ 64 ]. Convergence stability across all folds demonstrates that the hybrid architecture is not susceptible to catastrophic barren-plateau collapse given the selected 2-layer circuit depth and small-angle initialization. 5.5 Predicted vs. Measured Figure 7 presents the distinctive scatter patterns of each model and target. For Vs, classical models exhibit a similar fan-shaped dispersion that is in line with the heterogeneous soil conditions across the Austrian sites. The VQNN scatter exhibits a broader distribution, particularly at high Vs values, reflecting the limited expressibility of the 3-qubit circuit in this regime. For Ic SBT, all classical models demonstrate near-perfect 1:1 alignment as expected; however, VQNN mostly deviates at the SBT zone boundaries (Ic ≈ 1.8 and ≈ 3.2), which is in line with the nonlinear classification boundaries that the 3-dimensional PCA subspace does not fully resolve. 5.6 Feature Importance and Sensitivity Analysis According to Fig. 8 , the three most important predictors for Vs are depth (z), pore pressure parameters (u0, u2), and sleeve friction (fs). Cone tip resistance (qc) comes in fourth and fifth. This ranking aligns with the SHAP analysis conducted by Chala and Ray [ 2 ], which identified overburden stress (σv) as the predominant feature (with a strong correlation between overburden stress and depth, r = 1.00, as illustrated in Fig. 2 of Chala and Ray [ 2 ], followed by qc and fs. The alignment of feature rankings between our RF importance analysis and the SHAP-based analysis by Chala and Ray [ 2 ] offers cross-method validation of the principal geomechanically determinants of Vs prediction. 5.7 Comparison with Published Benchmarks Table 4 compares the Vs prediction results of the present study against the two most directly relevant published benchmarks on the same Oberhollenzer [ 19 ] Austrian CPT dataset. The apparent discrepancy between the near-perfect metrics reported by Chala and Ray [ 3 ] — RF: R² = 1.00, RMSE = 0.96 m/s, MAPE = 0.36% — and the moderate performance observed in the present study and in Chala and Ray [ 2 ] is entirely explained by the fundamental distinction between predicting empirically derived versus directly measured Vs [ 1 , 2 ]. Since Chala and Ray [ 3 ] computed Vs as a deterministic algebraic function of the same CPT inputs used for model training via the Robertson [ 1 ] empirical formula, their ML models effectively learned to recover a known closed-form equation rather than a genuine geophysical relationship, trivially yielding R² ≈ 1.00 regardless of model type [ 2 ]. By contrast, both the present study and Chala and Ray [ 2 ] predict directly measured Vs from SCPT geophysical tests — an intrinsically more challenging task because in-situ Vs is influenced by soil fabric, cementation, stress history, and seismic measurement uncertainty that are not encoded in standard CPT parameters [ 9 , 12 , 67 ] — yielding R² = 0.46–0.48 (classical models, present study), R² = 0.54 (XGBoost, [ 2 ]), and R² = 0.207 (VQNN, present study), collectively representing the current state-of-the-art for direct Vs prediction on this dataset. The modest performance gap between the present classical models and the XGBoost of Chala and Ray [ 2 ] is attributable to differences in feature engineering: Chala and Ray [ 2 ] computed interval-based means and coefficients of variation for CPT parameters at each Vs measurement depth, reducing within-interval noise, whereas the present study uses direct point measurements — a simpler but noisier input representation [ 4 ]. The VQNN's lower R² = 0.207 relative to the classical baselines reflects the compounding constraints of PCA dimensionality reduction (12% variance loss), subsampled training (200 observations per fold), and limited circuit impressibility (34 trainable parameters), rather than a fundamental limitation of the quantum methodology, and the positive R² confirms that the quantum feature map extracts physically meaningful signal under these NISQ-era constraints [ 23 , 49 , 57 ]. Table 4 Comparison of Vs prediction results with published benchmarks on the same dataset. Study Model Vs type R² RMSE (m/s) MAPE (%) Key note Chala & Ray (2023) RF DERIVED* 1.000 0.96 0.36 Vₛ from Robertson (2009) formula Chala & Ray (2023) XGBoost DERIVED* 1.000 1.86 0.94 Same derived Vₛ as RF Chala & Ray (2025) XGBoost MEASURED 0.540 ≈ 62 N/A MAE = 41 m/s; SCPT/SCPTu data This study RF MEASURED 0.478 53.99 16.94 5-fold CV; 1879 SCPT samples This study ANN MEASURED 0.484 53.69 17.37 5-fold CV; 1879 SCPT samples This study GBM MEASURED 0.463 54.75 17.02 5-fold CV; 1879 SCPT samples This study VQNN MEASURED 0.207 66.57 23.04 3-qubit; 200 training samples/fold *DERIVED: Vs not directly measured; computed from Robertson [ 1 ] empirical formula using CPT inputs — explains trivially high R². MEASURED: Vs from SCPT/SCPTu geophysical measurements. 6. DISCUSSION 6.1 Putting Vs Results in the Context of Published Work Table 4 makes it very clear what our Vs results mean in context. The seeming contradiction that Chala and Ray [ 3 ] got R² = 1.00 while this study and Chala and Ray [ 2 ] got R² ≈ 0.47–0.54 on the same dataset is fully explained by the difference between derived and measured Vs. Predicting derived Vs resembles instructing a model to resolve a predetermined equation utilizing its inputs. This gives you almost perfect metrics, but it doesn't tell you much about how stiff the soil really is. The scientifically important job is to predict measured Vs from SCPT, and R² values of 0.47–0.54 are the best that can be done with this database. Our classical model results (R² = 0.46–0.48, MAE = 35–37 m/s) are close to the XGBoost benchmark from Chala and Ray [ 2 ] (R² = 0.54, MAE = 41 m/s), even though they used a more complicated way of feature engineering (interval-based mean and coefficient of variation). The IA values reported here (0.80–0.81) are in line with Chala and Ray's [ 2 ] IA = 0.84, which shows that the model behaves the same way in all implementations. 6.2 Interpretation of VQNN Performance The VQNN results must be interpreted under three compounding computational constraints: (i) PCA reduction from 9 to 3 features losing 12% of variance; (ii) 200-observation subsample per fold; and (iii) 18 trainable quantum weights. Under these conditions, R² = 0.900 for I c SBT (A10 − I = 0.924, IA = 0.973, KGE = 0.936) is noteworthy. For V s , R² = 0.207 is a physically meaningful result — the VQNN extracts genuine geotechnical signal from a severely constrained quantum feature space. On hardware devices with n q ≥ 9 qubits, direct angle embedding of all features without PCA could substantially improve performance. 6.3 Constraints and Comparison with SHAP-Based Interpretability Chala and Ray [ 2 ] utilized SHAP values for model interpretability, offering feature-level attribution for individual predictions; in contrast, this study employed RF-based permutation importance for sensitivity analysis. Both methods point to the same main predictors (depth/overburden, tip resistance, sleeve friction), which is a form of cross-method validation. Future implementations of VQNN should integrate SHAP analysis of the classical layers to elucidate the elements of the quantum feature representation that influence predictions. Additional limitations include: (i) the quantum circuit is simulated without noise; real NISQ hardware introduces gate errors and decoherence that would degrade performance; (ii) the Vs dataset is relatively small (n = 1,879 SCPT samples), limiting model capacity—Chala and Ray [ 2 ] used 3,600 samples from 96 SCPT/SCPTu soundings through interval-based aggregation; (iii) there is no uncertainty quantification (similar to the Bayesian GLM credible intervals of Chala and Ray, [ 2 ]) for VQNN predictions. 6.4 Publishability and Future Directions This study satisfies the three criteria for NISQ-era publication identified in the QML literature (Cerezo et al., 2021): (i) establishing domain-specific quantum model baselines; (ii) identifying problem characteristics favoring quantum approaches; and (iii) providing reproducible benchmarks. Future work should focus on: qubit-count scaling to nₒ ≥ 9 (eliminating PCA); hardware-efficient ansatz designs [ 69 ]; data re-uploading (Pérez-Salinas et al., 2020); quantum transfer learning [ 25 ]; Bayesian uncertainty quantification for VQNN outputs analogous to Chala and Ray [ 2 ]; and SHAP-based interpretability of the classical-quantum interface layers. 7. CONCLUSIONS This study presents the first hybrid VQNN applied to CPT-based geotechnical prediction. The following conclusions are drawn: (1) The VQNN achieved R² = 0.900, A10 − I = 0.924, SI = 0.059 (good precision), IA = 0.973, and KGE = 0.936 for I c SBT prediction, closely approaching classical baselines despite operating on three principal components and 200 training samples per fold. (2) For directly measured V s from SCPT data, classical models achieved R² = 0.46–0.48, RMSE = 53.7–54.8 m/s, MAPE = 17.0–17.4%, SI ≈ 0.24 (fair precision), comparable to the XGBoost benchmark of Chala and Ray[ 2 ] (R² = 0.54, MAE = 41 m/s). The VQNN achieved R² = 0.207 under severe computational constraints. (3) A critical methodological distinction is established: studies predicting empirically derived V s (e.g., Chala and Ray, [ 3 ]; R² = 1.00) are not directly comparable to studies predicting directly measured V s from SCPT, as the former recover a deterministic algebraic function while the latter addresses a genuine geophysical regression problem. (4) Sensitivity analysis via RF importance and the SHAP analysis of Chala and Ray[ 2 ] converge on the same dominant predictors: depth/overburden stress, pore pressure, sleeve friction, and cone tip resistance. This cross-method agreement provides robust geomechanically validations. (5) RobustScaler normalization with fold-wise fitting effectively prevented data leakage. The eight-metric evaluation framework (R², RMSE, MAE, MAPE, A10 − I, SI, IA, KGE) enables direct comparison with both Chala and Ray [ 2 , 3 ]. (6) Future work should address qubit-count scaling (n q ≥ 9 to eliminate PCA), Bayesian uncertainty quantification for VQNN outputs, SHAP interpretability of the quantum-classical interface, and validation on independent SCPT datasets from different geological settings. Declarations Conflicts of Interest: The authors declare no conflict of interest. Author Contribution A.B. and B.C. conceived of the presented idea. A.B. developed the theory and performed the computations. All authors reviewed the manuscript. Acknowledgement The authors acknowledges the open-source CPT database provided by Premstaller Geotechnik and Graz University of Technology, and the developers of the scikit-learn, NumPy, SciPy, and python-docx libraries. No external funding was received for this research. DATA AVAILABILITY STATEMENT The CPT dataset is publicly available from Oberhollenzer et al. (2021) via the DesignSafe-CI repository (doi: 10.1016/j.dib.2020.10 6 618). The Python implementation of the hybrid VQNN state vector simulator and preprocessing pipeline are available from the corresponding author upon reasonable request. References Robertson, P.K.: Interpretation of cone penetration tests — a unified approach. Https://DoiOrg/101139/T09-065 ;46:1337–1355. https://doi.org/10.1139/T09-065 . (2009) Chala, A.T., Ray, R.: Uncertainty Quantification in Shear Wave Velocity Predictions: Integrating Explainable Machine Learning and Bayesian Inference. Applied Sciences. Vol 15, Page 1409 2025;15:1409. (2025). https://doi.org/10.3390/APP15031409 Chala, A.T., Ray, R.P.: Page 8286. Machine Learning Techniques for Soil Characterization Using Cone Penetration Test Data. Applied Sciences 2023, Vol 13, ;13:8286. (2023). https://doi.org/10.3390/APP13148286 Lunne, T., RPK: and PJJM. Cone Penetration Testing in Geotechnical Practice. Blackie Academic & Professional, Chapman & Hall, London (1997) ROBERTSON PK& CK, GUIDE TO CONE PENETRATION TESTING:: ACONCISE & PRACTICAL APPLICATIONS GUIDE. 7th edition. PK Robertson, Inc.; (2022) Samui, B.D.: P. CPT-Based Data-Driven Approach for Soil Liquefaction Reliability Using Stacked Ensemble and Hybrid Optimization. Transportation Infrastructure Geotechnology 2026 13:4 2026;13:101-. https://doi.org/10.1007/S40515-026-00865-Z Robertson, P.K.: Cone penetration test (CPT)-based soil behaviour type (SBT) classification system — an update. Https://DoiOrg/101139/Cgj-2016-0044 ; 53 :1910–1927. (2016). https://doi.org/10.1139/CGJ-2016-0044 Andrus, R.D., Stokoe, K.H.: Liquefaction Resistance of Soils from Shear-Wave Velocity. Journal of Geotechnical and Geoenvironmental Engineering. ;126:1015–25. (2000). https://doi.org/10.1061/(ASCE)1090-0241 (2000)126:11(1015) Mayne, P.W.: In-Situ Test Calibrations for Evaluating Soil Parameters. Characterisation Eng. Prop. Nat. Soils. 3–4 , 1601–1652 (2006). https://doi.org/10.1201/NOE0415426916.CH2 Andrus, R., Mohanan, N., Piratheepan, P., Ellis, B., Holzer, T.: PREDICTING SHEAR-WAVE VELOCITY FROM CONE PENETRATION RESISTANCE (2007) Hegazy, Y.A., Mayne, P.W.: Statistical correlations between Vs and cone penetration data for different soil types. Proc. CPT’95, Linkoping, Sweden: pp. 173–8. (1995) Wair, B.R., DJT, ST:,. Guidelines for Estimation of Shear Wave Velocity, PEER Report. UC Berkeley: (2012) Goh, A.T.C.: Seismic Liquefaction Potential Assessed by Neural Networks. J. Geotech. Eng. 120 , 1467–1480 (1994). https://doi.org/10.1061/(ASCE)0733- 9410(1994)120:9(1467) Zhang, W., Goh, A.T.C., Zhang, W., Goh, A.T.C.: Multivariate adaptive regression splines and neural network models for prediction of pile drivability. Geoscience Frontiers, Vol 7, Issue 1, Pages: 45–52 2016;7:45–52. (2016). https://doi.org/10.1016/J.GSF.2014.10.003 Samui, P.: Determination of Friction Capacity of Driven Pile in Clay Using Gaussian Process Regression (GPR), and Minimax Probability Machine Regression (MPMR). Geotech. Geol. Eng. 37 , 4643–4647 (2019). https://doi.org/10.1007/S10706-019-00928-8 Taha, O.M.E., Majeed, Z.H., Ahmed, S.M.: Artificial Neural Network Prediction Models for Maximum Dry Density and Optimum Moisture Content of Stabilized Soils. Transportation Infrastructure Geotechnology 2018;5. https://doi.org/10.1007/s40515-018-0053-2 Nguyen, T.T.N., Do, D.P., Vu, M.N., Tran, N.H., Pham, D.T., Nguyen-Sy, T.: Artificial-Intelligence-Assisted Uncertainty Quantification and Reliability-Based Optimization of Deep Tunnel Liner Systems in Rock Formation With Time-Dependent Behavior. Transp. Infrastructure Geotechnology 2026 13 :4 2026;13:80-. https://doi.org/10.1007/S40515-026-00849-Z Doğru, A., Baker, M.R., Buyrukoğlu, S.: Surface Crack Detection Using Deep Learning and Stacking Ensemble. Studies in Systems. Decis. Control. 643 , 277–295 (2026). https://doi.org/10.1007/978-3-032-07738-7_13 Oberhollenzer, S., Premstaller, M., Marte, R., Tschuchnigg, F., Erharter, G.H., Marcher, T.: Cone penetration test dataset Premstaller Geotechnik. Data Brief 2021;34. https://doi.org/10.1016/j.dib.2020.106618 Rauter, S., Tschuchnigg, F., Jaksa, M., Liu, Z.: CPT Data Interpretation Employing Different Machine Learning Techniques. Geosciences 2021, Vol 11, Page 265. ;11:265. (2021). https://doi.org/10.3390/GEOSCIENCES11070265 Yang, Z., Liu, X., Guo, L., Cui, Y., Su, X., Ling, X.: Soil Classification and Site Variability Analysis Based on CPT—A Case Study in the Yellow River Subaquatic Delta, China. J. Mar. Sci. Eng. 2021. 9 , 9:431 (Page 431 2021). https://doi.org/10.3390/JMSE9040431 Schuld, M., Petruccione, F.: Machine Learning with Quantum Computers 2021. https://doi.org/10.1007/978-3-030-83098-4 Cerezo, M., Arrasmith, A., Babbush, R., Benjamin, S.C., Endo, S., Fujii, K., et al.: Variational quantum algorithms. Nat. Reviews Phys. 2021. 3 , 9 (2021). https://doi.org/10.1038/s42254-021-00348-9 Mitarai, K., Negoro, M., Kitagawa, M., Fujii, K.: Quantum Circuit Learning. Phys. Rev. (Coll Park). 98 (2019). https://doi.org/10.1103/PhysRevA.98.032309 Mari, A., Bromley, T.R., Izaac, J., Schuld, M., Killoran, N.: Transfer learning in hybrid classical-quantum neural networks. Quantum. 4 , 340 (2020). https://doi.org/10.22331/q-2020-10-09-340 Drias, Y., Siouane, A.E., Çakar, T.: Quantum Recurrent Neural Networks for Soil Profiles Prediction in Türkiye :120–133. (2024). https://doi.org/10.1007/978-3-031-59318-5_10 Long, C., Huang, M., Ye, X., Futamura, Y., Sakurai, T.: Hybrid quantum-classical-quantum convolutional neural networks. Sci. Rep. 2025 15 :1 2025;15:31780-. https://doi.org/10.1038/s41598-025-13417-1 Ren, M., Chen, Y.-C., Ye, Y., Hsieh, M.-H., Hu, A., Hsieh, C.-Y.: A Neural-Guided Variational Quantum Algorithm for Efficient Sign Structure Learning in Hybrid Architectures 2026. Ploennigs, J., Smarsly, K., Berger, M., Dragos, K., Kliesch, M.: Quantum and quantum-inspired computing in civil engineering. Adv. Eng. Inform. 69 , 103960 (2026). https://doi.org/10.1016/J.AEI.2025.103960 Chala, A.T., Ray, R.: Uncertainty Quantification in Shear Wave Velocity Predictions: Integrating Explainable Machine Learning and Bayesian Inference. Applied Sciences. Vol 15, Page 1409 2025;15:1409. (2025). https://doi.org/10.3390/APP15031409 Chala, A.T., Ray, R.P.: Page 8286. Machine Learning Techniques for Soil Characterization Using Cone Penetration Test Data. Applied Sciences 2023, Vol 13, ;13:8286. (2023). https://doi.org/10.3390/APP13148286 Cawley, G.C., Talbot, N.L.C.: On Over-fitting in Model Selection and Subsequent Selection Bias in Performance Evaluation. J. Mach. Learn. Res. (2010). https://doi.org/10.5555/1756006.1859921 Arlot, S., Celisse, A.: A survey of cross-validation procedures for model selection. Https://DoiOrg/101214/09-SS054 ;4:40–79. https://doi.org/10.1214/09-SS054 . (2010) Kaufman, S., Rosset, S., Perlich, C., Stitelman, O.: Leakage in data mining. ACM Transactions on Knowledge Discovery from Data (TKDD) 2012;6. https://doi.org/10.1145/2382577.2382579 DemšarJanez: Statistical Comparisons of Classifiers over Multiple Data Sets. J. Mach. Learn. Res. (2006). https://doi.org/10.5555/1248547.1248548 Hastie, T., Tibshirani, R., Friedman, J.: The Elements of Statistical Learning. (2009). https://doi.org/10.1007/978-0-387-84858-7 Kohavi, R.: A Study of Cross-Validation and Bootstrap for Accuracy Estimation and Model Selection. International Joint Conference on Artificial Intelligence. (1995) Nagelkerke, N.J.D.: A note on a general definition of the coefficient of determination. Biometrika. 78 , 691–692 (1991). https://doi.org/10.1093/BIOMET/78.3.691 Zhao, T., Shen, F., Xu, L.: Review and comparison of machine learning methods in developing optimal models for predicting geotechnical properties with consideration of feature selection. Soils Found. 64 , 101523 (2024). https://doi.org/10.1016/J.SANDF.2024.101523 Chicco, D., Warrens, M.J., Jurman, G.: The coefficient of determination R-squared is more informative than SMAPE, MAE, MAPE, MSE and RMSE in regression analysis evaluation. PeerJ Comput. Sci. 7 , 1–24 (2021). https://doi.org/10.7717/PEERJ-CS.623/SUPP-1 Willmott, C.J., Matsuura, K.: Advantages of the mean absolute error (MAE) over the root mean square error (RMSE) in assessing average model performance. Clim. Res. 30 , 79–82 (2005). https://doi.org/10.3354/CR030079 Hyndman, R.J., Koehler, A.B.: Another look at measures of forecast accuracy. Int. J. Forecast. 22 , 679–688 (2006). https://doi.org/10.1016/J.IJFORECAST.2006.03.001 Xu, H., Zhou, J., Asteris, P.G., Armaghani, D.J., Tahir, M.M.: Supervised Machine Learning Techniques to the Prediction of Tunnel Boring Machine Penetration Rate. Applied Sciences. Vol 9, Page 3715 2019;9:3715. (2019). https://doi.org/10.3390/APP9183715 Hajihassani, M., Abdullah, S.S., Asteris, P.G., Armaghani, D.J.: A Gene Expression Programming Model for Predicting Tunnel Convergence. Appl. Sci. 2019. 9 , 9:4650 (Page 4650 2019). https://doi.org/10.3390/APP9214650 Meredith, J.S., Sisneros, R., Pugmire, D., Ahern, S.: A distributed data-parallel framework for analysis and visualization algorithm development. ACM International Conference Proceeding Series 2012:11–9. https://doi.org/10.1145/2159430.2159432 ;JOURNAL:JOURNAL:ACMCONFERENCES;PAGEGROUP:STRING:PUBLICATION Willmott, C.J., ON THE VALIDATION OF, MODELS: Phys. Geogr. 2 , 184–194 (1981). https://doi.org/10.1080/02723646.1981.10642213 Legates, D.R., McCabe, G.J.: Evaluating the use of goodness-of-fit measures in hydrologic and hydroclimatic model validation. Water Resour. Res. 35 , 233–241 (1999). https://doi.org/10.1029/1998WR900018 ;CTYPE:STRING:JOURNAL Gupta, H.V., Kling, H., Yilmaz, K.K., Martinez, G.F.: Decomposition of the mean squared error and NSE performance criteria: Implications for improving hydrological modelling. J. Hydrol. (Amst). 377 , 80–91 (2009). https://doi.org/10.1016/J.JHYDROL.2009.08.003 Knoben, W.J.M., Freer, J.E., Woods, R.A.: Technical note: Inherent benchmark or not? Comparing Nash-Sutcliffe and Kling-Gupta efficiency scores. Hydrol. Earth Syst. Sci. 23 , 4323–4331 (2019). https://doi.org/10.5194/HESS-23-4323-2019 Raheem, A.M., Naser, I.J., Ibrahim, M.O., Omar, N.Q.: Inverse distance weighted (IDW) and kriging approaches integrated with linear single and multi-regression models to assess particular physico-consolidation soil properties for Kirkuk city. Model. Earth Syst. Environ. 2023. 9 , 4 (2023). https://doi.org/10.1007/S40808-023-01730-5 Preskill, J.: Quantum Computing in the NISQ era and beyond. Quantum. 2 , 79 (2018). https://doi.org/10.22331/q-2018-08-06-79 Cerezo, M., Arrasmith, A., Babbush, R., Benjamin, S.C., Endo, S., Fujii, K., et al.: Variational quantum algorithms. Nat. Reviews Phys. 2021. 3 , 9 (2021). https://doi.org/10.1038/s42254-021-00348-9 Biamonte, J., Wittek, P., Pancotti, N., Rebentrost, P., Wiebe, N., Lloyd, S.: Quantum Mach. Learn. Nat. 549 , 195–202 (2018). https://doi.org/10.1038/nature23474 Du, Y., Hsieh, M.H., Liu, T., Tao, D.: Expressive power of parametrized quantum circuits. Phys. Rev. Res. 2 , 033125 (2020). https://doi.org/10.1103/PhysRevResearch.2.033125 Mari, A., Bromley, T.R., Izaac, J., Schuld, M., Killoran, N.: Transfer learning in hybrid classical-quantum neural networks. Quantum 2020;4. https://doi.org/10.22331/q-2020-10-09-340 Havlíček, V., Córcoles, A.D., Temme, K., Harrow, A.W., Kandala, A., Chow, J.M., et al.: Supervised learning with quantum-enhanced feature spaces. Nat. 2019. 567 , 7747 (2019). https://doi.org/10.1038/s41586-019-0980-2 Schuld, M., Killoran, N.: Quantum Machine Learning in Feature Hilbert Spaces. Phys. Rev. Lett. 122 , 040504 (2019). https://doi.org/10.1103/PhysRevLett.122.040504 Pérez-Salinas, A., Cervera-Lierta, A., Gil-Fuster, E., Latorre, J.I.: Data re-uploading for a universal quantum classifier. Quantum. 4 , 226 (2020). https://doi.org/10.22331/q-2020-02-06-226 Schuld, M., Sweke, R., Meyer, J.J.: The effect of data encoding on the expressive power of variational quantum machine learning models. Phys. Rev. (Coll Park). 103 (2021). https://doi.org/10.1103/PhysRevA.103.032430 Goyal, A., Bengio, Y.: Inductive Biases for Deep Learning of Higher-Level Cognition. Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences 2020;478. https://doi.org/10.1098/rspa.2021.0068 Benedetti, M., Lloyd, E., Sack, S., Fiorentini, M.: Parameterized quantum circuits as machine learning models. Quantum Sci. Technol. 2019;4. https://doi.org/10.1088/2058-9565/ab4eb5 Nielsen, M.A., Chuang, I.L.: Quantum Computation and Quantum Information: 10th Anniversary Edition. Quantum Computation and Quantum Information 2010. https://doi.org/10.1017/CBO9780511976667 Sim, S., Johnson, P.D., Aspuru-Guzik, A.: Expressibility and entangling capability of parameterized quantum circuits for hybrid quantum-classical algorithms. Adv. Quantum Technol. 2019;2. https://doi.org/10.1002/qute.201900070 Shende, V.V., Markov, I.L., Bullock, S.S.: Minimal Universal Two-qubit Quantum Circuits. Phys. Rev. A. 69 (2004). https://doi.org/10.1103/PhysRevA.69.062321 Liu, D.C., Nocedal, J.: On the limited memory BFGS method for large scale optimization. Math. Program. 45 , 503–528 (1989). https://doi.org/10.1007/BF01589116/METRICS Byrd, R.H., Lu, P., Nocedal, J., Zhu, C.: A Limited Memory Algorithm for Bound Constrained Optimization. SIAM J. Sci. Comput. 16 , 1190–1208 (1995). https://doi.org/10.1137/0916069 McClean, J.R., Boixo, S., Smelyanskiy, V.N., Babbush, R., Neven, H.: Barren plateaus in quantum neural network training landscapes. Nat. Commun. 2018 9 :1 2018;9:4812-. https://doi.org/10.1038/s41467-018-07090-4 Grant, E., Ostaszewski, M., Wossnig, L., Benedetti, M.: An initialization strategy for addressing barren plateaus in parametrized quantum circuits. Quantum. 3 , 214 (2019). https://doi.org/10.22331/q-2019-12-09-214 Bergholm, V., Izaac, J., Schuld, M., Gogolin, C., Ahmed, S., Ajith, V., et al.: PennyLane: Automatic differentiation of hybrid quantum-classical computations. (2018) Griffiths, S.C., Cox, B.R., Rathje, E.M., Teague, D.P.: Surface-Wave Dispersion Approach for Evaluating Statistical Models That Account for Shear-Wave Velocity Uncertainty. J. Geotech. GeoEnviron. Eng. 142 , 04016061 (2016). https://doi.org/10.1061/(ASCE)GT.1943-5606.0001552 Kandala, A., Mezzacapo, A., Temme, K., Takita, M., Brink, M., Chow, J.M., et al.: Hardware-efficient variational quantum eigensolver for small molecules and quantum magnets. Nat. 2017. 549 , 7671 (2017). https://doi.org/10.1038/nature23879 Pérez-Salinas, A., Cervera-Lierta, A., Gil-Fuster, E., Latorre, J.I.: Data re-uploading for a universal quantum classifier. Quantum. 4 , 226 (2020). https://doi.org/10.22331/q-2020-02-06-226 Additional Declarations No competing interests reported. Cite Share Download PDF Status: Posted Version 1 posted You are reading this latest preprint version Research Square lets you share your work early, gain feedback from the community, and start making changes to your manuscript prior to peer review in a journal. As a division of Research Square Company, we’re committed to making research communication faster, fairer, and more useful. We do this by developing innovative software and high quality services for the global research community. Our growing team is made up of researchers and industry professionals working together to solve the most critical problems facing scientific publishing. Also discoverable on Platform About Our Team In Review Editorial Policies Advisory Board Help Center Resources Author Services Accessibility API Access RSS feed Manage Cookie Preferences © Research Square 2026 | ISSN 2693-5015 (online) Privacy Policy Terms of Service Do Not Sell My Personal Information {"props":{"pageProps":{"initialData":{"identity":"rs-9524786","acceptedTermsAndConditions":true,"allowDirectSubmit":true,"archivedVersions":[],"articleType":"Research Article","associatedPublications":[],"authors":[{"id":633889712,"identity":"10f1258a-6bbb-4d64-a98b-5fa2e369a8f3","order_by":0,"name":"Omer Muhie Eldeen Taha","email":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAAyAQMAAABI0h/eAAAABlBMVEX///8AAABVwtN+AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABCUlEQVRIiWNgGAWjYBCDBDYG5gMMDAckGCQY2IB8NjAipIUtgUQtDAw8BkAtDAgtuAC/2OFjHxhzDufxsfd8k/hwxiJfckZaAsOHssMMfOwJWLVIzk5LnsG47XAxG8/ZbZIzbkhYzpZIO8A449xhBjaeB1i1GNzOMWYAaklsk8jdJs3zQcJATiK9gZm3DahFArstBrfzP0O0yL95htDyF6+WHGaoLTxs0jw3JAykgQ5jZsSjBegXY4bEbemJbTxpxpYzzkgYSPY8SzjYcy6dB5df+KWTHzN83GadOL/98MMbH47VGUgcTzN88KPMWk6+HbstYIAhdQCIebCIEwZkaBkFo2AUjILhCACiYFi9gkGzcgAAAABJRU5ErkJggg==","orcid":"","institution":"University of Kirkuk","correspondingAuthor":true,"prefix":"","firstName":"Omer","middleName":"Muhie Eldeen","lastName":"Taha","suffix":""},{"id":633889713,"identity":"ac288243-26a9-4c42-a72e-1a7e80d323eb","order_by":1,"name":"Sarah Mustafa Ahmed","email":"","orcid":"","institution":"University of Kirkuk","correspondingAuthor":false,"prefix":"","firstName":"Sarah","middleName":"Mustafa","lastName":"Ahmed","suffix":""}],"badges":[],"createdAt":"2026-04-25 10:25:06","currentVersionCode":1,"declarations":"","doi":"10.21203/rs.3.rs-9524786/v1","doiUrl":"https://doi.org/10.21203/rs.3.rs-9524786/v1","draftVersion":[],"editorialEvents":[],"editorialNote":"","failedWorkflow":false,"files":[{"id":108599137,"identity":"9e3ec493-364a-4b48-8711-16f2e2e49b48","added_by":"auto","created_at":"2026-05-06 11:13:02","extension":"png","order_by":1,"title":"Figure 1","display":"","copyAsset":false,"role":"figure","size":100466,"visible":true,"origin":"","legend":"\u003cp\u003ePearson correlation heatmaps for input features vs. Vs (m/s) (left) and Ic SBT (-) (right).\u003c/p\u003e","description":"","filename":"floatimage1.png","url":"https://assets-eu.researchsquare.com/files/rs-9524786/v1/7ed18fb0f730dcbe24048646.png"},{"id":108599174,"identity":"dabcfc36-dee3-41f3-b1ee-dd569f0ee8fd","added_by":"auto","created_at":"2026-05-06 11:13:15","extension":"png","order_by":2,"title":"Figure 2","display":"","copyAsset":false,"role":"figure","size":75354,"visible":true,"origin":"","legend":"\u003cp\u003eA flowchart showing the whole machine learning pipeline for using CPT data to predict Vs (m/s) and Ic SBT (−). The pipeline includes getting raw data, preprocessing it, normalizing it, reducing it with PCA, training models (ANN, RF, GBM, VQNN), optimizing hyperparameters, analyzing feature importance, and testing the models against eight performance metrics.\u003c/p\u003e","description":"","filename":"floatimage2.png","url":"https://assets-eu.researchsquare.com/files/rs-9524786/v1/65d988b7c24d094735c3ed27.png"},{"id":108599140,"identity":"2a2505a6-305b-450e-bc32-2a1b340b8314","added_by":"auto","created_at":"2026-05-06 11:13:02","extension":"png","order_by":3,"title":"Figure 3","display":"","copyAsset":false,"role":"figure","size":264210,"visible":true,"origin":"","legend":"\u003cp\u003eDeep Neural Network (ANN) architecture used in this study. The network comprises an input layer of nine CPT-derived features, three hidden layers (64, 64, 32 neurons) with ReLU activations and L2 regularisation, and a linear output layer producing a scalar prediction of Vs (m/s) or Ic SBT (−). Dropout (rate = 0.1) is applied after the second hidden layer to mitigate overfitting. The Adam optimiser with learning rate 10⁻³ is used for weight updates.\u003c/p\u003e","description":"","filename":"floatimage3.png","url":"https://assets-eu.researchsquare.com/files/rs-9524786/v1/ff03ea43c24c747307d9fe83.png"},{"id":108599113,"identity":"74fe1606-7db8-4b37-9b0b-0c4b0d130223","added_by":"auto","created_at":"2026-05-06 11:13:00","extension":"png","order_by":4,"title":"Figure 4","display":"","copyAsset":false,"role":"figure","size":129599,"visible":true,"origin":"","legend":"\u003cp\u003eSample decision tree structures illustrating the splitting criteria for predicting Vs (m/s) (left) and Ic SBT (−) (right). Thresholds are shown in original physical units after back-transformation from the RobustScaler. Leaf node values represent the mean predicted value within each terminal partition. Node size (n) indicates the number of training samples reaching each node.\u003c/p\u003e","description":"","filename":"floatimage4.png","url":"https://assets-eu.researchsquare.com/files/rs-9524786/v1/a991637d5da064971a5b6b01.png"},{"id":108599164,"identity":"dbe9b542-b1d5-4bec-a29f-815696dadb59","added_by":"auto","created_at":"2026-05-06 11:13:07","extension":"png","order_by":5,"title":"Figure 5","display":"","copyAsset":false,"role":"figure","size":96146,"visible":true,"origin":"","legend":"\u003cp\u003eModel comparison for all performance metrics (5-fold CV). Top: Vs (m/s). Bottom: Ic SBT (-). VQNN shown in purple.\u003c/p\u003e","description":"","filename":"floatimage5.png","url":"https://assets-eu.researchsquare.com/files/rs-9524786/v1/d3bf12c412444f52de098808.png"},{"id":108599146,"identity":"9e29222d-e2f3-43a5-8419-501c956eca58","added_by":"auto","created_at":"2026-05-06 11:13:04","extension":"png","order_by":6,"title":"Figure 6","display":"","copyAsset":false,"role":"figure","size":192870,"visible":true,"origin":"","legend":"\u003cp\u003e\u003cstrong\u003e6a\u003c/strong\u003e. Training loss curves (all 5 folds) - ANN (left) and VQNN (right) for Vs (m/s).\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003e6b.\u003c/strong\u003e Training / validation loss curves - ANN (left) and VQNN (right) for Ic SBT (-).\u003c/p\u003e","description":"","filename":"floatimage6.png","url":"https://assets-eu.researchsquare.com/files/rs-9524786/v1/b7801ada89e4d7a89154a670.png"},{"id":108599138,"identity":"3ec0e863-06e6-468b-9781-a45700e66714","added_by":"auto","created_at":"2026-05-06 11:13:02","extension":"png","order_by":7,"title":"Figure 7","display":"","copyAsset":false,"role":"figure","size":190528,"visible":true,"origin":"","legend":"\u003cp\u003ePredicted vs. measured scatter plots (fold 5 validation set). Top: Vs (m/s). Bottom: Ic SBT (-). Dashed = 1:1 line.\u003c/p\u003e","description":"","filename":"floatimage8.png","url":"https://assets-eu.researchsquare.com/files/rs-9524786/v1/85707fe0c75c5de2bbc448e0.png"},{"id":108599170,"identity":"ef9c522c-195b-4ffd-962b-3c603a873b2f","added_by":"auto","created_at":"2026-05-06 11:13:08","extension":"png","order_by":8,"title":"Figure 8","display":"","copyAsset":false,"role":"figure","size":48405,"visible":true,"origin":"","legend":"\u003cp\u003eFeature importance (RF mean decrease in impurity) for Vs (left) and Ic SBT (right).\u003c/p\u003e","description":"","filename":"floatimage9.png","url":"https://assets-eu.researchsquare.com/files/rs-9524786/v1/e340c8a57090a40448319b96.png"},{"id":108599323,"identity":"b9d8240e-0855-4ed3-a7ac-7f0c9a4dbbd9","added_by":"auto","created_at":"2026-05-06 11:13:22","extension":"pdf","order_by":0,"title":"","display":"","copyAsset":false,"role":"manuscript-pdf","size":1577221,"visible":true,"origin":"","legend":"","description":"","filename":"manuscript.pdf","url":"https://assets-eu.researchsquare.com/files/rs-9524786/v1/20d7ef83-4476-435b-b022-204e4e4dc8ee.pdf"}],"financialInterests":"No competing interests reported.","formattedTitle":"Hybrid Variational Quantum-Classical Neural Networks for CPT-Based Prediction of Shear Wave Velocity and Soil Behavior Type Index: A Sanity Check Study with Ensemble and Deep Learning Methods","fulltext":[{"header":"1. INTRODUCTION","content":"\u003cp\u003eAccurate calculation of soil shear wave velocity and precise classification of soil behavior type index are essential for effective geotechnical design and seismic response analysis [\u003cspan citationid=\"CR3\" class=\"CitationRef\"\u003e3\u003c/span\u003e].\u003c/p\u003e \u003cp\u003eFor geotechnical engineering projects to be safe, it is important to accurately define subsurface conditions. The Cone Penetration Test (CPT) is the most popular way to test things in place around the world because it can do continuous profiling, is very repeatable, and has a lot of multichannel output [\u003cspan citationid=\"CR1\" class=\"CitationRef\"\u003e1\u003c/span\u003e, \u003cspan citationid=\"CR4\" class=\"CitationRef\"\u003e4\u003c/span\u003e]. Researchers and engineers often use CPT metrics like pore pressure (u2), sleeve friction (fs), and cone tip resistance (qc) to figure out how strong, dense, and stiff undrained soil is [\u003cspan citationid=\"CR5\" class=\"CitationRef\"\u003e5\u003c/span\u003e].\u003c/p\u003e \u003cp\u003eCPT uses the SBT index (Ic) to tell the difference between soils that act like clay and soils that act like sand. It does this by looking at the pore pressure, the sleeve friction (fs), and the cone tip resistance (qt). Vs is important for how a site reacts to earthquakes, and CPT data has been used to connect it to this. But it changes from site to site, which makes it challenging to guess how a site will act during an earthquake. ML is used to achieve better Vs and Ic predictions since these contribute to design decisions as well as based risk analysis [\u003cspan citationid=\"CR6\" class=\"CitationRef\"\u003e6\u003c/span\u003e, \u003cspan citationid=\"CR7\" class=\"CitationRef\"\u003e7\u003c/span\u003e]. Vs plays a key role in predicting the long-term interactions of soil and structure as well as defining the liquefaction potential and determining site response [\u003cspan citationid=\"CR8\" class=\"CitationRef\"\u003e8\u003c/span\u003e, \u003cspan citationid=\"CR9\" class=\"CitationRef\"\u003e9\u003c/span\u003e].\u003c/p\u003e \u003cp\u003eThe only way to obtain direct measurements is using on-site specialized geophysics tests such as seismic Cpt (SCPT), cross-hole, or downhole methods. We do not always have these tests available as part of standard practice. As a result, numerous studies have sought to establish a relationship between CPT parameters and real-world Vs [\u003cspan citationid=\"CR1\" class=\"CitationRef\"\u003e1\u003c/span\u003e, \u003cspan additionalcitationids=\"CR11\" citationid=\"CR10\" class=\"CitationRef\"\u003e10\u003c/span\u003e\u0026ndash;\u003cspan citationid=\"CR12\" class=\"CitationRef\"\u003e12\u003c/span\u003e] and more recently machine learning (ML) techniques [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e, \u003cspan citationid=\"CR3\" class=\"CitationRef\"\u003e3\u003c/span\u003e].\u003c/p\u003e \u003cp\u003eThe explicit objectives are: (i) to construct and evaluate a hybrid VQNN for the direct prediction of measured Vs and Ic SBT from nine CPT-derived input features; (ii) to compare the VQNN with ANN, RF, and GBM using 5-fold cross-validation; (iii) to assess performance through eight metrics, including A10\u0026thinsp;\u0026minus;\u0026thinsp;I, SI, IA, and KGE; (iv) to examine feature significance; and (v) to contextualize the findings with recent published benchmarks [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e, \u003cspan citationid=\"CR3\" class=\"CitationRef\"\u003e3\u003c/span\u003e].\u003c/p\u003e"},{"header":"2. LITERATURE REVIEW","content":"\u003cdiv id=\"Sec3\" class=\"Section2\"\u003e \u003ch2\u003e2.1 Machine Learning for CPT-Based Property Prediction\u003c/h2\u003e \u003cp\u003eThe application of ML to CPT data has expanded considerably over the past decade [\u003cspan citationid=\"CR13\" class=\"CitationRef\"\u003e13\u003c/span\u003e]. Applied ANNs to liquefaction prediction; Random Forests and gradient boosting subsequently demonstrated superior generalization in geotechnical regression tasks [\u003cspan additionalcitationids=\"CR15 CR16 CR17\" citationid=\"CR14\" class=\"CitationRef\"\u003e14\u003c/span\u003e\u0026ndash;\u003cspan citationid=\"CR18\" class=\"CitationRef\"\u003e18\u003c/span\u003e].\u003c/p\u003e \u003cp\u003eChala and Ray [\u003cspan citationid=\"CR3\" class=\"CitationRef\"\u003e3\u003c/span\u003e] used RF, SVM, Decision Trees, and XGBoost to predict Vs from the Austrian CPT database. They used four input features: depth (D), cone tip resistance (qc), sleeve friction (fs), and friction ratio (Rf) [\u003cspan citationid=\"CR19\" class=\"CitationRef\"\u003e19\u003c/span\u003e]. A notable methodological difference in that study is that the Vs target variable was not directly measured; instead, it was derived from the empirical equation, which characterizes Vs as a deterministic function of the qc and Ic parameters, which are themselves functions of the same CPT inputs [\u003cspan citationid=\"CR1\" class=\"CitationRef\"\u003e1\u003c/span\u003e]. The models were able to find a deterministic mathematical function instead of predicting an independent geophysical observable, which is why RF, SVM, and XGBoost all got R\u0026sup2; = 1.00 on both the training and testing datasets. The test dataset showed that the RF model had an RMSE of 0.96 m/s, an MAE of 0.50 m/s, a MAPE of 0.36%, a SI of 0.006, and an A10\u0026thinsp;\u0026minus;\u0026thinsp;I of 1.00.\u003c/p\u003e \u003cp\u003eChala and Ray [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e] created a more advanced framework that combines XGBoost with Shapley Additive Explanations (SHAP) and a Bayesian Generalized Linear Model (GLM). Their study was very important because it used directly measured Vs from SCPT and SCPTu tests (96 soundings, n\u0026thinsp;=\u0026thinsp;3,600 observations) as input features. These were overburden stress (σ\u003csub\u003ev\u003c/sub\u003e), the mean q\u003csub\u003ec\u003c/sub\u003e, the mean f\u003csub\u003es\u003c/sub\u003e, the depth, the q\u003csub\u003ec\u003c/sub\u003e coefficient of variation, and the soil behavior type index (Ic). The training set gave the XGBoost model a R\u0026sup2; value of 0.91, and the test set gave it a R\u0026sup2; value of 0.54.\u003c/p\u003e \u003cp\u003eIt also had MAE\u0026thinsp;=\u0026thinsp;41 m/s and IA\u0026thinsp;=\u0026thinsp;0.84. The Bayesian GLM made predictions about probabilities with 95% credible intervals. SHAP analysis found that overburden stress was the most important predictor, followed by qc and fs. When we used independent Hungarian SCPT data to check, we got linear correlation coefficients of r\u0026thinsp;=\u0026thinsp;0.39 (XGBoost) and r\u0026thinsp;=\u0026thinsp;0.38 (Bayesian GLM).\u003c/p\u003e \u003cp\u003eRauter et al. [\u003cspan citationid=\"CR20\" class=\"CitationRef\"\u003e20\u003c/span\u003e] looked at Vietnamese CPT data and found that gradient boosting did the best job, with a R\u0026sup2; value of about 0.82. Zhang et al. [\u003cspan citationid=\"CR14\" class=\"CitationRef\"\u003e14\u003c/span\u003e] used deep neural networks on a Chinese multi-site CPT database and got R\u0026sup2; \u0026gt; 0.85 after a lot of feature engineering. Yang et al. [\u003cspan citationid=\"CR21\" class=\"CitationRef\"\u003e21\u003c/span\u003e] showed that Random Forests can reliably reproduce Robertson SBT classifications with an accuracy of more than 90% for classifying soil.\u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec4\" class=\"Section2\"\u003e \u003ch2\u003e\u003cb\u003e2.2 Quantum Machine Learning: Principles and Applications\u003c/b\u003e\u003c/h2\u003e \u003cp\u003eQuantum Machine Learning: Fundamentals and Utilizations QML uses quantum superposition, entanglement, and interference to work with data in high-dimensional Hilbert spaces [\u003cspan citationid=\"CR22\" class=\"CitationRef\"\u003e22\u003c/span\u003e]. Variational Quantum Circuits (VQCs) use encoding unitarizes to embed input data, trainable parameterized gates to process it, and measurements to get classical predictions [\u003cspan citationid=\"CR23\" class=\"CitationRef\"\u003e23\u003c/span\u003e]. The quantum circuit learning framework was introduced by Mitarai et al. [\u003cspan citationid=\"CR24\" class=\"CitationRef\"\u003e24\u003c/span\u003e]; and the hybrid architecture was formalized by Mari et al. [\u003cspan citationid=\"CR25\" class=\"CitationRef\"\u003e25\u003c/span\u003e]. VQNNs use variational quantum circuits and classical neural networks to model phase and amplitude. They also use parameter-shift rules to lower measurement costs and barren plateaus. Quantum RNNs surpass traditional RNNs in predicting soil profiles in geotechnics due to their utilization of superposition to integrate geographical data. Hybrid QCQ-CNNs improve generalization in noisy settings, suggesting their prospective applicability in CPT contexts where quantum layers augment expressiveness [\u003cspan additionalcitationids=\"CR27\" citationid=\"CR26\" class=\"CitationRef\"\u003e26\u003c/span\u003e\u0026ndash;\u003cspan citationid=\"CR28\" class=\"CitationRef\"\u003e28\u003c/span\u003e]. Hybrids have theoretical benefits in optimization landscapes, but they lack direct CPT benchmarks. Quantum enhancements may surpass ensembles in scenarios with limited data [\u003cspan citationid=\"CR29\" class=\"CitationRef\"\u003e29\u003c/span\u003e].\u003c/p\u003e \u003cp\u003eQuantum applications are still in their early stages in civil and geotechnical engineering. This work is new because no other published study has used hybrid VQNNs to figure out geotechnical parameters from in-situ testing.\u003c/p\u003e \u003c/div\u003e"},{"header":"3. DATASET DESCRIPTION AND PREPROCESSING","content":"\u003cdiv id=\"Sec6\" class=\"Section2\"\u003e \u003ch2\u003e3.1 Dataset Overview\u003c/h2\u003e \u003cp\u003eThe dataset comes from the publicly available CPT database that Oberhollenzer et al. [\u003cspan citationid=\"CR19\" class=\"CitationRef\"\u003e19\u003c/span\u003e] published from Premstaller Geotechnik. The dataset contains 2,516,979 unique CPT measurement records from various sites in Austria, such as the Vienna Basin, Gastein Valley, and Zell Basin. This dataset was also used by Chala and Ray [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e, \u003cspan citationid=\"CR3\" class=\"CitationRef\"\u003e3\u003c/span\u003e]. Only standard CPT/CPTu tests and their seismic versions (SCPT/SCPTu) are in the database. The latter tests consist of direct Vs measurements at designated depth intervals. Table\u0026nbsp;\u003cspan refid=\"Tab1\" class=\"InternalRef\"\u003e1\u003c/span\u003e provides a succinct summary of the nine input features and two prediction targets utilized in this study.\u003c/p\u003e \u003cp\u003eThis study uses Vₛ values that were directly measured from SCPT/SCPTu geophysical tests, unlike Chala and Ray [\u003cspan citationid=\"CR3\" class=\"CitationRef\"\u003e3\u003c/span\u003e], who predicted Vₛ using the Robertson [\u003cspan citationid=\"CR1\" class=\"CitationRef\"\u003e1\u003c/span\u003e] empirical formula (a deterministic function of the same CPT inputs). This difference is very important: predicting a derived Vₛ that is an algebraic function of the model inputs trivially yields R\u0026sup2; \u0026asymp; 1, whereas predicting independently measured Vₛ from CPT parameters represents a genuine geophysical regression problem.\u003c/p\u003e \u003cp\u003e \u003cdiv class=\"gridtable\"\u003e\u003ctable float=\"Yes\" id=\"Tab1\" border=\"1\"\u003e \u003ccaption language=\"En\"\u003e \u003cdiv class=\"CaptionNumber\"\u003eTable 1\u003c/div\u003e \u003cdiv class=\"CaptionContent\"\u003e \u003cp\u003e\u003cem\u003eSummary of input features and target variables used in this study.\u003c/em\u003e\u003c/p\u003e \u003c/div\u003e \u003c/caption\u003e \u003ccolgroup cols=\"5\"\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c1\" colnum=\"1\"\u003e\u003c/div\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c2\" colnum=\"2\"\u003e\u003c/div\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c3\" colnum=\"3\"\u003e\u003c/div\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c4\" colnum=\"4\"\u003e\u003c/div\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c5\" colnum=\"5\"\u003e\u003c/div\u003e \u003cthead\u003e \u003ctr\u003e \u003cth align=\"left\" colname=\"c1\"\u003e \u003cp\u003eParameter\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c2\"\u003e \u003cp\u003eSymbol\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c3\"\u003e \u003cp\u003eUnit\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c4\"\u003e \u003cp\u003eRole\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c5\"\u003e \u003cp\u003eApprox. Range (p1\u0026ndash;p99)\u003c/p\u003e \u003c/th\u003e \u003c/tr\u003e \u003c/thead\u003e \u003ctbody\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eDepth below surface\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003ez\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003em\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c4\"\u003e \u003cp\u003eInput\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c5\"\u003e \u003cp\u003e0.02\u0026ndash;43.0 m\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eCone tip resistance\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eqc\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003eMPa\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c4\"\u003e \u003cp\u003eInput\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c5\"\u003e \u003cp\u003e0.05\u0026ndash;38.6\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eSleeve friction\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003efs\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003ekPa\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c4\"\u003e \u003cp\u003eInput\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c5\"\u003e \u003cp\u003e0.5\u0026ndash;612\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003ePore water pressure\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eu2\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003ekPa\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c4\"\u003e \u003cp\u003eInput\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c5\"\u003e \u003cp\u003e0\u0026ndash;680\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eNormalized friction ratio\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eFr\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003e%\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c4\"\u003e \u003cp\u003eInput\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c5\"\u003e \u003cp\u003e0.1\u0026ndash;8.5\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eNormalized tip resistance\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eQt\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003e\u0026mdash;\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c4\"\u003e \u003cp\u003eInput\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c5\"\u003e \u003cp\u003e0.5\u0026ndash;420\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eFriction ratio\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eRf\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003e%\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c4\"\u003e \u003cp\u003eInput\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c5\"\u003e \u003cp\u003e0.1\u0026ndash;7.8\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eHydrostatic pore pressure\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eu0\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003ekPa\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c4\"\u003e \u003cp\u003eInput\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c5\"\u003e \u003cp\u003e0\u0026ndash;420\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eSBT index (CPT-derived)\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eIc\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003e\u0026mdash;\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c4\"\u003e \u003cp\u003eInput\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c5\"\u003e \u003cp\u003e0.6\u0026ndash;3.6\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eShear wave velocity (SCPT)\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eVs\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003em/s\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c4\"\u003e \u003cp\u003eTarget 1\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c5\"\u003e \u003cp\u003e42\u0026ndash;540\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eSBT zone index (Robertson)\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eIc SBT\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003e\u0026mdash;\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c4\"\u003e \u003cp\u003eTarget 2\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c5\"\u003e \u003cp\u003e1.48\u0026ndash;3.53\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003c/tbody\u003e \u003c/colgroup\u003e \u003c/table\u003e\u003c/div\u003e \u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec7\" class=\"Section2\"\u003e \u003ch2\u003e3.2 Quality and Filtering of Data\u003c/h2\u003e \u003cp\u003eThe raw database had a lot of missing data in the Vs column: only 3,981 records (0.16%) had Vs values directly measured from SCPT/SCPTu tests. Chala and Ray [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e] also got 96 SCPT/SCPTu soundings (n\u0026thinsp;=\u0026thinsp;3,600 observations) from the same source, so this is in line with what they found. We used a two-step filtering process: (i) we deleted rows that had NaN in any feature or target; and (ii) we clipped the inter-percentile range (IPR) to keep observations within the 1st\u0026ndash;99th percentile of each variable, which is the same as what Chala and Ray [\u003cspan citationid=\"CR3\" class=\"CitationRef\"\u003e3\u003c/span\u003e] did with the IQR-based approach. The Vs dataset had 1,879 samples after filtering (these were used in the SCPT-based Vs prediction task), and the Ic SBT dataset was randomly down sampled to 5,000 samples to make it easier to work with.\u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec8\" class=\"Section2\"\u003e \u003ch2\u003e3.3 Normalization and Principal Component Analysis\u003c/h2\u003e \u003cp\u003eThe RobustScaler was used for feature normalization. It centers each feature on its median and scales it by the IQR (Q3 \u0026ndash; Q1). This is because CPT data has heavy-tailed distributions, and it works better than z-score scaling for datasets with residual outliers. To stop data leakage, the scaler was only fitted on training fold data. This is a standard practice in geotechnical ML [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e]. PCA also cut the scaled 9-dimensional feature space down to 3 principal components for the quantum circuit. This kept 88.0% of the total feature variance (PC1: 51.5%, PC2: 22.4%, PC3: 14.1%).\u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec9\" class=\"Section2\"\u003e \u003ch2\u003e3.4 Structure of Correlation\u003c/h2\u003e \u003cp\u003e \u003c/p\u003e \u003cp\u003eFigure \u003cspan refid=\"Fig1\" class=\"InternalRef\"\u003e1\u003c/span\u003e shows that depth (r\u0026thinsp;=\u0026thinsp;0.47), hydrostatic pore pressure u0 (r\u0026thinsp;=\u0026thinsp;0.43), and pore pressure u2 (r\u0026thinsp;=\u0026thinsp;0.36) are the best linear predictors of Vs. Sleeve friction (r\u0026thinsp;=\u0026thinsp;0.28) and qc (r\u0026thinsp;=\u0026thinsp;0.18) have moderate correlations, which is in line with Chala and Ray [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e] partial dependence analysis, which found that overburden stress and qc were the most important SHAP-ranked features. The low linear correlation between qc and Vs (r\u0026thinsp;=\u0026thinsp;0.18) shows that large-strain penetration resistance and small-strain elastic stiffness are controlled by different stress-strain regimes. The near-unit correlations between Qt, Fr, and Ic for Ic SBT explain why the ceiling-level classical model does so well on this target.\u003c/p\u003e \u003c/div\u003e"},{"header":"4. METHOD","content":"\u003cdiv id=\"Sec11\" class=\"Section2\"\u003e \u003ch2\u003e4.1 The framework for the experiment and the performance metrics\u003c/h2\u003e \u003cdiv id=\"Sec12\" class=\"Section3\"\u003e \u003ch2\u003e4.1.1 General Design of the Experiment\u003c/h2\u003e \u003cp\u003eThe experimental framework was constructed to yield statistically robust, unbiased performance estimates for all four models\u0026mdash;ANN, RF, GBM, and VQNN\u0026mdash;across both target variables (Vs and Ic SBT), adhering to the principled evaluation protocols established in recent geotechnical machine learning studies [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e, \u003cspan citationid=\"CR3\" class=\"CitationRef\"\u003e3\u003c/span\u003e, \u003cspan citationid=\"CR14\" class=\"CitationRef\"\u003e14\u003c/span\u003e] and the overarching best-practice guidelines of Cawley and Talbot [\u003cspan citationid=\"CR30\" class=\"CitationRef\"\u003e30\u003c/span\u003e] and Arlot and Celisse [\u003cspan citationid=\"CR31\" class=\"CitationRef\"\u003e31\u003c/span\u003e]. The design was based on three main ideas: (i) preventing data leakage, which meant that all data-dependent transformations were only fitted on training data and not on validation data [\u003cspan citationid=\"CR32\" class=\"CitationRef\"\u003e32\u003c/span\u003e]; (ii) model comparability, which meant that all four models were tested on the same cross-validation folds so that metrics could be compared directly and fairly [\u003cspan citationid=\"CR33\" class=\"CitationRef\"\u003e33\u003c/span\u003e]; and (iii) metric comprehensiveness, which meant that eight different statistical metrics were used to measure different aspects of predictive accuracy, dispersion, and engineering reliability [\u003cspan citationid=\"CR3\" class=\"CitationRef\"\u003e3\u003c/span\u003e, \u003cspan citationid=\"CR17\" class=\"CitationRef\"\u003e17\u003c/span\u003e].\u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec13\" class=\"Section3\"\u003e \u003ch2\u003e4.1.2 Strategy for Cross-Validation\u003c/h2\u003e \u003cp\u003eK-fold cross-validation was used with k\u0026thinsp;=\u0026thinsp;5 to evaluate the model. This means that the dataset is divided into five folds of about the same size that don't overlap. In each iteration, one-fold is kept as the validation set and the other four are used for training. The final performance estimate is the mean of all five-fold-specific validation scores, and the standard deviation across folds is used as a measure of estimation stability [\u003cspan citationid=\"CR31\" class=\"CitationRef\"\u003e31\u003c/span\u003e, \u003cspan citationid=\"CR34\" class=\"CitationRef\"\u003e34\u003c/span\u003e]. The choice of k\u0026thinsp;=\u0026thinsp;5 is based on the well-known bias-variance trade-off in cross-validation design [\u003cspan citationid=\"CR35\" class=\"CitationRef\"\u003e35\u003c/span\u003e]. This value represents a widely accepted equilibrium between estimation bias and variance, consistent with the cross-validation protocols employed by Chala and Ray [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e, \u003cspan citationid=\"CR3\" class=\"CitationRef\"\u003e3\u003c/span\u003e], Pham et al. [\u003cspan citationid=\"CR17\" class=\"CitationRef\"\u003e17\u003c/span\u003e], and the general recommendation of Hastie et al. [\u003cspan citationid=\"CR34\" class=\"CitationRef\"\u003e34\u003c/span\u003e] to utilize k \u0026isin; {5, 10} for the majority of regression applications. For full reproducibility, partitioning used stratified random assignment with a fixed random seed (seed\u0026thinsp;=\u0026thinsp;42). This made about 80% of the training samples and 20% of the validation samples per fold. For the Vs task (n\u0026thinsp;=\u0026thinsp;1,879), this meant about 1,503 training samples, and for the Ic SBT task (n\u0026thinsp;=\u0026thinsp;5,000), it meant 4,000 training samples.\u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec14\" class=\"Section3\"\u003e \u003ch2\u003e4.1.3 Preprocessing Data in Folds\u003c/h2\u003e \u003cp\u003eTo avoid preprocessing leakage, which is when information from the validation set gets mixed up with the training set and gives false performance estimates [\u003cspan citationid=\"CR30\" class=\"CitationRef\"\u003e30\u003c/span\u003e, \u003cspan citationid=\"CR32\" class=\"CitationRef\"\u003e32\u003c/span\u003e], all steps that involved estimating parameters from data were done separately for each fold, using only the training part of that fold. Only the RobustScaler was fitted to the training fold, which meant calculating the median and interquartile range (IQR\u0026thinsp;=\u0026thinsp;Q75\u0026thinsp;\u0026minus;\u0026thinsp;Q25) of each feature from the training data. Then, the training-derived statistics was used to transform both folds without refitting, as recommended by Chala and Ray [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e] and Kaufman et al. [\u003cspan citationid=\"CR32\" class=\"CitationRef\"\u003e32\u003c/span\u003e] to prevent data leakage. The RobustScaler was chosen over the standard z-score scaler because CPT data has heavy-tailed, outlier-prone distributions [\u003cspan citationid=\"CR4\" class=\"CitationRef\"\u003e4\u003c/span\u003e]. For the VQNN pathway only, PCA was also used within each fold. This was done by estimating the three main components from scaled training features and applying the training-derived transformation matrix to both folds. This made sure that the variance structure of the validation data did not affect the dimensionality reduction [\u003cspan citationid=\"CR30\" class=\"CitationRef\"\u003e30\u003c/span\u003e]. Training fold statistics were employed (mean ȳ_train and standard deviation σ_train) to standardize the target variable even more for the ANN and VQNN. Before we calculated the metrics, The predictions were back-transformed (ŷ = ŷ_norm \u0026middot; σ_train + ȳ_train) to make sure that all reported metrics are in original physical units that can be compared across all four models. RF and GBM were directly trained on the original-scale target because tree-based models are scale-invariant [\u003cspan citationid=\"CR34\" class=\"CitationRef\"\u003e34\u003c/span\u003e].\u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec15\" class=\"Section3\"\u003e \u003ch2\u003e4.1.4 Metrics for Performance\u003c/h2\u003e \u003cp\u003eEight different evaluation metrics were used that worked together to measure model performance. These included prediction accuracy, dispersion, relative percentage error, engineering reliability, and agreement quality followed the multi-metric evaluation protocols of Chala and Ray [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e, \u003cspan citationid=\"CR3\" class=\"CitationRef\"\u003e3\u003c/span\u003e]. The Coefficient of Determination (R\u0026sup2; = 1\u0026thinsp;\u0026minus;\u0026thinsp;Σ(x\u003csub\u003ei\u003c/sub\u003e \u0026minus; x̂\u003csub\u003ei\u003c/sub\u003e)\u0026sup2;/Σ(x\u003csub\u003ei\u003c/sub\u003e \u0026minus; x̄)\u0026sup2;) shows how much of the total variance in the target is explained by the model. An ideal value is 1.0 [3\u003cspan citationid=\"CR6\" class=\"CitationRef\"\u003e6\u003c/span\u003e], and it is the most common metric used in geotechnical ML studies [37]. However, it does not separate bias from dispersion, so it is reported with other metrics [38]. The Root Mean Squared Error (RMSE = \u0026radic;[Σ(x\u003csub\u003ei\u003c/sub\u003e \u0026minus; x̂\u003csub\u003ei\u003c/sub\u003e)\u0026sup2;/n]) and Mean Absolute Error (MAE\u0026thinsp;=\u0026thinsp;Σ|x\u003csub\u003ei\u003c/sub\u003e \u0026minus; x̂\u003csub\u003ei\u003c/sub\u003e|/n) both express average prediction error in physical units \u0026mdash; RMSE penalizes large errors more heavily due to the squared term, while MAE weights all errors equally, making the combination informative about outlier behavior [39]; RMSE was used as the primary hyperparameter tuning metric for the GBM model, consistent with Chala and Ray [3]. The Mean Absolute Percentage Error (MAPE = (1/n)Σ|(x\u003csub\u003ei\u003c/sub\u003e \u0026minus; x̂\u003csub\u003ei\u003c/sub\u003e)/x\u003csub\u003ei\u003c/sub\u003e| \u0026times; 100%) summarizes normal error as a percentage of the actual measured value, making it a scale-independent measure of accuracy [40] whose interpretation is intuitive, and that in itself has no correlation with the physical quantities of the target variable. The Engineering Index A10 (A10\u0026thinsp;=\u0026thinsp;n₁₀/n, where n₁₀ is the number of predictions within \u0026plusmn;\u0026thinsp;10% of the values sampled) was introduced by Xu et al. [41] and measures the proportion of prediction that met the \u0026plusmn;\u0026thinsp;10% engineering tolerance criterion applicable to field geotechnical design [3,42]. The Scatter Index (SI\u0026thinsp;=\u0026thinsp;RMSE/x̄) normalizes the RMSE using the mean of the measured values together, and generates a dimensionless relative dispersion measure categorized according to certain cutoffs [43]: SI\u0026thinsp;\u0026lt;\u0026thinsp;0.05\u0026thinsp;=\u0026thinsp;excellent precision; 0.05\u0026thinsp;\u0026lt;\u0026thinsp;SI\u0026thinsp;\u0026le;\u0026thinsp;0.10\u0026thinsp;=\u0026thinsp;good precision; 0.10\u0026thinsp;\u0026lt;\u0026thinsp;SI\u0026thinsp;\u0026le;\u0026thinsp;0.15\u0026thinsp;=\u0026thinsp;fair precision; SI\u0026thinsp;\u0026gt;\u0026thinsp;0.15\u0026thinsp;=\u0026thinsp;poor precision. The Index of Agreement (IA\u0026thinsp;=\u0026thinsp;1\u0026thinsp;\u0026minus;\u0026thinsp;Σ(x\u003csub\u003ei\u003c/sub\u003e \u0026minus; x̂\u003csub\u003ei\u003c/sub\u003e)\u0026sup2;/Σ(|x̂\u003csub\u003ei\u003c/sub\u003e \u0026minus; x̄| + |x\u003csub\u003ei\u003c/sub\u003e \u0026minus; x̄|)\u0026sup2;) as a bounded measure [0, 1] was introduced by Willmott [44], and is used to overcome the insensitivity of R\u0026sup2; to both proportional and additive biases in geotechnical model evaluation and has been proposed as an additional choice of standard complementary to R\u0026sup2; and RMSE [2,45]. The Kling\u0026ndash;Gupta Efficiency (KGE\u0026thinsp;=\u0026thinsp;1 \u0026minus; \u0026radic;[(r\u0026thinsp;\u0026minus;\u0026thinsp;1)\u0026sup2; + (α\u0026thinsp;\u0026minus;\u0026thinsp;1)\u0026sup2; + (β\u0026thinsp;\u0026minus;\u0026thinsp;1)\u0026sup2;], in which r is the Pearson correlation coefficient, α\u0026thinsp;=\u0026thinsp;σ_pred/σ_obs is the variability ratio, and β\u0026thinsp;=\u0026thinsp;\u0026micro;_pred/\u0026micro;_obs is the bias ratio) was suggested by Gupta et al. [46], a multi-component metric that simultaneously penalizes correlation errors, mismatches in measures of variability, and bias in measuring mean with equal weight and thus more stringent than R\u0026sup2; as a diagnostically informative criterion [2,47]. Table\u0026nbsp;\u003cspan refid=\"Tab2\" class=\"InternalRef\"\u003e2\u003c/span\u003e presents the formulae, optimal values, and taxonomy of the 8 metrics, with reported values indicating the mean across the five cross-validation folds, which was suggested for reporting on cross-validation using the cross-validation reporting standards in Demšar proposed [33] and adapted to be used for further study in the geostatistical and geotechnical ML benchmarking context[3,48].\u003c/p\u003e \u003c/div\u003e \u003c/div\u003e \u003cdiv id=\"Sec16\" class=\"Section2\"\u003e \u003ch2\u003e4.2 Research Pipeline and Workflow\u003c/h2\u003e \u003cp\u003eThe full machine learning pipeline that was developed for the study is presented in Fig.\u0026nbsp;\u003cspan refid=\"Fig2\" class=\"InternalRef\"\u003e2\u003c/span\u003e. It goes through the entire process \u0026mdash; starting with raw CPT data through evaluation and making predictions of the model. Based on Chala and Ray [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e, \u003cspan citationid=\"CR3\" class=\"CitationRef\"\u003e3\u003c/span\u003e], the pipeline had its stages strictly separated to make separation between training and validation. The pipeline divided into two paths following preprocessing, as below. The classical method (ANN, RF, GBM) receives the whole 9-dimensional scaled feature space, which allows individual models to use all the feature-feature relationships. The quantum pathway (VQNN) first uses PCA to reduce the feature space to three main components (the same number as the qubits in the quantum circuit). Then it encodes the data as rotation angles. Both these pathways are incorporated into a single evaluation framework allowing data comparison of metrics among the four models in a direct manner. Feature importance analyses are performed following training with RF impurity-based importance and permutation-equivalent sensitivity ranking based features. This tests for the predominant CPT predictors among the approaches.\u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec17\" class=\"Section2\"\u003e \u003ch2\u003e4.3 Traditional Baseline Models\u003c/h2\u003e \u003cp\u003eAll models underwent assessment within a standardized 5-fold cross-validation (CV) framework. We only used training data from each fold to fit normalization and PCA. Following Chala and Ray [\u003cspan citationid=\"CR3\" class=\"CitationRef\"\u003e3\u003c/span\u003e], we used eight different metrics, listed in Table\u0026nbsp;\u003cspan refid=\"Tab2\" class=\"InternalRef\"\u003e2\u003c/span\u003e, to measure how well the model worked. The A10\u0026thinsp;\u0026minus;\u0026thinsp;I index (the percentage of predictions that are within \u0026plusmn;\u0026thinsp;10% of the measured values) is very useful for engineering purposes. Chala and Ray [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e] also report the Index of Agreement (IA) and Kling\u0026ndash;Gupta Efficiency (KGE) so that they can be compared directly to that benchmark.\u003c/p\u003e \u003cp\u003e \u003cdiv class=\"gridtable\"\u003e\u003ctable float=\"Yes\" id=\"Tab2\" border=\"1\"\u003e \u003ccaption language=\"En\"\u003e \u003cdiv class=\"CaptionNumber\"\u003eTable 2\u003c/div\u003e \u003cdiv class=\"CaptionContent\"\u003e \u003cp\u003ePerformance metrics used for model evaluation.\u003c/p\u003e \u003c/div\u003e \u003c/caption\u003e \u003ccolgroup cols=\"4\"\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c1\" colnum=\"1\"\u003e\u003c/div\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c2\" colnum=\"2\"\u003e\u003c/div\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c3\" colnum=\"3\"\u003e\u003c/div\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c4\" colnum=\"4\"\u003e\u003c/div\u003e \u003cthead\u003e \u003ctr\u003e \u003cth align=\"left\" colname=\"c1\"\u003e \u003cp\u003eMetric\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c2\"\u003e \u003cp\u003eSymbol\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c3\"\u003e \u003cp\u003eFormula\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c4\"\u003e \u003cp\u003eIdeal\u003c/p\u003e \u003c/th\u003e \u003c/tr\u003e \u003c/thead\u003e \u003ctbody\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eCoefficient of determination\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eR\u0026sup2;\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003e1\u0026thinsp;\u0026minus;\u0026thinsp;Σ(xi\u0026minus;ŷi)\u0026sup2; / Σ(xi\u0026minus;x̅)\u0026sup2;\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c4\"\u003e \u003cp\u003e1\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eRoot mean squared error\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eRMSE\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003e\u0026radic;[Σ(xi\u0026minus;ŷi)\u0026sup2;/n]\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c4\"\u003e \u003cp\u003e0\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eMean absolute error\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eMAE\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003eΣ|xi\u0026minus;ŷi|/n\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c4\"\u003e \u003cp\u003e0\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eMean absolute % error\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eMAPE\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003e(1/n)Σ|(xi\u0026minus;ŷi)/xi|\u0026times;100\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c4\"\u003e \u003cp\u003e0\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eEngineering index (\u0026plusmn;\u0026thinsp;10%)\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eA10\u0026thinsp;\u0026minus;\u0026thinsp;I\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003en10/n (|pred/meas\u0026thinsp;\u0026minus;\u0026thinsp;1|\u0026le;0.1)\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c4\"\u003e \u003cp\u003e1\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eScatter index\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eSI\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003eRMSE / x̅\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c4\"\u003e \u003cp\u003e\u0026lt;\u0026thinsp;0.05\u0026thinsp;=\u0026thinsp;excellent\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eIndex of Agreement\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eIA\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003e1\u0026thinsp;\u0026minus;\u0026thinsp;Σ(yi\u0026minus;ŷi)\u0026sup2;/Σ(|yi\u0026minus;y̅|+|ŷi\u0026minus;y̅|)\u0026sup2;\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c4\"\u003e \u003cp\u003e1\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eKling\u0026ndash;Gupta Efficiency\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eKGE\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003e1\u0026minus;\u0026radic;[(r\u0026thinsp;\u0026minus;\u0026thinsp;1)\u0026sup2;+(α\u0026thinsp;\u0026minus;\u0026thinsp;1)\u0026sup2;+(β\u0026thinsp;\u0026minus;\u0026thinsp;1)\u0026sup2;]\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c4\"\u003e \u003cp\u003e1\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003ePerformance index\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003ePI\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003eRMSE/(x̅\u0026times;\u0026radic;(R\u0026sup2;+1))\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c4\"\u003e \u003cp\u003e0\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003c/tbody\u003e \u003c/colgroup\u003e \u003c/table\u003e\u003c/div\u003e \u003c/p\u003e \u003cp\u003e \u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec18\" class=\"Section2\"\u003e \u003ch2\u003e4.4 Classical Baseline Models\u003c/h2\u003e \u003cdiv id=\"Sec19\" class=\"Section3\"\u003e \u003ch2\u003e4.4.1 ANN (Artificial Neural Network)\u003c/h2\u003e \u003cp\u003eA fully connected MLP with three hidden layers (64, 64, and 32 neurons) that uses ReLU activations and L2 regularization (α\u0026thinsp;=\u0026thinsp;10\u0026thinsp;\u0026minus;\u0026thinsp;4). We used the Adam optimizer (lr\u0026thinsp;=\u0026thinsp;10\u0026thinsp;\u0026minus;\u0026thinsp;3) with early stopping (patience\u0026thinsp;=\u0026thinsp;25 epochs) on a validation fraction of 15%. Before training, the targets were standardized to have a mean of zero and a variance of one.\u003c/p\u003e \u003cp\u003e \u003c/p\u003e \u003cp\u003eFigure \u003cspan refid=\"Fig3\" class=\"InternalRef\"\u003e3\u003c/span\u003e shows the ANN architecture that was used in this study. The network design is based on the deep regression model that was used in recent geotechnical machine learning studies (Wang, 2022). The three hidden layers gradually lower the number of neurons from 64 to 64 to 32. This lets the network learn hierarchical feature representations, from raw CPT measurements to derived soil behavior patterns to final parameter predictions. We chose the ReLU (Rectified Linear Unit) activation function to avoid the problem of the gradient disappearing, which is common in deep networks with sigmoid activations. L2 weight regularization (α\u0026thinsp;=\u0026thinsp;10⁻⁴) punishes large weight magnitudes, which helps the small Vs dataset (n\u0026thinsp;=\u0026thinsp;1,879) not to overfit. After the second hidden layer, dropout (rate\u0026thinsp;=\u0026thinsp;0.1) randomly sets 10% of neuron outputs to zero during training. This works like an implicit ensemble of sub-networks.\u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec20\" class=\"Section3\"\u003e \u003ch2\u003e4.4.2 Random Forest (RF)\u003c/h2\u003e \u003cp\u003eA group of 150 decision trees with a maximum depth of 12. Bootstrap sampling and feature sub-sampling (\u0026radic;p features per split) helped make the ensemble more diverse. RF gives impurity-based feature importance metrics that are similar to the permutation feature importance that Chala and Ray [\u003cspan citationid=\"CR3\" class=\"CitationRef\"\u003e3\u003c/span\u003e] used to choose features.\u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec21\" class=\"Section3\"\u003e \u003ch2\u003e4.4.3 Gradient Boosting Machine (GBM)\u003c/h2\u003e \u003cp\u003eA GBM with 150 trees, a learning rate of 0.07, a maximum depth of 5, and 80% random subsampling. We chose GBM as the state-of-the-art tabular regression baseline because it is very similar to the XGBoost models of Chala and Ray [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e, \u003cspan citationid=\"CR3\" class=\"CitationRef\"\u003e3\u003c/span\u003e] and can be used as a direct comparison point.\u003c/p\u003e \u003c/div\u003e \u003c/div\u003e \u003cdiv id=\"Sec22\" class=\"Section2\"\u003e \u003ch2\u003e4.5 Decision Tree Analysis: Methodology for Sample Segmentation\u003c/h2\u003e \u003cp\u003e \u003c/p\u003e \u003cp\u003eFigure\u0026nbsp;\u003cspan refid=\"Fig4\" class=\"InternalRef\"\u003e4\u003c/span\u003e. Sample decision tree structures illustrating the splitting criteria for predicting Vs (m/s) (left) and Ic SBT (\u0026minus;) (right). Thresholds are shown in original physical units after back-transformation from the RobustScaler. Leaf node values represent the mean predicted value within each terminal partition. Node size (n) indicates the number of training samples reaching each node.\u003c/p\u003e \u003cp\u003eFigure \u003cspan refid=\"Fig4\" class=\"InternalRef\"\u003e4\u003c/span\u003e additionally illustrates that the two targets have very different decision-making processes, which is because they have different physical drivers. The root node splits on depth (z\u0026thinsp;\u0026le;\u0026thinsp;threshold) for Vs prediction (left panel), which shows that depth/confining stress is the main factor that determines how stiff the soil is. The second level shows that sleeve friction (fs) is the most important secondary predictor. This is consistent with the feature importance rankings shown in Fig.\u0026nbsp;\u003cspan refid=\"Fig9\" class=\"InternalRef\"\u003e8\u003c/span\u003e and SHAP analysis by Chala and Ray [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e]. With increasing depths, pore pressure (u2) and friction ratio (Rf) are also present at greater depths, which suggests their dependence upon the soil stiffness characteristics that are affected by drainage and soil typology. Leaf node predictions range from around 174 m/s (shallow, low friction soils) through over 390 m/s (deep, rigid deposits). This applies to the entire training set (42\u0026ndash;540 m/s). For Ic SBT prediction (right panel), almost all of the decision logic is based on normalized cone tip resistance (qc), which controls the root and most of the splits that follow. This agrees with the Robertson [\u003cspan citationid=\"CR1\" class=\"CitationRef\"\u003e1\u003c/span\u003e] SBT classification model which relies on qc as the axis. Both the friction ratio (Rf) and normalized friction ratio (Fr) are at level 2. They represent the clay-sand border on the Robertson chart at approximately Fr\u0026thinsp;=\u0026thinsp;1%. The predictions for leaf nodes range from 1.78 to 3.29, meaning that they cover SBT Zones 2\u0026ndash;5 (silty clay to dense sand). This shows that the decision tree can get the main structure of the Robertson [\u003cspan citationid=\"CR1\" class=\"CitationRef\"\u003e1\u003c/span\u003e] classification scheme from the CPT data alone.\u003c/p\u003e \u003cp\u003eIt is important to remember that the single decision tree gives clear splitting rules, but its ability to make predictions is much lower than that of the RF ensemble (R\u0026sup2; = 0.479). The ensemble averages over 150 different trees to lower variance by using the law of large numbers. So, the best way to think of the individual tree is as a teaching tool for the main partitioning logic, not as a model that can predict what will happen.\u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec23\" class=\"Section2\"\u003e \u003ch2\u003e4.6 Hybrid Variational Quantum-Classical Neural Network\u003c/h2\u003e \u003cp\u003eThe Hybrid Variational Quantum-Classical Neural Network (VQNN) adopted in this study belongs to the family of Variational Quantum Algorithms (VQAs), which represent the most practically relevant class of quantum machine learning models for the current Noisy Intermediate-Scale Quantum (NISQ) era [\u003cspan citationid=\"CR23\" class=\"CitationRef\"\u003e23\u003c/span\u003e, \u003cspan citationid=\"CR49\" class=\"CitationRef\"\u003e49\u003c/span\u003e]. VQAs are distinguished from purely classical neural networks by the substitution of one or more computational layers with a parameterised quantum circuit (PQC), also termed a variational quantum circuit (VQC), which operates on quantum states in a high-dimensional Hilbert space that is exponentially larger than the corresponding classical feature space [\u003cspan citationid=\"CR22\" class=\"CitationRef\"\u003e22\u003c/span\u003e, \u003cspan citationid=\"CR50\" class=\"CitationRef\"\u003e50\u003c/span\u003e]. The central hypothesis motivating VQNNs is that this expanded computational space may confer an inductive bias advantageous for certain regression tasks particularly those characterized by complex, non-linear feature interactions that is difficult to replicate with classical architectures of comparable parameter count [\u003cspan citationid=\"CR51\" class=\"CitationRef\"\u003e51\u003c/span\u003e].\u003c/p\u003e \u003cp\u003eCPT data in the geotechnical literature display precisely such characteristics: the connection between cone penetration measurements and soil behavior parameters (e.g. Vs) comprises multi-scale non-linearities, stress-path dependencies, and geological variability inadequately captured by linear models [\u003cspan citationid=\"CR1\" class=\"CitationRef\"\u003e1\u003c/span\u003e, \u003cspan citationid=\"CR9\" class=\"CitationRef\"\u003e9\u003c/span\u003e]. The VQNN framework employed here expands on the quantum circuit learning approach introduced by Mitarai et al. [\u003cspan citationid=\"CR24\" class=\"CitationRef\"\u003e24\u003c/span\u003e], where a PQC is deployed as a function approximator similar to that used in classical neural networks, and the hybrid architecture formalized by Mari et al. [\u003cspan citationid=\"CR25\" class=\"CitationRef\"\u003e25\u003c/span\u003e], which showed that classical pre- and post-processing layers can make the connection between raw data representations and quantum-compatible encoded states. Such a hybrid design is particularly suited to NISQ hardware constraints and is able to minimize the required circuit depth and qubit count while realizing both representation as well as quantum feature map performances [\u003cspan citationid=\"CR52\" class=\"CitationRef\"\u003e52\u003c/span\u003e].\u003c/p\u003e \u003cdiv id=\"Sec24\" class=\"Section3\"\u003e \u003ch2\u003e4.6.1 Architecture\u003c/h2\u003e \u003cp\u003eThe combined development for this work involved designing a dual-functionally different approach from a generic pre-network that consists of three, sequentially trained, but co-equally functionally different, VQNN architectures [\u003cspan citationid=\"CR25\" class=\"CitationRef\"\u003e25\u003c/span\u003e, \u003cspan citationid=\"CR53\" class=\"CitationRef\"\u003e53\u003c/span\u003e].\u003c/p\u003e \u003cp\u003eComponent 1 \u0026mdash; Classical pre-network. The first part is a shallow classical neural network which translates the PCA-induced d-dimensional input, the vector \u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\(\\:x\\in\\:{\\mathbb{R}}^{d}\\)\u003c/span\u003e\u003c/span\u003e whose magnitude is denoted d\u0026thinsp;=\u0026thinsp;Number of qubits\u0026thinsp;=\u0026thinsp;3 values in the current work, as a vector of rotation angle \u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\(\\:\\theta\\:\\in\\:{\\left[-\\pi\\:,+\\pi\\:\\right]}^{d}\\)\u003c/span\u003e\u003c/span\u003e appropriate for embedding quantum angle. Specifically, a linear transformation plus hyperbolic tangent activation is applied:\u003cdiv id=\"Equa\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equa\" name=\"EquationSource\"\u003e\n$$\\:\\theta\\:=\\pi\\:.\\text{tanh}\\left({W}_{1}x+{b}_{1}\\right)$$\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003cp\u003ewhere W₁ and b₁ are trainable parameters and tanh nonlinearity maps the output to the interval (\u0026minus;\u0026thinsp;1, +\u0026thinsp;1), and scales it by π to keep the angles within the valid embedding range [\u0026minus;π, +π]. This pre-processing stage is critical since raw PCA scores are real-valued and unbounded, while quantum rotation gates encode angles that are modulo 2π; without range normalization the embedding appears periodic and loses injectivity [\u003cspan citationid=\"CR54\" class=\"CitationRef\"\u003e54\u003c/span\u003e, \u003cspan citationid=\"CR55\" class=\"CitationRef\"\u003e55\u003c/span\u003e]. The tanh based methodology used here is in line with the formulation of Mitarai et al. [\u003cspan citationid=\"CR24\" class=\"CitationRef\"\u003e24\u003c/span\u003e] as smooth, bounded pre-processing functions to preserve the gradient flow through the hybrid network without the vanishing gradient associated with hard clipping.\u003c/p\u003e \u003cp\u003eComponent 2\u0026mdash;This material consists of a 3-qubit PQC, processing the encoded quantum state and harvesting measurements. The circuit composition and working components are presented in detail in Section \u003cspan refid=\"Sec25\" class=\"InternalRef\"\u003e4.6.2\u003c/span\u003e. The PQC introduces a set of trainable quantum weights \u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\(\\:{W}_{q}\\in\\:{\\mathbb{R}}^{\\left(L\\times\\:{N}_{q}\\times\\:3\\right)}\\)\u003c/span\u003e\u003c/span\u003e (where L is the number of entangling layers and \u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\(\\:{N}_{q}=3\\)\u003c/span\u003e\u003c/span\u003e is the number of qubits), yielding 18 quantum parameters for the configuration adopted in this study (L\u0026thinsp;=\u0026thinsp;2, \u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\(\\:{N}_{q}=3\\)\u003c/span\u003e\u003c/span\u003e). The quantum circuit effectively acts as a kernel function that maps the angle-encoded input into a \u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\(\\:{2}^{\\left({N}_{q}\\right)}=\\)\u003c/span\u003e\u003c/span\u003e 8-dimensional Hilbert space, from which expectation values are extracted as fixed-dimensional real-valued representations [\u003cspan citationid=\"CR52\" class=\"CitationRef\"\u003e52\u003c/span\u003e, \u003cspan citationid=\"CR53\" class=\"CitationRef\"\u003e53\u003c/span\u003e]. This Hilbert-space feature map is analogous to the kernel trick in support vector machines, but the specific kernel is implicitly defined by the circuit architecture and trainable parameters rather than a pre-specified analytical function [\u003cspan citationid=\"CR56\" class=\"CitationRef\"\u003e56\u003c/span\u003e].\u003c/p\u003e \u003cp\u003e \u003cb\u003eComponent 3 \u0026mdash; Classical post-network.\u003c/b\u003e The output component maps the \u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\(\\:{N}_{q}=3\\)\u003c/span\u003e\u003c/span\u003e PauliZ expectation values \u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\(\\:\u0026lang;{Z}_{q}\u0026rang;\\in\\:{\\left[-1,\\:+1\\right]}^{3}\\)\u003c/span\u003e\u003c/span\u003e returned by the quantum circuit to a scalar regression prediction ŷ \u0026isin; ℝ via a small fully connected network:\u003cdiv id=\"Equb\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equb\" name=\"EquationSource\"\u003e\n$$\\:\\widehat{y}={W}_{2}q+{b}_{2}$$\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003cp\u003ewhere \u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\(\\:q={\\left(\u0026lang;{Z}_{0}\u0026rang;,\\:\\:\u0026lang;{Z}_{1}\u0026rang;,\\:\u0026lang;{Z}_{2}\u0026rang;\\right)}^{T}\\:\\in\\:\\:{\\left[-1,\\:+1\\right]}^{3}\\)\u003c/span\u003e\u003c/span\u003e is the quantum measurement output vector, and \u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\(\\:{W}_{2}\\in\\:\\:{\\mathbb{R}}^{\\left(1\\times\\:3\\right)}\\)\u003c/span\u003e\u003c/span\u003e, \u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\(\\:{b}_{2}\\in\\:\\mathbb{R}\\)\u003c/span\u003e\u003c/span\u003e represent the post-network weights and bias. An intermediate ReLU-activated hidden layer with 16 neurons is additionally inserted between the quantum output and the final linear projection to allow the post-network to learn non-linear combinations of the qubit expectation values before producing the prediction. This design follows Mari et al. (2020), who showed that a classical post-processing layer is necessary to map quantum observables \u0026mdash; which are bounded in [\u0026minus;\u0026thinsp;1, +1] by construction \u0026mdash; to unbounded regression targets such as Vs (m/s).\u003c/p\u003e \u003cp\u003e \u003cb\u003eJoint optimization.\u003c/b\u003e All parameters of the three components \u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\(\\:{\\Theta\\:}=\\left\\{{W}_{1},\\:{b}_{1},\\:{W}_{q},\\:{W}_{2},\\:{b}_{2}\\right\\}\\)\u003c/span\u003e\u003c/span\u003e are optimised simultaneously via a single gradient-based optimisation procedure applied to the mean squared error (MSE) loss on the normalised target variable. This end-to-end joint training is a critical feature of the hybrid VQNN framework: it allows the classical pre-network to learn angle representations that maximise the discriminative capacity of the quantum feature map, rather than treating the quantum layer as a fixed pre-trained module [\u003cspan citationid=\"CR24\" class=\"CitationRef\"\u003e24\u003c/span\u003e, \u003cspan citationid=\"CR25\" class=\"CitationRef\"\u003e25\u003c/span\u003e]. Targets were standardized to zero mean and unit standard deviation prior to training, and predictions back-transformed for metric computation, following the convention used for the classical ANN baseline (Section 4.3.1). The full parameter vector contains 9\u0026thinsp;+\u0026thinsp;3 + 18\u0026thinsp;+\u0026thinsp;3 + 1\u0026thinsp;=\u0026thinsp;34 trainable scalar parameters, a very compact model by classical standards but consistent with the parameter economy typical of NISQ-era VQNNs [\u003cspan citationid=\"CR57\" class=\"CitationRef\"\u003e57\u003c/span\u003e].\u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec25\" class=\"Section3\"\u003e \u003ch2\u003e4.6.2 Quantum Circuit\u003c/h2\u003e \u003cp\u003eThe parameterized quantum circuit (PQC) constitutes the core computational primitive of the hybrid VQNN, with the transparency standards advocated for reproducible quantum machine learning research [\u003cspan citationid=\"CR23\" class=\"CitationRef\"\u003e23\u003c/span\u003e]. Qubit initialization is the circuit operates on \u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\(\\:{N}_{q}=3\\)\u003c/span\u003e\u003c/span\u003e qubits, each initialized in the computational ground state |0⟩. The joint multi-qubit initial state is the tensor product |000⟩ = |0⟩\u0026otimes;|0⟩\u0026otimes;|0⟩, which can be written as a length- 2\u003csup\u003e3\u003c/sup\u003e= 8 complex amplitude vector [\u003cspan citationid=\"CR58\" class=\"CitationRef\"\u003e58\u003c/span\u003e]:\u003cdiv id=\"Equc\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equc\" name=\"EquationSource\"\u003e\n$$\\:|{\\psi\\:}₀⟩\\:=\\:|000⟩\\:=\\:({1,\\:0,\\:0,\\:0,\\:0,\\:0,\\:0,\\:0)}^{T}\\:\\in\\:\\:{\\mathbb{C}}^{8}$$\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003cp\u003eThis initialisation is standard in VQC literature and represents a separable, unentangled state with unit probability at the all-zeros computational basis state [\u003cspan citationid=\"CR22\" class=\"CitationRef\"\u003e22\u003c/span\u003e].\u003c/p\u003e \u003cp\u003e \u003col\u003e \u003cspan\u003e \u003cli\u003e \u003cp\u003e \u003cb\u003eAngle Embedding \u0026mdash; Data encoding layer.\u003c/b\u003e The first operation encodes the three PCA-derived input features \u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\(\\:{\\theta\\:}\\:=\\:({{\\theta\\:}}_{0},\\:{{\\theta\\:}}_{1},\\:{{\\theta\\:}}_{2})\\:\\in\\:\\:{[-{\\pi\\:},\\:+{\\pi\\:}]}^{3}\\)\u003c/span\u003e\u003c/span\u003e (produced by the classical pre-network) as Y-axis rotation angles applied to individual qubits. For each qubit q \u0026isin; {0, 1, 2}, the single-qubit Y-rotation gate \u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\(\\:{R}_{Y}\\left({\\theta\\:}_{q}\\right)\\)\u003c/span\u003e\u003c/span\u003e is applied:\u003c/p\u003e \u003c/li\u003e \u003c/span\u003e \u003c/ol\u003e \u003cdiv id=\"Equd\" class=\"Equation\"\u003e \u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equd\" name=\"EquationSource\"\u003e\n$$\\:{R}_{Y}\\left({\\theta\\:}_{q}\\right)=\\left[\\begin{array}{cc}\\text{cos}\\left({\\theta\\:}_{q}/2\\right)\u0026amp;\\:-\\text{sin}\\left({\\theta\\:}_{q}/2\\right)\\\\\\:\\text{sin}\\left({\\theta\\:}_{q}/2\\right)\u0026amp;\\:\\text{cos}\\left({\\theta\\:}_{q}/2\\right)\\end{array}\\right]$$\u003c/div\u003e \u003c/div\u003e \u003c/p\u003e \u003cp\u003e \u003cdiv class=\"BlockQuote\"\u003e \u003cp\u003etransforming the basis state |0⟩ into a superposition:\u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Eque\" class=\"Equation\"\u003e \u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Eque\" name=\"EquationSource\"\u003e\n$$\\:\\left|0\\right.⟩\\to\\:\\:{R}_{Y}\\left({\\theta\\:}_{q}\\right)\\left|0\\right.⟩=\\:\\text{cos}\\left({\\theta\\:}_{q}/2\\right)\\left|0\\right.⟩+\\:\\text{sin}\\left({\\theta\\:}_{q}/2\\right)\\left|1\\right.⟩\\:$$\u003c/div\u003e \u003c/div\u003e \u003c/p\u003e \u003cp\u003e \u003cdiv class=\"BlockQuote\"\u003e \u003cp\u003eThe complete embedding unitary \u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\(\\:{U}_{emb}\\left(\\theta\\:\\right)={R}_{Y}\\left({\\theta\\:}_{o}\\right)\\otimes\\:\\:{R}_{Y}\\left({\\theta\\:}_{1}\\right)\\otimes\\:{R}_{Y}\\left({\\theta\\:}_{2}\\right)\\)\u003c/span\u003e\u003c/span\u003e transforms the initial 8-dimensional state vector into a product state encoding all three input angles simultaneously. This Angle Embedding scheme, also referred to as rotational encoding or Pauli feature maps in the QML literature, was formally analyzed by Schuld et al. [\u003cspan citationid=\"CR55\" class=\"CitationRef\"\u003e55\u003c/span\u003e], who showed that it corresponds to a specific quantum kernel \u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\(\\:k\\left(x,\\:{x}^{{\\prime\\:}}\\right)={\\:|⟨{\\psi\\:}(\\text{x}{\\prime\\:}\\left)\\right|{\\psi\\:}\\left(\\text{x}\\right)⟩|}^{2}\\:\\)\u003c/span\u003e\u003c/span\u003e that captures trigonometric features of the input space. Importantly, P\u0026eacute;rez-Salinas et al. demonstrated that single-layer Angle Embedding has limited expressive capacity \u0026mdash; a limitation they addressed through data re-uploading, where the same data is encoded multiple times at different circuit depths. In the present implementation, data re-uploading was not applied due to the shallow circuit depth adopted (L\u0026thinsp;=\u0026thinsp;2 entangling layers); the representational adequacy of the encoding is partially compensated by the classical pre-network's learned nonlinear transformation of the PCA inputs before embedding.\u003c/p\u003e \u003c/div\u003e \u003c/p\u003e \u003cp\u003e \u003col\u003e \u003cspan\u003e \u003cli\u003e \u003cp\u003e \u003cb\u003eStronglyEntanglingLayers \u0026mdash; Trainable ansatz.\u003c/b\u003e Following Angle Embedding, L\u0026thinsp;=\u0026thinsp;2 StronglyEntanglingLayers are applied. Each layer consists of two sub-operations applied sequentially to all qubits: Rotation sub-layer that reduces the parameter count and has been shown to achieve comparable expressive capacity in shallow circuits [\u003cspan citationid=\"CR59\" class=\"CitationRef\"\u003e59\u003c/span\u003e] and Entangling sub-layer to introduces quantum entanglement between qubit pairs \u0026mdash; the essential quantum resource that distinguishes VQNNs from classical models by enabling correlations that cannot be factored into independent single-qubit operations [\u003cspan citationid=\"CR58\" class=\"CitationRef\"\u003e58\u003c/span\u003e, \u003cspan citationid=\"CR60\" class=\"CitationRef\"\u003e60\u003c/span\u003e]. The cyclic entanglement pattern adopted here ensures that every qubit becomes correlated with every other qubit after a single entangling sub-layer, generating a globally entangled multi-qubit state [\u003cspan citationid=\"CR59\" class=\"CitationRef\"\u003e59\u003c/span\u003e, \u003cspan citationid=\"CR61\" class=\"CitationRef\"\u003e61\u003c/span\u003e]. The StronglyEntanglingLayers ansatz was introduced in the PennyLane software framework (Bergholm et al., 2018) and has become a standard circuit template for variational quantum regression and classification tasks. Sim et al. (2019)demonstrated through expressibility and entangling capability analyses that this ansatz achieves near-maximal expressibility relative to the full unitary group for \u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\(\\:{N}_{q}\\le\\:4\\)\u003c/span\u003e\u003c/span\u003e qubits, making it well suited to the 3-qubit configuration adopted here.\u003c/p\u003e \u003c/li\u003e \u003c/span\u003e \u003cspan\u003e \u003cli\u003e \u003cp\u003e \u003cb\u003ePauliZ measurements \u0026mdash; Observable extraction.\u003c/b\u003e Following the circuit operations, the expectation value of the Pauli-Z observable ⟨\u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\(\\:{Z}_{q}\\)\u003c/span\u003e\u003c/span\u003e⟩ is computed for each qubit q \u0026isin; {0, 1, 2}:\u003c/p\u003e \u003c/li\u003e \u003c/span\u003e \u003c/ol\u003e \u003cdiv id=\"Equf\" class=\"Equation\"\u003e \u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equf\" name=\"EquationSource\"\u003e\n$$\\:⟨{Z}_{q}⟩=⟨{{\\psi\\:}}_{out}\\left|{Z}_{q}\\right|{{\\psi\\:}}_{out}⟩=\\:{\\Sigma\\:}\\text{ᵢ}\\:{\\text{s}\\text{i}\\text{g}\\text{n}}_{q}\\left(\\text{i}\\right)\u0026middot;\\:{\\left|{{\\alpha\\:}}_{i}\\right|}^{2}$$\u003c/div\u003e \u003c/div\u003e \u003c/p\u003e \u003cp\u003e \u003cdiv class=\"BlockQuote\"\u003e \u003cp\u003ewhere \u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\(\\:{{\\alpha\\:}}_{i}\\)\u003c/span\u003e\u003c/span\u003e are the complex amplitudes of the final state |\u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\(\\:{{\\psi\\:}}_{out}\\)\u003c/span\u003e\u003c/span\u003e⟩ = Σ\u003csub\u003ei\u003c/sub\u003e \u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\(\\:{{\\alpha\\:}}_{i}\\)\u003c/span\u003e\u003c/span\u003e|i⟩ in the computational basis, and \u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\(\\:{\\text{s}\\text{i}\\text{g}\\text{n}}_{q}\\left(\\text{i}\\right)=+1\\)\u003c/span\u003e\u003c/span\u003e if the q-th bit of basis state |i⟩ is 0 (qubit in |0⟩) and \u0026minus;\u0026thinsp;1 if it is 1 (qubit in |1⟩). Since \u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\(\\:{Z}_{q}\\)\u003c/span\u003e\u003c/span\u003e is a Hermitian operator with eigenvalues\u0026thinsp;\u0026plusmn;\u0026thinsp;1, the expectation value ⟨\u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\(\\:{Z}_{q}\\)\u003c/span\u003e\u003c/span\u003e⟩ \u0026isin; [\u0026minus;\u0026thinsp;1, +\u0026thinsp;1] provides a real-valued scalar summary of the quantum state that is differentiable with respect to the circuit parameters [\u003cspan citationid=\"CR24\" class=\"CitationRef\"\u003e24\u003c/span\u003e, \u003cspan citationid=\"CR53\" class=\"CitationRef\"\u003e53\u003c/span\u003e]. Measuring all three qubits simultaneously in the PauliZ basis yields a 3D real-valued feature vector, which is a standard choice in hybrid QNN regression architectures [\u003cspan citationid=\"CR24\" class=\"CitationRef\"\u003e24\u003c/span\u003e, \u003cspan citationid=\"CR25\" class=\"CitationRef\"\u003e25\u003c/span\u003e].\u003c/p\u003e \u003cp\u003e \u003cb\u003eStatevector simulation.\u003c/b\u003e The circuit is simulated using an exact statevector simulation implemented in NumPy, which propagates the full 8-dimensional complex amplitude vector. Exact statevector simulation is the standard evaluation method for small-qubit VQNNs in the QML research community [\u003cspan citationid=\"CR22\" class=\"CitationRef\"\u003e22\u003c/span\u003e, \u003cspan citationid=\"CR57\" class=\"CitationRef\"\u003e57\u003c/span\u003e] as it provides an upper bound on achievable VQNN performance by eliminating the stochastic variance associated with finite-shot sampling on real or emulated hardware.\u003c/p\u003e \u003cp\u003e \u003cb\u003eOptimization via L-BFGS-B.\u003c/b\u003e The full VQNN parameter vector Θ is optimised using the Limited-memory Broyden\u0026ndash;Fletcher\u0026ndash;Goldfarb\u0026ndash;Shanno algorithm with box constraints (L-BFGS-B), a quasi-Newton second-order optimization method [\u003cspan citationid=\"CR62\" class=\"CitationRef\"\u003e62\u003c/span\u003e, \u003cspan citationid=\"CR63\" class=\"CitationRef\"\u003e63\u003c/span\u003e]. L-BFGS-B approximates the inverse Hessian of the loss function using a limited-memory rank-two update based on gradient differences between successive iterations, enabling efficient descent in high-curvature loss landscapes [\u003cspan citationid=\"CR62\" class=\"CitationRef\"\u003e62\u003c/span\u003e]. The use of L-BFGS-B for training quantum circuits has been validated in multiple QML studies [\u003cspan citationid=\"CR23\" class=\"CitationRef\"\u003e23\u003c/span\u003e, \u003cspan citationid=\"CR57\" class=\"CitationRef\"\u003e57\u003c/span\u003e] and is particularly effective for shallow circuits with small parameter counts, where the loss landscape is typically convex or nearly convex in the vicinity of the initialization point [\u003cspan citationid=\"CR64\" class=\"CitationRef\"\u003e64\u003c/span\u003e]. For the 3-qubit, 2-layer circuit adopted here, the risk of barren plateaus is substantially mitigated by the shallow depth and the use of a small-angle random initialization strategy around zero, following the recommendation of Grant et al. [\u003cspan citationid=\"CR65\" class=\"CitationRef\"\u003e65\u003c/span\u003e].\u003c/p\u003e \u003c/div\u003e \u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec26\" class=\"Section3\"\u003e \u003ch2\u003e4.6.3 Comparison with PennyLane Implementation\u003c/h2\u003e \u003cp\u003ePennyLane [\u003cspan citationid=\"CR66\" class=\"CitationRef\"\u003e66\u003c/span\u003e] is the open-source quantum machine learning framework most widely used for hybrid VQNN research. It provides a Python-native interface that supports automatic differentiation through quantum circuits via the parameter-shift rule [\u003cspan citationid=\"CR24\" class=\"CitationRef\"\u003e24\u003c/span\u003e, \u003cspan citationid=\"CR53\" class=\"CitationRef\"\u003e53\u003c/span\u003e] or backpropagation on simulators, and interfaces with multiple hardware backends including IBM Quantum, Google Cirq, Rigetti, and trapped-ion platforms [\u003cspan citationid=\"CR63\" class=\"CitationRef\"\u003e63\u003c/span\u003e, \u003cspan citationid=\"CR66\" class=\"CitationRef\"\u003e66\u003c/span\u003e].\u003c/p\u003e \u003cp\u003eIt should be noted that the primary limitation relative to a full PennyLane implementation is the absence of the parameter-shift rule [\u003cspan citationid=\"CR24\" class=\"CitationRef\"\u003e24\u003c/span\u003e, \u003cspan citationid=\"CR53\" class=\"CitationRef\"\u003e53\u003c/span\u003e] for gradient computation. The parameter-shift rule allows exact analytical gradients to be computed by evaluating the circuit at shifted parameter values \u0026mdash; a technique that is essential for gradient-based training on real quantum hardware where backpropagation through the simulation is not available. Since the present implementation uses L-BFGS-B with numerical finite-difference gradients over the statevector simulation, it is exact for the simulator but would not transfer directly to hardware execution [\u003cspan citationid=\"CR23\" class=\"CitationRef\"\u003e23\u003c/span\u003e, \u003cspan citationid=\"CR66\" class=\"CitationRef\"\u003e66\u003c/span\u003e].\u003c/p\u003e \u003c/div\u003e \u003c/div\u003e"},{"header":"5. RESULTS AND DISCUSSION","content":"\u003cdiv id=\"Sec28\" class=\"Section2\"\u003e \u003ch2\u003e5.1 Cross-Validation Performance\u003c/h2\u003e \u003cp\u003eTable\u0026nbsp;\u003cspan refid=\"Tab3\" class=\"InternalRef\"\u003e3\u003c/span\u003e shows the full evaluation results for all four models on both targets. Figures\u0026nbsp;\u003cspan refid=\"Fig2\" class=\"InternalRef\"\u003e2\u003c/span\u003e and \u003cspan refid=\"Fig3\" class=\"InternalRef\"\u003e3\u003c/span\u003e show the metric bar charts and scatter plots, respectively. In Section \u003cspan refid=\"Sec31\" class=\"InternalRef\"\u003e5.4\u003c/span\u003e, the results are compared to benchmarks that have been published. SI classification [\u003cspan citationid=\"CR3\" class=\"CitationRef\"\u003e3\u003c/span\u003e]: SI\u0026thinsp;\u0026lt;\u0026thinsp;0.05\u0026thinsp;=\u0026thinsp;excellent precision (EP); 0.05\u0026ndash;0.10\u0026thinsp;=\u0026thinsp;good precision (GP); 0.10\u0026ndash;0.15\u0026thinsp;=\u0026thinsp;fair precision (FP); SI\u0026thinsp;\u0026gt;\u0026thinsp;0.15\u0026thinsp;=\u0026thinsp;poor precision (PP).\u003c/p\u003e \u003cp\u003e \u003cdiv class=\"gridtable\"\u003e\u003ctable float=\"Yes\" id=\"Tab3\" border=\"1\"\u003e \u003ccaption language=\"En\"\u003e \u003cdiv class=\"CaptionNumber\"\u003eTable 3\u003c/div\u003e \u003cdiv class=\"CaptionContent\"\u003e \u003cp\u003eComprehensive 5-fold CV results. Best per target in bold. VQNN in italic.\u003c/p\u003e \u003c/div\u003e \u003c/caption\u003e \u003ccolgroup cols=\"11\"\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c1\" colnum=\"1\"\u003e\u003c/div\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c2\" colnum=\"2\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c3\" colnum=\"3\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c4\" colnum=\"4\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c5\" colnum=\"5\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c6\" colnum=\"6\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c7\" colnum=\"7\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c8\" colnum=\"8\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c9\" colnum=\"9\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c10\" colnum=\"10\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c11\" colnum=\"11\"\u003e\u003c/div\u003e \u003cthead\u003e \u003ctr\u003e \u003cth align=\"left\" colname=\"c1\"\u003e \u003cp\u003eTarget\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c2\"\u003e \u003cp\u003eModel\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c3\"\u003e \u003cp\u003eR\u0026sup2;\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c4\"\u003e \u003cp\u003eRMSE\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c5\"\u003e \u003cp\u003eMAE\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c6\"\u003e \u003cp\u003eMAPE(%)\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c7\"\u003e \u003cp\u003eA10\u0026thinsp;\u0026minus;\u0026thinsp;I\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c8\"\u003e \u003cp\u003eSI\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c9\"\u003e \u003cp\u003eIA\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c10\"\u003e \u003cp\u003eKGE\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c11\"\u003e \u003cp\u003ePI\u003c/p\u003e \u003c/th\u003e \u003c/tr\u003e \u003c/thead\u003e \u003ctbody\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eVs (m/s)\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eANN\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.4840\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e53.6915\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e37.0107\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e17.37\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c7\"\u003e \u003cp\u003e0.4400\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c8\"\u003e \u003cp\u003e0.2356\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c9\"\u003e \u003cp\u003e0.8013\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c10\"\u003e \u003cp\u003e0.5718\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c11\"\u003e \u003cp\u003e0.1934\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e\u0026nbsp;\u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eRF\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.4783\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e53.9866\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e35.4447\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e16.94\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c7\"\u003e \u003cp\u003e0.4827\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c8\"\u003e \u003cp\u003e0.2369\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c9\"\u003e \u003cp\u003e0.8017\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c10\"\u003e \u003cp\u003e0.5733\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c11\"\u003e \u003cp\u003e0.1949\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e\u0026nbsp;\u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eGBM\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.4634\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e54.7540\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e35.9597\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e17.02\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c7\"\u003e \u003cp\u003e0.4693\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c8\"\u003e \u003cp\u003e0.2403\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c9\"\u003e \u003cp\u003e0.8070\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c10\"\u003e \u003cp\u003e0.6019\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c11\"\u003e \u003cp\u003e0.1986\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e\u0026nbsp;\u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003e\u003cem\u003eVQNN\u003c/em\u003e\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e\u003cem\u003e0.2068\u003c/em\u003e\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e\u003cem\u003e66.5716\u003c/em\u003e\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e\u003cem\u003e48.4462\u003c/em\u003e\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e\u003cem\u003e23.04\u003c/em\u003e\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c7\"\u003e \u003cp\u003e\u003cem\u003e0.3067\u003c/em\u003e\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c8\"\u003e \u003cp\u003e\u003cem\u003e0.2922\u003c/em\u003e\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c9\"\u003e \u003cp\u003e\u003cem\u003e0.6476\u003c/em\u003e\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c10\"\u003e \u003cp\u003e\u003cem\u003e0.3556\u003c/em\u003e\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c11\"\u003e \u003cp\u003e\u003cem\u003e0.2660\u003c/em\u003e\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eIc SBT\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eANN\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.9990\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.0151\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.0094\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.38\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c7\"\u003e \u003cp\u003e1.0000\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c8\"\u003e \u003cp\u003e0.0059\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c9\"\u003e \u003cp\u003e0.9997\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c10\"\u003e \u003cp\u003e0.9972\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c11\"\u003e \u003cp\u003e0.0042\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e\u0026nbsp;\u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eRF\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.9991\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.0140\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.0095\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.39\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c7\"\u003e \u003cp\u003e1.0000\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c8\"\u003e \u003cp\u003e0.0055\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c9\"\u003e \u003cp\u003e0.9998\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c10\"\u003e \u003cp\u003e0.9956\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c11\"\u003e \u003cp\u003e0.0039\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e\u0026nbsp;\u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eGBM\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.9991\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.0139\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.0102\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.42\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c7\"\u003e \u003cp\u003e1.0000\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c8\"\u003e \u003cp\u003e0.0055\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c9\"\u003e \u003cp\u003e0.9998\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c10\"\u003e \u003cp\u003e0.9984\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c11\"\u003e \u003cp\u003e0.0039\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e\u0026nbsp;\u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003e\u003cem\u003eVQNN\u003c/em\u003e\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e\u003cem\u003e0.8996\u003c/em\u003e\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e\u003cem\u003e0.1487\u003c/em\u003e\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e\u003cem\u003e0.1099\u003c/em\u003e\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e\u003cem\u003e4.23\u003c/em\u003e\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c7\"\u003e \u003cp\u003e\u003cem\u003e0.9240\u003c/em\u003e\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c8\"\u003e \u003cp\u003e\u003cem\u003e0.0587\u003c/em\u003e\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c9\"\u003e \u003cp\u003e\u003cem\u003e0.9733\u003c/em\u003e\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c10\"\u003e \u003cp\u003e\u003cem\u003e0.9361\u003c/em\u003e\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c11\"\u003e \u003cp\u003e\u003cem\u003e0.0426\u003c/em\u003e\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003c/tbody\u003e \u003c/colgroup\u003e \u003c/table\u003e\u003c/div\u003e \u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec29\" class=\"Section2\"\u003e \u003ch2\u003e5.2 Shear Wave Velocity Prediction\u003c/h2\u003e \u003cp\u003eAll of the classical models did the same job of predicting Vs from directly measured SCPT data (Fig.\u0026nbsp;\u003cspan refid=\"Fig5\" class=\"InternalRef\"\u003e5\u003c/span\u003e): R\u0026sup2; = 0.46\u0026ndash;0.48, RMSE\u0026thinsp;=\u0026thinsp;53.7\u0026ndash;54.8 m/s, MAPE\u0026thinsp;=\u0026thinsp;17.0\u0026ndash;17.4%, A10\u0026thinsp;\u0026minus;\u0026thinsp;I\u0026thinsp;=\u0026thinsp;0.44\u0026ndash;0.48, and SI\u0026thinsp;=\u0026thinsp;0.235\u0026ndash;0.240 (fair precision). Chala and Ray [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e] found that XGBoost could predict measured Vs from SCPT data with a R\u0026sup2; of 0.54 and an MAE of 41 m/s. These results are in line with those. The small difference (our R\u0026sup2; \u0026asymp; 0.47 vs. their 0.54) is because we used point measurements instead of interval-based means and coefficients of variation for CPT parameters at each Vs measurement depth, which averaged out noise within intervals. The IA (0.80\u0026ndash;0.81) and KGE (0.57\u0026ndash;0.60) values for our classical models are also similar to the IA (0.84) and KGE (0.65) values that Chala and Ray [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e] found. It is important to note that these results are different from those of Chala and Ray (2023), who used the same dataset to predict empirically derived Vs [\u003cspan citationid=\"CR1\" class=\"CitationRef\"\u003e1\u003c/span\u003e] and got R\u0026sup2; = 1.00, RMSE\u0026thinsp;\u0026lt;\u0026thinsp;2.0 m/s, and MAPE\u0026thinsp;\u0026lt;\u0026thinsp;1%. In that case, the ML models learned a fixed algebraic function of the inputs instead of a geophysical relationship. It is harder to directly predict Vs from CPT parameters, as we have done here, because in-situ Vs depends on things that standard CPT doesn't measure (like soil fabric, cementation, and stress history) and there is measurement uncertainty from the seismic source and travel-time determination.\u003c/p\u003e \u003cp\u003eThe VQNN got the following scores: R\u0026sup2; = 0.207, RMSE\u0026thinsp;=\u0026thinsp;66.6 m/s, MAPE\u0026thinsp;=\u0026thinsp;23.0%, A10\u0026thinsp;\u0026minus;\u0026thinsp;I\u0026thinsp;=\u0026thinsp;0.307, SI\u0026thinsp;=\u0026thinsp;0.292, IA\u0026thinsp;=\u0026thinsp;0.648, and KGE\u0026thinsp;=\u0026thinsp;0.356. The model doesn't work as well as classical models because: (i) PCA dimensionality reduction loses 12% of feature variance; (ii) subsampled training (200 observations per fold); and (iii) 18 trainable quantum weights. Even with these limitations, the positive R\u0026sup2; shows that quantum feature processing can pull out geotechnically useful signals.\u003c/p\u003e \u003cp\u003e \u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec30\" class=\"Section2\"\u003e \u003ch2\u003e5.3 Soil Behavior Type Index Prediction\u003c/h2\u003e \u003cp\u003eClassical models did almost perfectly for Ic SBT prediction: ANN/RF R\u0026sup2; = 0.999, GBM R\u0026sup2; = 0.999, and all models got A10\u0026thinsp;\u0026minus;\u0026thinsp;I\u0026thinsp;=\u0026thinsp;1.000, SI\u0026thinsp;\u0026lt;\u0026thinsp;0.006 (excellent), IA\u0026thinsp;\u0026gt;\u0026thinsp;0.999, and KGE\u0026thinsp;\u0026gt;\u0026thinsp;0.995. This ceiling-level accuracy is based on the mathematical derivation of Ic SBT from Qt, Fr, and Ic, which are all input features. It is also similar to the R\u0026sup2; = 1.00 that Chala and Ray [\u003cspan citationid=\"CR3\" class=\"CitationRef\"\u003e3\u003c/span\u003e] found for models that predict an empirically derived target. The VQNN got R\u0026sup2; = 0.900, RMSE\u0026thinsp;=\u0026thinsp;0.149, MAPE\u0026thinsp;=\u0026thinsp;4.23%, A10\u0026thinsp;\u0026minus;\u0026thinsp;I\u0026thinsp;=\u0026thinsp;0.924, SI\u0026thinsp;=\u0026thinsp;0.059 (good precision), IA\u0026thinsp;=\u0026thinsp;0.973, and KGE\u0026thinsp;=\u0026thinsp;0.936. This is good performance given the strict limits on computing power.\u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec31\" class=\"Section2\"\u003e \u003ch2\u003e5.4 Training Dynamics\u003c/h2\u003e \u003cp\u003eThe ANN converged in 80 to 150 epochs, and the stable training-validation loss alignment showed that regularization worked (Fig.\u0026nbsp;\u003cspan refid=\"Fig7\" class=\"InternalRef\"\u003e6\u003c/span\u003ea \u0026amp; \u003cspan refid=\"Fig7\" class=\"InternalRef\"\u003e6\u003c/span\u003eb). For the VQNN, the L-BFGS-B optimizer showed a quick initial descent followed by a slower plateau convergence, which is what you would expect from the quasi-Newton landscape of VQCs [\u003cspan citationid=\"CR64\" class=\"CitationRef\"\u003e64\u003c/span\u003e]. Convergence stability across all folds demonstrates that the hybrid architecture is not susceptible to catastrophic barren-plateau collapse given the selected 2-layer circuit depth and small-angle initialization.\u003c/p\u003e \u003cp\u003e \u003c/p\u003e \u003cp\u003e \u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec32\" class=\"Section2\"\u003e \u003ch2\u003e5.5 Predicted vs. Measured\u003c/h2\u003e \u003cp\u003eFigure\u0026nbsp;\u003cspan refid=\"Fig8\" class=\"InternalRef\"\u003e7\u003c/span\u003e presents the distinctive scatter patterns of each model and target. For Vs, classical models exhibit a similar fan-shaped dispersion that is in line with the heterogeneous soil conditions across the Austrian sites. The VQNN scatter exhibits a broader distribution, particularly at high Vs values, reflecting the limited expressibility of the 3-qubit circuit in this regime. For Ic SBT, all classical models demonstrate near-perfect 1:1 alignment as expected; however, VQNN mostly deviates at the SBT zone boundaries (Ic\u0026thinsp;\u0026asymp;\u0026thinsp;1.8 and \u0026asymp;\u0026thinsp;3.2), which is in line with the nonlinear classification boundaries that the 3-dimensional PCA subspace does not fully resolve.\u003c/p\u003e \u003cp\u003e \u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec33\" class=\"Section2\"\u003e \u003ch2\u003e5.6 Feature Importance and Sensitivity Analysis\u003c/h2\u003e \u003cp\u003eAccording to Fig.\u0026nbsp;\u003cspan refid=\"Fig9\" class=\"InternalRef\"\u003e8\u003c/span\u003e, the three most important predictors for Vs are depth (z), pore pressure parameters (u0, u2), and sleeve friction (fs). Cone tip resistance (qc) comes in fourth and fifth. This ranking aligns with the SHAP analysis conducted by Chala and Ray [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e], which identified overburden stress (σv) as the predominant feature (with a strong correlation between overburden stress and depth, r\u0026thinsp;=\u0026thinsp;1.00, as illustrated in Fig.\u0026nbsp;\u003cspan refid=\"Fig2\" class=\"InternalRef\"\u003e2\u003c/span\u003e of Chala and Ray [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e], followed by qc and fs. The alignment of feature rankings between our RF importance analysis and the SHAP-based analysis by Chala and Ray [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e] offers cross-method validation of the principal geomechanically determinants of Vs prediction.\u003c/p\u003e \u003cp\u003e \u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec34\" class=\"Section2\"\u003e \u003ch2\u003e5.7 Comparison with Published Benchmarks\u003c/h2\u003e \u003cp\u003eTable\u0026nbsp;\u003cspan refid=\"Tab4\" class=\"InternalRef\"\u003e4\u003c/span\u003e compares the Vs prediction results of the present study against the two most directly relevant published benchmarks on the same Oberhollenzer [\u003cspan citationid=\"CR19\" class=\"CitationRef\"\u003e19\u003c/span\u003e] Austrian CPT dataset. The apparent discrepancy between the near-perfect metrics reported by Chala and Ray [\u003cspan citationid=\"CR3\" class=\"CitationRef\"\u003e3\u003c/span\u003e] \u0026mdash; RF: R\u0026sup2; = 1.00, RMSE\u0026thinsp;=\u0026thinsp;0.96 m/s, MAPE\u0026thinsp;=\u0026thinsp;0.36% \u0026mdash; and the moderate performance observed in the present study and in Chala and Ray [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e] is entirely explained by the fundamental distinction between predicting \u003cb\u003eempirically derived\u003c/b\u003e versus \u003cb\u003edirectly measured\u003c/b\u003e Vs [\u003cspan citationid=\"CR1\" class=\"CitationRef\"\u003e1\u003c/span\u003e, \u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e]. Since Chala and Ray [\u003cspan citationid=\"CR3\" class=\"CitationRef\"\u003e3\u003c/span\u003e] computed Vs as a deterministic algebraic function of the same CPT inputs used for model training via the Robertson [\u003cspan citationid=\"CR1\" class=\"CitationRef\"\u003e1\u003c/span\u003e] empirical formula, their ML models effectively learned to recover a known closed-form equation rather than a genuine geophysical relationship, trivially yielding R\u0026sup2; \u0026asymp; 1.00 regardless of model type [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e]. By contrast, both the present study and Chala and Ray [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e] predict directly measured Vs from SCPT geophysical tests \u0026mdash; an intrinsically more challenging task because in-situ Vs is influenced by soil fabric, cementation, stress history, and seismic measurement uncertainty that are not encoded in standard CPT parameters [\u003cspan citationid=\"CR9\" class=\"CitationRef\"\u003e9\u003c/span\u003e, \u003cspan citationid=\"CR12\" class=\"CitationRef\"\u003e12\u003c/span\u003e, \u003cspan citationid=\"CR67\" class=\"CitationRef\"\u003e67\u003c/span\u003e] \u0026mdash; yielding R\u0026sup2; = 0.46\u0026ndash;0.48 (classical models, present study), R\u0026sup2; = 0.54 (XGBoost, [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e]), and R\u0026sup2; = 0.207 (VQNN, present study), collectively representing the current state-of-the-art for direct Vs prediction on this dataset. The modest performance gap between the present classical models and the XGBoost of Chala and Ray [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e] is attributable to differences in feature engineering: Chala and Ray [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e] computed interval-based means and coefficients of variation for CPT parameters at each Vs measurement depth, reducing within-interval noise, whereas the present study uses direct point measurements \u0026mdash; a simpler but noisier input representation [\u003cspan citationid=\"CR4\" class=\"CitationRef\"\u003e4\u003c/span\u003e]. The VQNN's lower R\u0026sup2; = 0.207 relative to the classical baselines reflects the compounding constraints of PCA dimensionality reduction (12% variance loss), subsampled training (200 observations per fold), and limited circuit impressibility (34 trainable parameters), rather than a fundamental limitation of the quantum methodology, and the positive R\u0026sup2; confirms that the quantum feature map extracts physically meaningful signal under these NISQ-era constraints [\u003cspan citationid=\"CR23\" class=\"CitationRef\"\u003e23\u003c/span\u003e, \u003cspan citationid=\"CR49\" class=\"CitationRef\"\u003e49\u003c/span\u003e, \u003cspan citationid=\"CR57\" class=\"CitationRef\"\u003e57\u003c/span\u003e].\u003c/p\u003e \u003cp\u003e \u003cdiv class=\"gridtable\"\u003e\u003ctable float=\"Yes\" id=\"Tab4\" border=\"1\"\u003e \u003ccaption language=\"En\"\u003e \u003cdiv class=\"CaptionNumber\"\u003eTable 4\u003c/div\u003e \u003cdiv class=\"CaptionContent\"\u003e \u003cp\u003eComparison of Vs prediction results with published benchmarks on the same dataset.\u003c/p\u003e \u003c/div\u003e \u003c/caption\u003e \u003ccolgroup cols=\"7\"\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c1\" colnum=\"1\"\u003e\u003c/div\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c2\" colnum=\"2\"\u003e\u003c/div\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c3\" colnum=\"3\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c4\" colnum=\"4\"\u003e\u003c/div\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c5\" colnum=\"5\"\u003e\u003c/div\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c6\" colnum=\"6\"\u003e\u003c/div\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c7\" colnum=\"7\"\u003e\u003c/div\u003e \u003cthead\u003e \u003ctr\u003e \u003cth align=\"left\" colname=\"c1\"\u003e \u003cp\u003eStudy\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c2\"\u003e \u003cp\u003eModel\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c3\"\u003e \u003cp\u003eVs type\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c4\"\u003e \u003cp\u003eR\u0026sup2;\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c5\"\u003e \u003cp\u003eRMSE\u003c/p\u003e \u003cp\u003e(m/s)\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c6\"\u003e \u003cp\u003eMAPE\u003c/p\u003e \u003cp\u003e(%)\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c7\"\u003e \u003cp\u003eKey note\u003c/p\u003e \u003c/th\u003e \u003c/tr\u003e \u003c/thead\u003e \u003ctbody\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eChala \u0026amp; Ray (2023)\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eRF\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003eDERIVED*\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e1.000\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c5\"\u003e \u003cp\u003e0.96\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c6\"\u003e \u003cp\u003e0.36\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c7\"\u003e \u003cp\u003eVₛ from Robertson (2009) formula\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eChala \u0026amp; Ray (2023)\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eXGBoost\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003eDERIVED*\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e1.000\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c5\"\u003e \u003cp\u003e1.86\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c6\"\u003e \u003cp\u003e0.94\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c7\"\u003e \u003cp\u003eSame derived Vₛ as RF\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eChala \u0026amp; Ray (2025)\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eXGBoost\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003eMEASURED\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.540\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c5\"\u003e \u003cp\u003e\u0026asymp;\u0026thinsp;62\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c6\"\u003e \u003cp\u003eN/A\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c7\"\u003e \u003cp\u003eMAE\u0026thinsp;=\u0026thinsp;41 m/s; SCPT/SCPTu data\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003e\u003cb\u003eThis study\u003c/b\u003e\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eRF\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003eMEASURED\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.478\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c5\"\u003e \u003cp\u003e53.99\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c6\"\u003e \u003cp\u003e16.94\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c7\"\u003e \u003cp\u003e5-fold CV; 1879 SCPT samples\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003e\u003cb\u003eThis study\u003c/b\u003e\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eANN\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003eMEASURED\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.484\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c5\"\u003e \u003cp\u003e53.69\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c6\"\u003e \u003cp\u003e17.37\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c7\"\u003e \u003cp\u003e5-fold CV; 1879 SCPT samples\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003e\u003cb\u003eThis study\u003c/b\u003e\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eGBM\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003eMEASURED\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.463\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c5\"\u003e \u003cp\u003e54.75\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c6\"\u003e \u003cp\u003e17.02\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c7\"\u003e \u003cp\u003e5-fold CV; 1879 SCPT samples\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003e\u003cb\u003eThis study\u003c/b\u003e\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eVQNN\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003eMEASURED\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.207\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c5\"\u003e \u003cp\u003e66.57\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c6\"\u003e \u003cp\u003e23.04\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c7\"\u003e \u003cp\u003e3-qubit; 200 training samples/fold\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003c/tbody\u003e \u003c/colgroup\u003e \u003c/table\u003e\u003c/div\u003e \u003c/p\u003e \u003cp\u003e*DERIVED: Vs not directly measured; computed from Robertson [\u003cspan citationid=\"CR1\" class=\"CitationRef\"\u003e1\u003c/span\u003e] empirical formula using CPT inputs \u0026mdash; explains trivially high R\u0026sup2;. MEASURED: Vs from SCPT/SCPTu geophysical measurements.\u003c/p\u003e \u003c/div\u003e"},{"header":"6. DISCUSSION","content":"\u003cdiv id=\"Sec36\" class=\"Section2\"\u003e \u003ch2\u003e6.1 Putting Vs Results in the Context of Published Work\u003c/h2\u003e \u003cp\u003eTable\u0026nbsp;\u003cspan refid=\"Tab4\" class=\"InternalRef\"\u003e4\u003c/span\u003e makes it very clear what our Vs results mean in context. The seeming contradiction that Chala and Ray [\u003cspan citationid=\"CR3\" class=\"CitationRef\"\u003e3\u003c/span\u003e] got R\u0026sup2; = 1.00 while this study and Chala and Ray [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e] got R\u0026sup2; \u0026asymp; 0.47\u0026ndash;0.54 on the same dataset is fully explained by the difference between derived and measured Vs. Predicting derived Vs resembles instructing a model to resolve a predetermined equation utilizing its inputs. This gives you almost perfect metrics, but it doesn't tell you much about how stiff the soil really is. The scientifically important job is to predict measured Vs from SCPT, and R\u0026sup2; values of 0.47\u0026ndash;0.54 are the best that can be done with this database. Our classical model results (R\u0026sup2; = 0.46\u0026ndash;0.48, MAE\u0026thinsp;=\u0026thinsp;35\u0026ndash;37 m/s) are close to the XGBoost benchmark from Chala and Ray [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e] (R\u0026sup2; = 0.54, MAE\u0026thinsp;=\u0026thinsp;41 m/s), even though they used a more complicated way of feature engineering (interval-based mean and coefficient of variation). The IA values reported here (0.80\u0026ndash;0.81) are in line with Chala and Ray's [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e] IA\u0026thinsp;=\u0026thinsp;0.84, which shows that the model behaves the same way in all implementations.\u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec37\" class=\"Section2\"\u003e \u003ch2\u003e6.2 Interpretation of VQNN Performance\u003c/h2\u003e \u003cp\u003eThe VQNN results must be interpreted under three compounding computational constraints: (i) PCA reduction from 9 to 3 features losing 12% of variance; (ii) 200-observation subsample per fold; and (iii) 18 trainable quantum weights. Under these conditions, R\u0026sup2; = 0.900 for I\u003csub\u003ec\u003c/sub\u003e SBT (A10\u0026thinsp;\u0026minus;\u0026thinsp;I\u0026thinsp;=\u0026thinsp;0.924, IA\u0026thinsp;=\u0026thinsp;0.973, KGE\u0026thinsp;=\u0026thinsp;0.936) is noteworthy. For V\u003csub\u003es\u003c/sub\u003e, R\u0026sup2; = 0.207 is a physically meaningful result \u0026mdash; the VQNN extracts genuine geotechnical signal from a severely constrained quantum feature space. On hardware devices with n\u003csub\u003eq\u003c/sub\u003e \u0026ge; 9 qubits, direct angle embedding of all features without PCA could substantially improve performance.\u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec38\" class=\"Section2\"\u003e \u003ch2\u003e6.3 Constraints and Comparison with SHAP-Based Interpretability\u003c/h2\u003e \u003cp\u003eChala and Ray [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e] utilized SHAP values for model interpretability, offering feature-level attribution for individual predictions; in contrast, this study employed RF-based permutation importance for sensitivity analysis. Both methods point to the same main predictors (depth/overburden, tip resistance, sleeve friction), which is a form of cross-method validation. Future implementations of VQNN should integrate SHAP analysis of the classical layers to elucidate the elements of the quantum feature representation that influence predictions.\u003c/p\u003e \u003cp\u003eAdditional limitations include: (i) the quantum circuit is simulated without noise; real NISQ hardware introduces gate errors and decoherence that would degrade performance; (ii) the Vs dataset is relatively small (n\u0026thinsp;=\u0026thinsp;1,879 SCPT samples), limiting model capacity\u0026mdash;Chala and Ray [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e] used 3,600 samples from 96 SCPT/SCPTu soundings through interval-based aggregation; (iii) there is no uncertainty quantification (similar to the Bayesian GLM credible intervals of Chala and Ray, [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e]) for VQNN predictions.\u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec39\" class=\"Section2\"\u003e \u003ch2\u003e6.4 Publishability and Future Directions\u003c/h2\u003e \u003cp\u003eThis study satisfies the three criteria for NISQ-era publication identified in the QML literature (Cerezo et al., 2021): (i) establishing domain-specific quantum model baselines; (ii) identifying problem characteristics favoring quantum approaches; and (iii) providing reproducible benchmarks. Future work should focus on: qubit-count scaling to nₒ \u0026ge; 9 (eliminating PCA); hardware-efficient ansatz designs [\u003cspan citationid=\"CR69\" class=\"CitationRef\"\u003e69\u003c/span\u003e]; data re-uploading (P\u0026eacute;rez-Salinas et al., 2020); quantum transfer learning [\u003cspan citationid=\"CR25\" class=\"CitationRef\"\u003e25\u003c/span\u003e]; Bayesian uncertainty quantification for VQNN outputs analogous to Chala and Ray [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e]; and SHAP-based interpretability of the classical-quantum interface layers.\u003c/p\u003e \u003c/div\u003e"},{"header":"7. CONCLUSIONS","content":"\u003cp\u003eThis study presents the first hybrid VQNN applied to CPT-based geotechnical prediction. The following conclusions are drawn:\u003c/p\u003e \u003cp\u003e \u003cb\u003e(1)\u003c/b\u003e The VQNN achieved R\u0026sup2; = 0.900, A10\u0026thinsp;\u0026minus;\u0026thinsp;I\u0026thinsp;=\u0026thinsp;0.924, SI\u0026thinsp;=\u0026thinsp;0.059 (good precision), IA\u0026thinsp;=\u0026thinsp;0.973, and KGE\u0026thinsp;=\u0026thinsp;0.936 for I\u003csub\u003ec\u003c/sub\u003e SBT prediction, closely approaching classical baselines despite operating on three principal components and 200 training samples per fold.\u003c/p\u003e \u003cp\u003e \u003cb\u003e(2)\u003c/b\u003e For directly measured V\u003csub\u003es\u003c/sub\u003e from SCPT data, classical models achieved R\u0026sup2; = 0.46\u0026ndash;0.48, RMSE\u0026thinsp;=\u0026thinsp;53.7\u0026ndash;54.8 m/s, MAPE\u0026thinsp;=\u0026thinsp;17.0\u0026ndash;17.4%, SI\u0026thinsp;\u0026asymp;\u0026thinsp;0.24 (fair precision), comparable to the XGBoost benchmark of Chala and Ray[\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e] (R\u0026sup2; = 0.54, MAE\u0026thinsp;=\u0026thinsp;41 m/s). The VQNN achieved R\u0026sup2; = 0.207 under severe computational constraints.\u003c/p\u003e \u003cp\u003e \u003cb\u003e(3)\u003c/b\u003e A critical methodological distinction is established: studies predicting empirically derived V\u003csub\u003es\u003c/sub\u003e (e.g., Chala and Ray, [\u003cspan citationid=\"CR3\" class=\"CitationRef\"\u003e3\u003c/span\u003e]; R\u0026sup2; = 1.00) are not directly comparable to studies predicting directly measured V\u003csub\u003es\u003c/sub\u003e from SCPT, as the former recover a deterministic algebraic function while the latter addresses a genuine geophysical regression problem.\u003c/p\u003e \u003cp\u003e \u003cb\u003e(4)\u003c/b\u003e Sensitivity analysis via RF importance and the SHAP analysis of Chala and Ray[\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e] converge on the same dominant predictors: depth/overburden stress, pore pressure, sleeve friction, and cone tip resistance. This cross-method agreement provides robust geomechanically validations.\u003c/p\u003e \u003cp\u003e \u003cb\u003e(5)\u003c/b\u003e RobustScaler normalization with fold-wise fitting effectively prevented data leakage. The eight-metric evaluation framework (R\u0026sup2;, RMSE, MAE, MAPE, A10\u0026thinsp;\u0026minus;\u0026thinsp;I, SI, IA, KGE) enables direct comparison with both Chala and Ray [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e, \u003cspan citationid=\"CR3\" class=\"CitationRef\"\u003e3\u003c/span\u003e].\u003c/p\u003e \u003cp\u003e \u003cb\u003e(6)\u003c/b\u003e Future work should address qubit-count scaling (n\u003csub\u003eq\u003c/sub\u003e \u0026ge; 9 to eliminate PCA), Bayesian uncertainty quantification for VQNN outputs, SHAP interpretability of the quantum-classical interface, and validation on independent SCPT datasets from different geological settings.\u003c/p\u003e"},{"header":"Declarations","content":"\u003cp\u003e \u003ch2\u003eConflicts of Interest:\u003c/h2\u003e \u003cp\u003eThe authors declare no conflict of interest.\u003c/p\u003e \u003c/p\u003e\u003ch2\u003eAuthor Contribution\u003c/h2\u003e\u003cp\u003eA.B. and B.C. conceived of the presented idea. A.B. developed the theory and performed the computations. All authors reviewed the manuscript.\u003c/p\u003e\u003ch2\u003eAcknowledgement\u003c/h2\u003e\u003cp\u003eThe authors acknowledges the open-source CPT database provided by Premstaller Geotechnik and Graz University of Technology, and the developers of the scikit-learn, NumPy, SciPy, and python-docx libraries. No external funding was received for this research.\u003c/p\u003e\u003ch2\u003eDATA AVAILABILITY STATEMENT\u003c/h2\u003e \u003cp\u003eThe CPT dataset is publicly available from Oberhollenzer et al. (2021) via the DesignSafe-CI repository (doi: \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003e10.1016/j.dib.2020.10\u003c/span\u003e\u003cspan address=\"10.1016/j.dib.2020.10\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e 6 618). The Python implementation of the hybrid VQNN state vector simulator and preprocessing pipeline are available from the corresponding author upon reasonable request.\u003c/p\u003e"},{"header":"References","content":"\u003col\u003e\u003cli\u003e\u003cspan\u003eRobertson, P.K.: Interpretation of cone penetration tests \u0026mdash; a unified approach. Https://DoiOrg/101139/T09-065 ;46:1337\u0026ndash;1355. \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1139/T09-065\u003c/span\u003e\u003cspan address=\"10.1139/T09-065\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e. (2009)\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eChala, A.T., Ray, R.: Uncertainty Quantification in Shear Wave Velocity Predictions: Integrating Explainable Machine Learning and Bayesian Inference. Applied Sciences. Vol 15, Page 1409 2025;15:1409. (2025). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.3390/APP15031409\u003c/span\u003e\u003cspan address=\"10.3390/APP15031409\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eChala, A.T., Ray, R.P.: Page 8286. Machine Learning Techniques for Soil Characterization Using Cone Penetration Test Data. Applied Sciences 2023, Vol 13, ;13:8286. (2023). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.3390/APP13148286\u003c/span\u003e\u003cspan address=\"10.3390/APP13148286\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eLunne, T., RPK: and PJJM. Cone Penetration Testing in Geotechnical Practice. Blackie Academic \u0026amp; Professional, Chapman \u0026amp; Hall, London (1997)\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eROBERTSON PK\u0026amp; CK, GUIDE TO CONE PENETRATION TESTING:: ACONCISE \u0026amp; PRACTICAL APPLICATIONS GUIDE. 7th edition. PK Robertson, Inc.; (2022)\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eSamui, B.D.: P. CPT-Based Data-Driven Approach for Soil Liquefaction Reliability Using Stacked Ensemble and Hybrid Optimization. Transportation Infrastructure Geotechnology 2026 13:4 2026;13:101-. \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1007/S40515-026-00865-Z\u003c/span\u003e\u003cspan address=\"10.1007/S40515-026-00865-Z\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eRobertson, P.K.: Cone penetration test (CPT)-based soil behaviour type (SBT) classification system \u0026mdash; an update. Https://DoiOrg/101139/Cgj-2016-0044 ;\u003cb\u003e53\u003c/b\u003e:1910\u0026ndash;1927. (2016). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1139/CGJ-2016-0044\u003c/span\u003e\u003cspan address=\"10.1139/CGJ-2016-0044\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eAndrus, R.D., Stokoe, K.H.: Liquefaction Resistance of Soils from Shear-Wave Velocity. Journal of Geotechnical and Geoenvironmental Engineering. ;126:1015\u0026ndash;25. (2000). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1061/(ASCE)1090-0241\u003c/span\u003e\u003cspan address=\"10.1061/(ASCE)1090-0241\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e(2000)126:11(1015)\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eMayne, P.W.: In-Situ Test Calibrations for Evaluating Soil Parameters. Characterisation Eng. Prop. Nat. Soils. \u003cb\u003e3\u0026ndash;4\u003c/b\u003e, 1601\u0026ndash;1652 (2006). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1201/NOE0415426916.CH2\u003c/span\u003e\u003cspan address=\"10.1201/NOE0415426916.CH2\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eAndrus, R., Mohanan, N., Piratheepan, P., Ellis, B., Holzer, T.: PREDICTING SHEAR-WAVE VELOCITY FROM CONE PENETRATION RESISTANCE (2007)\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eHegazy, Y.A., Mayne, P.W.: Statistical correlations between Vs and cone penetration data for different soil types. Proc. CPT\u0026rsquo;95, Linkoping, Sweden: pp. 173\u0026ndash;8. (1995)\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eWair, B.R., DJT, ST:,. Guidelines for Estimation of Shear Wave Velocity, PEER Report. UC Berkeley: (2012)\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eGoh, A.T.C.: Seismic Liquefaction Potential Assessed by Neural Networks. J. Geotech. Eng. \u003cb\u003e120\u003c/b\u003e, 1467\u0026ndash;1480 (1994). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1061/(ASCE)0733-\u003c/span\u003e\u003cspan address=\"10.1061/(ASCE)0733-\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e 9410(1994)120:9(1467)\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eZhang, W., Goh, A.T.C., Zhang, W., Goh, A.T.C.: Multivariate adaptive regression splines and neural network models for prediction of pile drivability. Geoscience Frontiers, Vol 7, Issue 1, Pages: 45\u0026ndash;52 2016;7:45\u0026ndash;52. (2016). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1016/J.GSF.2014.10.003\u003c/span\u003e\u003cspan address=\"10.1016/J.GSF.2014.10.003\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eSamui, P.: Determination of Friction Capacity of Driven Pile in Clay Using Gaussian Process Regression (GPR), and Minimax Probability Machine Regression (MPMR). Geotech. Geol. Eng. \u003cb\u003e37\u003c/b\u003e, 4643\u0026ndash;4647 (2019). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1007/S10706-019-00928-8\u003c/span\u003e\u003cspan address=\"10.1007/S10706-019-00928-8\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eTaha, O.M.E., Majeed, Z.H., Ahmed, S.M.: Artificial Neural Network Prediction Models for Maximum Dry Density and Optimum Moisture Content of Stabilized Soils. Transportation Infrastructure Geotechnology 2018;5. \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1007/s40515-018-0053-2\u003c/span\u003e\u003cspan address=\"10.1007/s40515-018-0053-2\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eNguyen, T.T.N., Do, D.P., Vu, M.N., Tran, N.H., Pham, D.T., Nguyen-Sy, T.: Artificial-Intelligence-Assisted Uncertainty Quantification and Reliability-Based Optimization of Deep Tunnel Liner Systems in Rock Formation With Time-Dependent Behavior. Transp. Infrastructure Geotechnology 2026 \u003cb\u003e13\u003c/b\u003e:4 2026;13:80-. \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1007/S40515-026-00849-Z\u003c/span\u003e\u003cspan address=\"10.1007/S40515-026-00849-Z\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eDoğru, A., Baker, M.R., Buyrukoğlu, S.: Surface Crack Detection Using Deep Learning and Stacking Ensemble. Studies in Systems. Decis. Control. \u003cb\u003e643\u003c/b\u003e, 277\u0026ndash;295 (2026). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1007/978-3-032-07738-7_13\u003c/span\u003e\u003cspan address=\"10.1007/978-3-032-07738-7_13\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eOberhollenzer, S., Premstaller, M., Marte, R., Tschuchnigg, F., Erharter, G.H., Marcher, T.: Cone penetration test dataset Premstaller Geotechnik. Data Brief 2021;34. \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1016/j.dib.2020.106618\u003c/span\u003e\u003cspan address=\"10.1016/j.dib.2020.106618\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eRauter, S., Tschuchnigg, F., Jaksa, M., Liu, Z.: CPT Data Interpretation Employing Different Machine Learning Techniques. Geosciences 2021, Vol 11, Page 265. ;11:265. (2021). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.3390/GEOSCIENCES11070265\u003c/span\u003e\u003cspan address=\"10.3390/GEOSCIENCES11070265\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eYang, Z., Liu, X., Guo, L., Cui, Y., Su, X., Ling, X.: Soil Classification and Site Variability Analysis Based on CPT\u0026mdash;A Case Study in the Yellow River Subaquatic Delta, China. J. Mar. Sci. Eng. 2021. \u003cb\u003e9\u003c/b\u003e, 9:431 (Page 431 2021). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.3390/JMSE9040431\u003c/span\u003e\u003cspan address=\"10.3390/JMSE9040431\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eSchuld, M., Petruccione, F.: Machine Learning with Quantum Computers 2021. \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1007/978-3-030-83098-4\u003c/span\u003e\u003cspan address=\"10.1007/978-3-030-83098-4\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eCerezo, M., Arrasmith, A., Babbush, R., Benjamin, S.C., Endo, S., Fujii, K., et al.: Variational quantum algorithms. Nat. Reviews Phys. 2021. \u003cb\u003e3\u003c/b\u003e, 9 (2021). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1038/s42254-021-00348-9\u003c/span\u003e\u003cspan address=\"10.1038/s42254-021-00348-9\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eMitarai, K., Negoro, M., Kitagawa, M., Fujii, K.: Quantum Circuit Learning. Phys. Rev. (Coll Park). 98 (2019). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1103/PhysRevA.98.032309\u003c/span\u003e\u003cspan address=\"10.1103/PhysRevA.98.032309\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eMari, A., Bromley, T.R., Izaac, J., Schuld, M., Killoran, N.: Transfer learning in hybrid classical-quantum neural networks. Quantum. \u003cb\u003e4\u003c/b\u003e, 340 (2020). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.22331/q-2020-10-09-340\u003c/span\u003e\u003cspan address=\"10.22331/q-2020-10-09-340\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eDrias, Y., Siouane, A.E., \u0026Ccedil;akar, T.: Quantum Recurrent Neural Networks for Soil Profiles Prediction in T\u0026uuml;rkiye :120\u0026ndash;133. (2024). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1007/978-3-031-59318-5_10\u003c/span\u003e\u003cspan address=\"10.1007/978-3-031-59318-5_10\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eLong, C., Huang, M., Ye, X., Futamura, Y., Sakurai, T.: Hybrid quantum-classical-quantum convolutional neural networks. Sci. Rep. 2025 \u003cb\u003e15\u003c/b\u003e:1 2025;15:31780-. \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1038/s41598-025-13417-1\u003c/span\u003e\u003cspan address=\"10.1038/s41598-025-13417-1\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eRen, M., Chen, Y.-C., Ye, Y., Hsieh, M.-H., Hu, A., Hsieh, C.-Y.: A Neural-Guided Variational Quantum Algorithm for Efficient Sign Structure Learning in Hybrid Architectures 2026.\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003ePloennigs, J., Smarsly, K., Berger, M., Dragos, K., Kliesch, M.: Quantum and quantum-inspired computing in civil engineering. Adv. Eng. Inform. \u003cb\u003e69\u003c/b\u003e, 103960 (2026). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1016/J.AEI.2025.103960\u003c/span\u003e\u003cspan address=\"10.1016/J.AEI.2025.103960\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eChala, A.T., Ray, R.: Uncertainty Quantification in Shear Wave Velocity Predictions: Integrating Explainable Machine Learning and Bayesian Inference. Applied Sciences. Vol 15, Page 1409 2025;15:1409. (2025). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.3390/APP15031409\u003c/span\u003e\u003cspan address=\"10.3390/APP15031409\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eChala, A.T., Ray, R.P.: Page 8286. Machine Learning Techniques for Soil Characterization Using Cone Penetration Test Data. Applied Sciences 2023, Vol 13, ;13:8286. (2023). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.3390/APP13148286\u003c/span\u003e\u003cspan address=\"10.3390/APP13148286\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eCawley, G.C., Talbot, N.L.C.: On Over-fitting in Model Selection and Subsequent Selection Bias in Performance Evaluation. J. Mach. Learn. Res. (2010). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.5555/1756006.1859921\u003c/span\u003e\u003cspan address=\"10.5555/1756006.1859921\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eArlot, S., Celisse, A.: A survey of cross-validation procedures for model selection. Https://DoiOrg/101214/09-SS054 ;4:40\u0026ndash;79. \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1214/09-SS054\u003c/span\u003e\u003cspan address=\"10.1214/09-SS054\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e. (2010)\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eKaufman, S., Rosset, S., Perlich, C., Stitelman, O.: Leakage in data mining. ACM Transactions on Knowledge Discovery from Data (TKDD) 2012;6. \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1145/2382577.2382579\u003c/span\u003e\u003cspan address=\"10.1145/2382577.2382579\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eDemšarJanez: Statistical Comparisons of Classifiers over Multiple Data Sets. J. Mach. Learn. Res. (2006). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.5555/1248547.1248548\u003c/span\u003e\u003cspan address=\"10.5555/1248547.1248548\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eHastie, T., Tibshirani, R., Friedman, J.: The Elements of Statistical Learning. (2009). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1007/978-0-387-84858-7\u003c/span\u003e\u003cspan address=\"10.1007/978-0-387-84858-7\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eKohavi, R.: A Study of Cross-Validation and Bootstrap for Accuracy Estimation and Model Selection. International Joint Conference on Artificial Intelligence. (1995)\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eNagelkerke, N.J.D.: A note on a general definition of the coefficient of determination. Biometrika. \u003cb\u003e78\u003c/b\u003e, 691\u0026ndash;692 (1991). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1093/BIOMET/78.3.691\u003c/span\u003e\u003cspan address=\"10.1093/BIOMET/78.3.691\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eZhao, T., Shen, F., Xu, L.: Review and comparison of machine learning methods in developing optimal models for predicting geotechnical properties with consideration of feature selection. Soils Found. \u003cb\u003e64\u003c/b\u003e, 101523 (2024). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1016/J.SANDF.2024.101523\u003c/span\u003e\u003cspan address=\"10.1016/J.SANDF.2024.101523\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eChicco, D., Warrens, M.J., Jurman, G.: The coefficient of determination R-squared is more informative than SMAPE, MAE, MAPE, MSE and RMSE in regression analysis evaluation. PeerJ Comput. Sci. \u003cb\u003e7\u003c/b\u003e, 1\u0026ndash;24 (2021). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.7717/PEERJ-CS.623/SUPP-1\u003c/span\u003e\u003cspan address=\"10.7717/PEERJ-CS.623/SUPP-1\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eWillmott, C.J., Matsuura, K.: Advantages of the mean absolute error (MAE) over the root mean square error (RMSE) in assessing average model performance. Clim. Res. \u003cb\u003e30\u003c/b\u003e, 79\u0026ndash;82 (2005). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.3354/CR030079\u003c/span\u003e\u003cspan address=\"10.3354/CR030079\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eHyndman, R.J., Koehler, A.B.: Another look at measures of forecast accuracy. Int. J. Forecast. \u003cb\u003e22\u003c/b\u003e, 679\u0026ndash;688 (2006). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1016/J.IJFORECAST.2006.03.001\u003c/span\u003e\u003cspan address=\"10.1016/J.IJFORECAST.2006.03.001\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eXu, H., Zhou, J., Asteris, P.G., Armaghani, D.J., Tahir, M.M.: Supervised Machine Learning Techniques to the Prediction of Tunnel Boring Machine Penetration Rate. Applied Sciences. Vol 9, Page 3715 2019;9:3715. (2019). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.3390/APP9183715\u003c/span\u003e\u003cspan address=\"10.3390/APP9183715\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eHajihassani, M., Abdullah, S.S., Asteris, P.G., Armaghani, D.J.: A Gene Expression Programming Model for Predicting Tunnel Convergence. Appl. Sci. 2019. \u003cb\u003e9\u003c/b\u003e, 9:4650 (Page 4650 2019). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.3390/APP9214650\u003c/span\u003e\u003cspan address=\"10.3390/APP9214650\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eMeredith, J.S., Sisneros, R., Pugmire, D., Ahern, S.: A distributed data-parallel framework for analysis and visualization algorithm development. ACM International Conference Proceeding Series 2012:11\u0026ndash;9. \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1145/2159430.2159432\u003c/span\u003e\u003cspan address=\"10.1145/2159430.2159432\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e;JOURNAL:JOURNAL:ACMCONFERENCES;PAGEGROUP:STRING:PUBLICATION\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eWillmott, C.J., ON THE VALIDATION OF, MODELS: Phys. Geogr. \u003cb\u003e2\u003c/b\u003e, 184\u0026ndash;194 (1981). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1080/02723646.1981.10642213\u003c/span\u003e\u003cspan address=\"10.1080/02723646.1981.10642213\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eLegates, D.R., McCabe, G.J.: Evaluating the use of goodness-of-fit measures in hydrologic and hydroclimatic model validation. Water Resour. Res. \u003cb\u003e35\u003c/b\u003e, 233\u0026ndash;241 (1999). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1029/1998WR900018\u003c/span\u003e\u003cspan address=\"10.1029/1998WR900018\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e ;CTYPE:STRING:JOURNAL\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eGupta, H.V., Kling, H., Yilmaz, K.K., Martinez, G.F.: Decomposition of the mean squared error and NSE performance criteria: Implications for improving hydrological modelling. J. Hydrol. (Amst). \u003cb\u003e377\u003c/b\u003e, 80\u0026ndash;91 (2009). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1016/J.JHYDROL.2009.08.003\u003c/span\u003e\u003cspan address=\"10.1016/J.JHYDROL.2009.08.003\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eKnoben, W.J.M., Freer, J.E., Woods, R.A.: Technical note: Inherent benchmark or not? Comparing Nash-Sutcliffe and Kling-Gupta efficiency scores. Hydrol. Earth Syst. Sci. \u003cb\u003e23\u003c/b\u003e, 4323\u0026ndash;4331 (2019). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.5194/HESS-23-4323-2019\u003c/span\u003e\u003cspan address=\"10.5194/HESS-23-4323-2019\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eRaheem, A.M., Naser, I.J., Ibrahim, M.O., Omar, N.Q.: Inverse distance weighted (IDW) and kriging approaches integrated with linear single and multi-regression models to assess particular physico-consolidation soil properties for Kirkuk city. Model. Earth Syst. Environ. 2023. \u003cb\u003e9\u003c/b\u003e, 4 (2023). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1007/S40808-023-01730-5\u003c/span\u003e\u003cspan address=\"10.1007/S40808-023-01730-5\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003ePreskill, J.: Quantum Computing in the NISQ era and beyond. Quantum. \u003cb\u003e2\u003c/b\u003e, 79 (2018). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.22331/q-2018-08-06-79\u003c/span\u003e\u003cspan address=\"10.22331/q-2018-08-06-79\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eCerezo, M., Arrasmith, A., Babbush, R., Benjamin, S.C., Endo, S., Fujii, K., et al.: Variational quantum algorithms. Nat. Reviews Phys. 2021. \u003cb\u003e3\u003c/b\u003e, 9 (2021). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1038/s42254-021-00348-9\u003c/span\u003e\u003cspan address=\"10.1038/s42254-021-00348-9\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eBiamonte, J., Wittek, P., Pancotti, N., Rebentrost, P., Wiebe, N., Lloyd, S.: Quantum Mach. Learn. Nat. \u003cb\u003e549\u003c/b\u003e, 195\u0026ndash;202 (2018). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1038/nature23474\u003c/span\u003e\u003cspan address=\"10.1038/nature23474\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eDu, Y., Hsieh, M.H., Liu, T., Tao, D.: Expressive power of parametrized quantum circuits. Phys. Rev. Res. \u003cb\u003e2\u003c/b\u003e, 033125 (2020). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1103/PhysRevResearch.2.033125\u003c/span\u003e\u003cspan address=\"10.1103/PhysRevResearch.2.033125\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eMari, A., Bromley, T.R., Izaac, J., Schuld, M., Killoran, N.: Transfer learning in hybrid classical-quantum neural networks. Quantum 2020;4. \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.22331/q-2020-10-09-340\u003c/span\u003e\u003cspan address=\"10.22331/q-2020-10-09-340\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eHavl\u0026iacute;ček, V., C\u0026oacute;rcoles, A.D., Temme, K., Harrow, A.W., Kandala, A., Chow, J.M., et al.: Supervised learning with quantum-enhanced feature spaces. Nat. 2019. \u003cb\u003e567\u003c/b\u003e, 7747 (2019). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1038/s41586-019-0980-2\u003c/span\u003e\u003cspan address=\"10.1038/s41586-019-0980-2\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eSchuld, M., Killoran, N.: Quantum Machine Learning in Feature Hilbert Spaces. Phys. Rev. Lett. \u003cb\u003e122\u003c/b\u003e, 040504 (2019). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1103/PhysRevLett.122.040504\u003c/span\u003e\u003cspan address=\"10.1103/PhysRevLett.122.040504\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eP\u0026eacute;rez-Salinas, A., Cervera-Lierta, A., Gil-Fuster, E., Latorre, J.I.: Data re-uploading for a universal quantum classifier. Quantum. \u003cb\u003e4\u003c/b\u003e, 226 (2020). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.22331/q-2020-02-06-226\u003c/span\u003e\u003cspan address=\"10.22331/q-2020-02-06-226\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eSchuld, M., Sweke, R., Meyer, J.J.: The effect of data encoding on the expressive power of variational quantum machine learning models. Phys. Rev. (Coll Park). 103 (2021). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1103/PhysRevA.103.032430\u003c/span\u003e\u003cspan address=\"10.1103/PhysRevA.103.032430\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eGoyal, A., Bengio, Y.: Inductive Biases for Deep Learning of Higher-Level Cognition. Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences 2020;478. \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1098/rspa.2021.0068\u003c/span\u003e\u003cspan address=\"10.1098/rspa.2021.0068\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eBenedetti, M., Lloyd, E., Sack, S., Fiorentini, M.: Parameterized quantum circuits as machine learning models. Quantum Sci. Technol. 2019;4. \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1088/2058-9565/ab4eb5\u003c/span\u003e\u003cspan address=\"10.1088/2058-9565/ab4eb5\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eNielsen, M.A., Chuang, I.L.: Quantum Computation and Quantum Information: 10th Anniversary Edition. Quantum Computation and Quantum Information 2010. \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1017/CBO9780511976667\u003c/span\u003e\u003cspan address=\"10.1017/CBO9780511976667\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eSim, S., Johnson, P.D., Aspuru-Guzik, A.: Expressibility and entangling capability of parameterized quantum circuits for hybrid quantum-classical algorithms. Adv. Quantum Technol. 2019;2. \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1002/qute.201900070\u003c/span\u003e\u003cspan address=\"10.1002/qute.201900070\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eShende, V.V., Markov, I.L., Bullock, S.S.: Minimal Universal Two-qubit Quantum Circuits. Phys. Rev. A. 69 (2004). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1103/PhysRevA.69.062321\u003c/span\u003e\u003cspan address=\"10.1103/PhysRevA.69.062321\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eLiu, D.C., Nocedal, J.: On the limited memory BFGS method for large scale optimization. Math. Program. \u003cb\u003e45\u003c/b\u003e, 503\u0026ndash;528 (1989). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1007/BF01589116/METRICS\u003c/span\u003e\u003cspan address=\"10.1007/BF01589116/METRICS\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eByrd, R.H., Lu, P., Nocedal, J., Zhu, C.: A Limited Memory Algorithm for Bound Constrained Optimization. SIAM J. Sci. Comput. \u003cb\u003e16\u003c/b\u003e, 1190\u0026ndash;1208 (1995). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1137/0916069\u003c/span\u003e\u003cspan address=\"10.1137/0916069\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eMcClean, J.R., Boixo, S., Smelyanskiy, V.N., Babbush, R., Neven, H.: Barren plateaus in quantum neural network training landscapes. Nat. Commun. 2018 \u003cb\u003e9\u003c/b\u003e:1 2018;9:4812-. \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1038/s41467-018-07090-4\u003c/span\u003e\u003cspan address=\"10.1038/s41467-018-07090-4\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eGrant, E., Ostaszewski, M., Wossnig, L., Benedetti, M.: An initialization strategy for addressing barren plateaus in parametrized quantum circuits. Quantum. \u003cb\u003e3\u003c/b\u003e, 214 (2019). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.22331/q-2019-12-09-214\u003c/span\u003e\u003cspan address=\"10.22331/q-2019-12-09-214\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eBergholm, V., Izaac, J., Schuld, M., Gogolin, C., Ahmed, S., Ajith, V., et al.: PennyLane: Automatic differentiation of hybrid quantum-classical computations. (2018)\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eGriffiths, S.C., Cox, B.R., Rathje, E.M., Teague, D.P.: Surface-Wave Dispersion Approach for Evaluating Statistical Models That Account for Shear-Wave Velocity Uncertainty. J. Geotech. GeoEnviron. Eng. \u003cb\u003e142\u003c/b\u003e, 04016061 (2016). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1061/(ASCE)GT.1943-5606.0001552\u003c/span\u003e\u003cspan address=\"10.1061/(ASCE)GT.1943-5606.0001552\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eKandala, A., Mezzacapo, A., Temme, K., Takita, M., Brink, M., Chow, J.M., et al.: Hardware-efficient variational quantum eigensolver for small molecules and quantum magnets. Nat. 2017. \u003cb\u003e549\u003c/b\u003e, 7671 (2017). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.1038/nature23879\u003c/span\u003e\u003cspan address=\"10.1038/nature23879\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eP\u0026eacute;rez-Salinas, A., Cervera-Lierta, A., Gil-Fuster, E., Latorre, J.I.: Data re-uploading for a universal quantum classifier. Quantum. \u003cb\u003e4\u003c/b\u003e, 226 (2020). \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://doi.org/10.22331/q-2020-02-06-226\u003c/span\u003e\u003cspan address=\"10.22331/q-2020-02-06-226\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e\u003c/ol\u003e"}],"fulltextSource":"","fullText":"","funders":[],"hasAdminPriorityOnWorkflow":false,"hasManuscriptDocX":true,"hasOptedInToPreprint":true,"hasPassedJournalQc":"","hasAnyPriority":false,"hideJournal":true,"highlight":"","institution":"","isAcceptedByJournal":false,"isAuthorSuppliedPdf":false,"isDeskRejected":"","isHiddenFromSearch":false,"isInQc":false,"isInWorkflow":false,"isPdf":false,"isPdfUpToDate":true,"isWithdrawnOrRetracted":false,"journal":{"display":true,"email":"
[email protected]","identity":"researchsquare","isNatureJournal":false,"hasQc":true,"allowDirectSubmit":true,"externalIdentity":"","sideBox":"","snPcode":"","submissionUrl":"/submission","title":"Research Square","twitterHandle":"researchsquare","acdcEnabled":true,"dfaEnabled":false,"editorialSystem":"","reportingPortfolio":"","inReviewEnabled":false,"inReviewRevisionsEnabled":true},"keywords":"Variational Quantum Neural Network, Cone Penetration Test, Shear Wave Velocity, Soil Behavior Type, Machine Learning, Quantum Computing, Geotechnical Engineering, SHAP Analysis, Uncertainty Quantification","lastPublishedDoi":"10.21203/rs.3.rs-9524786/v1","lastPublishedDoiUrl":"https://doi.org/10.21203/rs.3.rs-9524786/v1","license":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/"},"manuscriptAbstract":"\u003cp\u003eThis research introduces the inaugural utilization of a Hybrid Variational Quantum-Classical Neural Network (VQNN) for geotechnical site characterization utilizing Cone Penetration Test (CPT) data. A substantial CPT database containing 2,516,979 measurement records from various locations in Austria was analyzed to forecast two geotechnical parameters: directly measured shear wave velocity (Vs) from seismic CPT (SCPT) tests and the Robertson [\u003cspan citationid=\"CR1\" class=\"CitationRef\"\u003e1\u003c/span\u003e] Soil Behavior Type index (Ic SBT). The hybrid architecture combines a 3-qubit parameterized quantum circuit that uses angle embedding and strongly entangling layers with classical neural network layers for pre- and post-processing. The whole thing is trained end-to-end was adopted using L-BFGS-B optimization on a PCA-reduced feature space. Five-fold cross-validation and eight evaluation metrics (R\u0026sup2;, RMSE, MAE, MAPE, A10\u0026thinsp;\u0026minus;\u0026thinsp;I, SI, IA, KGE) to compare the performance of three classical ML models: a Multi-Layer Perceptron (ANN), a Random Forest (RF), and a Gradient Boosting Machine (GBM). For Ic SBT, all classical models reached almost perfect accuracy (R\u0026sup2; \u0026ge; 0.999), but the VQNN only reached R\u0026sup2; = 0.900 (RMSE\u0026thinsp;=\u0026thinsp;0.149, MAPE\u0026thinsp;=\u0026thinsp;4.23%, A10\u0026thinsp;\u0026minus;\u0026thinsp;I\u0026thinsp;=\u0026thinsp;0.924). For directly measured Vs, all models showed moderate performance (R\u0026sup2; = 0.21\u0026ndash;0.48, RMSE\u0026thinsp;=\u0026thinsp;54\u0026ndash;67 m/s), which is in line with what Chala and Ray [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e] found for measured Vs using XGBoost (R\u0026sup2; = 0.54, MAE\u0026thinsp;=\u0026thinsp;41 m/s) and much lower than what they found for studies that predicted empirically derived Vs [\u003cspan citationid=\"CR3\" class=\"CitationRef\"\u003e3\u003c/span\u003e]. Permutation importance and RF impurity importance were used for sensitivity analysis. They showed that depth, pore pressure, and sleeve friction were the most important predictors of Vₛ. The findings confirm VQNN as a promising novel methodology for geotechnical regression in the NISQ era.\u003c/p\u003e","manuscriptTitle":"Hybrid Variational Quantum-Classical Neural Networks for CPT-Based Prediction of Shear Wave Velocity and Soil Behavior Type Index: A Sanity Check Study with Ensemble and Deep Learning Methods","msid":"","msnumber":"","nonDraftVersions":[{"code":1,"date":"2026-05-06 11:11:49","doi":"10.21203/rs.3.rs-9524786/v1","editorialEvents":[{"type":"communityComments","content":0}],"status":"published","journal":{"display":true,"email":"
[email protected]","identity":"researchsquare","isNatureJournal":false,"hasQc":true,"allowDirectSubmit":true,"externalIdentity":"","sideBox":"","snPcode":"","submissionUrl":"/submission","title":"Research Square","twitterHandle":"researchsquare","acdcEnabled":true,"dfaEnabled":false,"editorialSystem":"","reportingPortfolio":"","inReviewEnabled":false,"inReviewRevisionsEnabled":true}}],"origin":"","ownerIdentity":"8360e850-81ff-4ba7-9092-c1396c312150","owner":[],"postedDate":"May 6th, 2026","published":true,"recentEditorialEvents":[{"type":"decision","content":"Revision requested","date":"2026-05-04T06:32:07+00:00","index":"","fulltext":""},{"type":"editorInvitedReview","content":"","date":"2026-05-04T05:23:11+00:00","index":7,"fulltext":""}],"rejectedJournal":[],"revision":"","amendment":"","status":"posted","subjectAreas":[],"tags":[],"updatedAt":"2026-05-19T06:24:19+00:00","versionOfRecord":[],"versionCreatedAt":"2026-05-06 11:11:49","video":"","vorDoi":"","vorDoiUrl":"","workflowStages":[]},"version":"v1","identity":"rs-9524786","journalConfig":"researchsquare"},"__N_SSP":true},"page":"/article/[identity]/[[...version]]","query":{"redirect":"/article/rs-9524786","identity":"rs-9524786","version":["v1"]},"buildId":"XKTyCvWXoU3ODBz1xrDgd","isFallback":false,"isExperimentalCompile":false,"dynamicIds":[84888],"gssp":true,"scriptLoader":[]}
Text is read by the "Ask this paper" AI Q&A widget below.
Extraction quality varies by source — PMC NXML preserves structure
cleanly, OA-HTML may include some navigation residue, and OA-PDF can
have broken hyphenation. The publisher copy
(via DOI)
is the canonical version.