Yield Strength Prediction Using Machine Learning

Version 1.0.1 (5,86 ko) par Besim Ali
Machine learning workflow for predicting yield strength using Linear, SVR, Random Forest and Gradient Boosting models in MATLAB.
7 téléchargements
Mise à jour 13 fév. 2026

Afficher la licence

This project provides a clear and reproducible MATLAB workflow for predicting yield strength (Sy) of engineering materials using machine learning techniques.
The script performs:
- Data cleaning and preprocessing
- One-hot encoding of categorical variables
- 80/20 holdout validation
- Model training and comparison
Implemented models:
• Linear Regression (Ridge)
• Support Vector Regression (Bayesian optimization)
• Random Forest (TreeBagger)
• Gradient Boosting (LSBoost)
Performance is evaluated using MAE, RMSE, and R² metrics.
A simple ablation experiment is also included to analyze feature influence.
This work was developed as part of a machine learning training program. The code is intentionally written as a readable baseline implementation suitable for educational use and model comparison.

Citation pour cette source

Besim Ali, Dr Mert Akın İnsel (2026). Yield Strength Prediction Using Machine Learning (MATLAB) (https://www.mathworks.com/matlabcentral/fileexchange/<...>), MATLAB Central File Exchange. Retrieved February 13, 2026.

Compatibilité avec les versions de MATLAB
Créé avec R2025b
Compatible avec les versions R2021a et ultérieures
Plateformes compatibles
Windows macOS Linux
Version Publié le Notes de version
1.0.1

Title updated

1.0.0