Review paper on concrete mix design optimization using machine learning based algorithm

Open Access

Year : 2024 | Volume : | : | Page : –
By

Vaddeswaram Sangeetha

P Poluraju

  1. Research Scholar , Department of Civil Engineering, KLEF University Andhra Pradesh India
  2. Professor Department of Civil Engineering, KLEF University Andhra Pradesh India

Abstract

Concrete is an essential part of most construction works in civil engineering. The mix design of concrete is usually specified in terms of prescription or performance-based approach. One of the most important procedures is proportioning the concrete mix, which requires taking several safety precautions to get the proper amounts of elements like cement, aggregate, water, and admixtures. The current study offers a thorough analysis of the Artificial Neural Networks (ANN) Model’s suitability for approximating concrete design mix proportioning. The paper also investigates the research void on machine learning algorithm optimization of concrete mix design. Four input parameters, including cement, sand, coarse aggregate, and water, form the basis of the suggested ANN model. It is anticipated that the suggested concrete mix proportion design will decrease the number of experiments conducted in the field and the laboratory, save labor and material costs, and shorten turnaround times while offering increased accuracy. The concrete design is expected to have higher durability and hence is economical.

Keywords: Optimization, Artificial Neural Network, Concrete mix Design

How to cite this article: Vaddeswaram Sangeetha, P Poluraju. Review paper on concrete mix design optimization using machine learning based algorithm. Journal of Polymer and Composites. 2024; ():-.
How to cite this URL: Vaddeswaram Sangeetha, P Poluraju. Review paper on concrete mix design optimization using machine learning based algorithm. Journal of Polymer and Composites. 2024; ():-. Available from: https://journals.stmjournals.com/jopc/article=2024/view=0

Full Text PDF Download

References

  1. Anil K. Jain, Michigan State University Jianchang, Mao K.M. MohiuddinZBMAZmaden Research Center. “Artificial Neural Network.” (1996)
  2. Basheer, Imad A., and Maha Hajmeer. “Artificial Neural Networks: Fundamentals, Computing, Design, and Application.” Journal of microbiological methods 43, no. 1 (2000): 3-31.
  3. Ji, Tao, Tingwei Lin, and Xujian Lin. “A Concrete Mix Proportion Design Algorithm based on Artificial Neural Networks.” Cement and Concrete Research 36, no. 7 (2006): 1399-1408.
  4. OludeleAwodele and OlawaleJegede “Neural Networks and its Application in EngineeringDept. of Computer Science and Mathematics,Babcock University Nigeria.” (2009).
  5. Majid al-gburi, salim t yousif  “Design of Concrete Mixes using Artificial Neural Networks.” (2010).
  6. Lu, Pengzhen, Shengyong Chen, and Yujun Zheng. “Artificial Intelligence in Civil Engineering.” Mathematical Problems in Engineering 2012 (2012).
  7. AhsanulKabir, MdMonjurulHasan “Artificial Neural Network for concrete mix design.” (2013)
  8. Gupta, Sakshi. “Concrete Mix Design using Artificial Neural Network.” Journal on Today’s Ideas-Tomorrow’s Technologies 1, no. 1 (2013): 29-43.
  9. Shanker, Rama, and Anil Kumar Sachan. “Concrete Mix Design using Neural Network.” International Journal of Computer and Information Engineering 8, no. 8 (2014): 910-913.
  10. Das, Sourav, P. Pal, and R. M. Singh. “Prediction of Concrete Mix Proportion using ANN Technique.” Int Res J Eng Technol 2, no. 5 (2015): 820-825.
  11. DeRousseau, M. A., J. R. Kasprzyk, and W. V. Srubar Iii. “Computational Design Optimization of Concrete Mixtures: A review.” Cement and Concrete Research 109 (2018): 42-53.
  12. S. V. Shah, Ms. Deepika A. Pawar, Ms. Aishwarya S. Patil, Mr. Prathamesh S. Bhosale, Mr. Abhishek S. Subhedar, Mr. Gaurav D. Bhosale. “Concrete Mix Design using Artificial Neural Network” (2018).
  13. S. Haykin, “Neural Networks a Comprehensive Foundation”. New Jersey: Prentice Hall, (1999).
  14. R. D. Vanluchene, and R. Sun, “Neural Networks in Structural Engineering”, Microcomputer in Civil. Engineering,Vol.5, (1990): 207-215.
  15. M. Nehdi, H. El Chabib, and M. H. El Naggar, “Predicting Performance of Self-Compacting Concrete Mixtures using Artificial Neural Networks “, ACI Materials Journal, Vol.98, No.5, (2001)394-401.
  16. Salim taib Yousif, Majid Ali Thaher, Omar Mohammed Abdul Kareem, “Design of Concrete Mixes using Artificial Neural Networks” (2010)

Ahead of Print Open Access Review Article
Volume
Received April 7, 2024
Accepted April 25, 2024
Published July 8, 2024

function myFunction2() {
var x = document.getElementById(“browsefigure”);
if (x.style.display === “block”) {
x.style.display = “none”;
}
else { x.style.display = “Block”; }
}
document.querySelector(“.prevBtn”).addEventListener(“click”, () => {
changeSlides(-1);
});
document.querySelector(“.nextBtn”).addEventListener(“click”, () => {
changeSlides(1);
});
var slideIndex = 1;
showSlides(slideIndex);
function changeSlides(n) {
showSlides((slideIndex += n));
}
function currentSlide(n) {
showSlides((slideIndex = n));
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName(“Slide”);
var dots = document.getElementsByClassName(“Navdot”);
if (n > slides.length) { slideIndex = 1; }
if (n (item.style.display = “none”));
Array.from(dots).forEach(
item => (item.className = item.className.replace(” selected”, “”))
);
slides[slideIndex – 1].style.display = “block”;
dots[slideIndex – 1].className += ” selected”;
}