相关实验视频
Updated: May 28, 2025

09:17
Surrogate Model Development for Digital Experiments in Welding
Published on: March 28, 2025
672
使用XGBoost和Leave-One-Out交叉验证预测 (n,3n) 核反应截面
Yiğit Ali Üncü1, Taner Danışman2, Hasan Özdoğan3
1Akdeniz University, Vocational School of Technical Sciences, Department of Biomedical Equipment Technology, 07070, Antalya, Turkey.
概括
本研究介绍了一种XGBoost机器学习模型,用于精确的核反应截面预测. 该模型准确地预测了 (n,3n) 反应截面,超过了传统方法.
科学领域:
- 核物理 核物理 核物理
- 计算科学 计算科学
- 材料科学 材料科学 材料科学
背景情况:
- 准确预测核反应截面对于核医学,能源和材料科学至关重要.
- 现有的理论和经验方法在预测这些截面方面存在局限性.
研究的目的:
- 开发一个强大的机器学习模型来预测 (n,3n) 核反应截面.
- 为了利用XGBoost算法提高预测准确度.
主要方法:
- 使用了实验横截面值的综合数据集.
- 员工休假一次性交叉验证 (LOOCV) 用于特征选择和超参数优化.
- 通过规范化值和处理缺失数据来准备数据,以便进行可靠的模型训练.
主要成果:
- XGBoost模型在预测 (n,3n) 核反应截面方面表现出高准确度.
- 评估模型性能使用平均平方误差 (MSE),平均绝对误差 (MAE) 和减少Chi-Square.
- 将XGBoost的预测与TALYS 1.95,TENDL和现象学模型进行了比较,显示了更好的准确性.
结论:
- 机器学习,特别是XGBoost,提供了一种强大的方法来克服核数据分析的局限性.
- 开发的模型提供了准确的预测,推进了核反应截面分析领域.
相关概念视频
Prediction Intervals
2.2K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
2.2K
Multiple Regression
2.9K
Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
2.9K
Quantifying and Rejecting Outliers: The Grubbs Test
1.4K
Sometimes, a data set can have a recorded numerical observation that greatly deviates from the rest of the data. Assuming that the data is normally distributed, a statistical method called the Grubbs test can be used to determine whether the observation is truly an outlier. To perform a two-tailed Grubbs test, first, calculate the absolute difference between the outlier and the mean. Then, calculate the ratio between this difference and the standard deviation of the sample. This...
1.4K
Regression Analysis
5.5K
Regression analysis is a statistical tool that describes a mathematical relationship between a dependent variable and one or more independent variables.
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
5.5K
Residuals and Least-Squares Property
7.3K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
7.3K
Survival Tree
52
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a...
Building a Survival Tree
Constructing a...
52

