Open access peer-reviewed chapter

Application of AI in Modeling of Real System in Chemistry

Written By

M. H. Ahmadi Azqhandi and M. Shekari

Submitted: 23 January 2018 Reviewed: 18 February 2018 Published: 27 June 2018

DOI: 10.5772/intechopen.75602

From the Edited Volume

Artificial Intelligence - Emerging Trends and Applications

Edited by Marco Antonio Aceves-Fernandez

Chapter metrics overview

1,308 Chapter Downloads

View Full Metrics

Abstract

In recent years, discharge of synthetic dye waste from different industries leading to aquatic and environmental pollution is a serious global problem of great concern. Hence, the removal of dye prediction plays an important role in wastewater management and conservation of nature. Artificial intelligence methods are popular owing due to its ease of use and high level of accuracy. This chapter proposes a detailed review of artificial intelligence-based removal dye prediction methods particularly multiple linear regression (MLR), artificial neural networks (ANNs), and least squares-support vector machine (LS-SVM). Furthermore, this chapter will focus on ensemble prediction models (EPMs) used for removal dye prediction. EPMs improve the prediction accuracy by integrating several prediction models. The principles, advantages, disadvantages, and applications of these artificial intelligence-based methods are explained in this chapter. Furthermore, future directions of the research on artificial intelligence-based removal dye prediction methods are discussed.

Keywords

  • multiple linear regression (MLR)
  • artificial neural networks (ANNs)
  • least squares-support vector regression (LS-SVM)

1. Introduction

Recently, pollution of water sources by various contaminants becomes a global environmental issue [1]. Among different types of water contaminants, dyes as part of human’s life are a major contamination group [2]. Dyes are widely used as coloring agents in the textile, plastics, paper, leather, food, antiseptics, cosmetics, fungicides, and so forth and can be entered to the environment through colored wastewater from these industries [3]. However, during the coloration processes, a significant amount (20–50%) of these dyes is lost and released into the environment as colored wastewater. However, due to toxicity, carcinogenicity, mutagenic and teratogenic properties, and a long-standing environmental pollution, contaminants have become a great environmental concern with potential adverse effects to human health [4]. Also, it can enter the body via the pulmonary system or the digestive system by ingesting contaminated water or food [5, 6, 7]. Even though they can be influenced on the photosynthesis process through reduce light penetration and result in reduction oxygen levels in water and, in severe case, consequential the suffocation of aquatic flora and fauna.

Therefore, it is necessary to be removed from wastewater before discharging into bodies of water. Though a number of processes such as ozonation, filtration, membrane, coagulation, precipitation, adsorption, electrochemical techniques, and biosorption have been applied to treat colored textile wastewater from aqueous media [8, 9, 10, 11]. However, most of the mentioned methods have shown various restrictions including generation of huge amounts of sludge by the means of electrochemical and chemical coagulation processes or request to high technology with high cost in the membrane technology and advanced oxidation process [12]. Among different treatment methods, adsorption has found particular attention from the researchers worldwide due to the fact that the adsorption is an easy operating, effective, single, and cost-effective option for pollutant removal from aqueous environment.

Although the adsorption is an easy operating technique, it is known as a complicated process in the chemistry and dependent on several factors which have a direct impact on the process performance. Thus, it is vital to select an appropriate mathematical model for optimizing and predicting the removal process. The modeling and optimization of adsorption are still in the stage of research. Commonly used models for describing kinematic and/or equilibrium studies (e.g., second-order models or Langmuir, Freundlich) may be inadequate in determining the relationship between factors and evaluating their effect on the absorption process. Optimization is a way for determining the best solution in terms of certain quality criteria, such as process efficiency, and results in improving the performance of the process or designed system [13, 14].

The optimization of the adsorption process tries to find out the design and/or environmental parameters at which the adsorption process would give the best efficiency (Figure 1) [15].

Figure 1.

Framework for AI-based prediction model.

Typically, experiments are carried out in a way that one factor is applied and then analyzed, while other factors remain unaffected. In the usual way, one-factor-at-a-time approach is generally time-consuming, and it is impossible to achieve optimal desirability due to the need for a large number of experiments and lack of interaction among factors. This approach is time-consuming; the researcher must screen all the variables independently and require a large number of tests, leading to high cost of study. In addition, a variable in time does not include interactions between selected parameters. This method is called one variable at time (OVAT) [16].

Multivariate statistics techniques (MST) can significantly reduce the number of experiments and explanations of the independent variable (in combination or individually) in the process. MST helps to develop and optimize the operating system, significantly reducing the cost of testing [17].

Adsorption process is a complex process; therefore, due to complexity of the relationship between output and input parameters, it is difficult to be modeled using statistical approaches. Computational intelligence models are often more flexible than statistical models when modeling complex datasets with possible nonlinearities or missing data [18]. Recently, powerful AI prediction method, such as random forest (RF), adaptive neuro-fuzzy inference system (ANFIS), least square-support vector regression (LS-SVR), radial basis function neural network (RBF-NN), boosted regression tree (BRT), and artificial neural network (ANN) in modeling adsorption process have been successfully used [18, 19, 20, 21, 22, 23, 24]. AI is the branch of computer science concerned with making computers behave like humans. The term was coined in 1956 by John McCarthy at the Massachusetts Institute of Technology; it can be employed to explain and model many complex chemical systems because of its reliability, robustness, simplicity, and nonlinearity. AI approach can be learned from experimental data to solve of the complex nonlinear, multidimensional functional relationships without any prior assumptions about their nature [25].

The previous reviews of adsorption procedure and engineering applications of AI confirmed that there is no specific review on the usage of AI for adsorption process.

The two main objectives of this study are (i) summarizing research on the absorption of dyes by AI models and (ii) providing more research needs for AIs for dye absorption.

Advertisement

2. AI definition

AI is a subcategory of computer science. Its goal is to enable the development of computers that are able to do things normally done by people. The Stanford researcher, John McCarthy, was named, in 1956, at the current Dartmouth conference, where the mission of the AI field was defined. If we start with this definition, each program can be considered as AI if it does something that we usually think as intelligent in humans.

The typical AI-based prediction method consists of four main steps. The first step is to acquire input and output data. Input data are those aspects that affect or relate to output data. These aspects include but are not limited to pH, sonication time, adsorbent dose, temperature, and initial concentration of contaminant. The output data is removal percentage. The next step is to preprocess the collected data in an appropriate format before using them to train the forecast model. Some data pre-processing techniques such as data normalization, data transfer, and data interpolation are applied at this stage to improve data quality and reduce negative impact. When the data is ready, the third step is to train the prediction model.

Since the crucial concept of empirical modeling is learning from historical data, a training process is essential for the development of the model. This step is achieved by selecting the appropriate parameters for the model. The type of parameters is determined by the algorithms selected by the researcher, while selecting the proper parameter can guarantee the performance of the model. The last step is testing the model. At this stage, the data test is examined to test the prediction of model performance. Performance indicators such as RMSE, R2, MAE, and AAD are used to evaluate performance.

The AI can be more classified into four types (i.e., multiple linear regression (MLR), artificial neural network (ANN), least square-support vector machine (LS-SVM), and ensemble prediction models) based on the learning algorithms; the following part of this section describes main techniques used for AI-based prediction model.

2.1. Multiple linear regression

MLR is a statistical technique that uses several explanatory variables to predict a response variable. The goal of MLR is to model the relationship between the input and response variables [26, 27].

The model for MLR, given n observations, is

yi=B0+B1xi1+B2xi2++Bpxip+EwhereiЄ[1:n]E1

The response surface methodology (RSM) is the most popular methods used in the absorption research literature. RSM determine the mathematical relation between parameters and responses. Modeling or model fitting in RSM consists of two steps: coding of experimental data and regression. For the first, input and output data was coded by using the general equation due to RSM operate on coded input values like +1, 0, and − 1 instead of actual values [28].

In the next step, coded experimental data are fitted to a selected model using multiple linear regression (MLR). In spite of the simplicity of MLR, it was used recently in the removal processes. As the first reported work was in 2000, conducted by Annadurai. Annadurai [29] developed regression models to predict Direct Scarlet B. The inputs for the regression models include the pH, temperature, and the particle size. The proposed models showed promising features to be easy and efficient forecast tools for calculating removal percentage dye from aqueous solution. More recently, our group simplified their MLR model by introducing only four inputs, namely, pH, sonication time, adsorbent dose, and the initial dye concentration. Their results indicated that the proposed method cannot well predict the removal dye percentage [13, 30, 31, 32, 33, 34, 35].

Ease of use is accounted as one of the main advantages of the MLR method because no parameter needs to be adjusted. Meanwhile, since no detailed physical information is required, this method is efficient and cost-effective. Nonetheless, the MLR is the main constraint due to the inability to deal with nonlinear problems, although the previous research has proven that the MLR can be used as an efficient tool for predicting parentage removal [10, 25, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48].

2.2. Artificial neural network (ANN)

ANNs are computing systems inspired by the biological neural networks that constitute animal brains [25, 49]. An ANN is based on a collection of connected units or nodes called artificial neurons (analogous to biological neurons in an animal brain). Each connection between artificial neurons can transmit a signal from one to another. The artificial neuron (AN) that receives the signal can process it and then signal artificial neurons connected to it. ANs typically have a weight that increases or decreases the strength of the signal at a connection. Signals travel from the first input, to the last output layer, possibly after traversing the layers multiple times. The original goal of the ANN approach was to solve problems in the same way that a human brain would. Over time, attention is focused on matching-specific mental abilities, leading to deviations from biology. ANNs have been used on a variety of tasks, including speech recognition, computer vision, social network filtering, machine translation, playing board and video games, and medical diagnosis.

In the past two decades, many studies have been carried out to predict various types of decolorization dye from aqueous solution, such as electrocoagulation process [49], Fenton process [50], and adsorption [51] by applying ANNs. M. Ahmadi and Kh. Naderi applied general regression neural network (GRNN) to predict the removal of methylene blue (MB) and Basic Yellow 28 (BY28) from aqueous solution. Their findings indicated that a well-designed GRNN is able to predict the removal of azo dye based on sonication time, initial dye concentration, and adsorbent mass. Ahmadi and J. Pooralhossini used backpropagation neural network (BPNN) to predict the decolorization of sunset yellow (SY) and disulfine blue (DB) [52]. The obtained results show that the BPNN model outperforms the classical statistical model in terms of R2, RMSE, MAE, and AAD for both dyes. Ahmadi and team used BPNN to predict the efficiency of two carcinogenic dye (methylene blue (MB) and malachite green (MG)) adsorption onto Mn@ CuS/ZnS nanocomposite-loaded activated carbon (Mn@ CuS/ZnS-NC-AC) as a novel adsorbent to identify the model parameters in order to improve the prediction performance [35]. Ahmadi and Dastkhoon used neural network to predict Safranin-O (SO) and indigo carmine (IC) adsorption onto Ni:FeO(OH)-NWs-AC. In this work, the influence of process variables (initial dye concentration, adsorbent mass, and sonication time) on the removal of both dyes was investigated by central composite rotatable design (CCRD) of RSM, multilayer perceptron (MLP) neural network, and Doolittle factorization algorithm (DFA). The ANN model was found to be more precise than the other models. We performed the sensitivity analysis (by using of weight neuron) and confirmed that sonication time has the essential factor affecting the removal of SO and IC [33]. Ahmadi et al. developed a BP neural network model and partial least squares (PLS) to predict the ultrasonic-assisted simultaneous removal of fast green (FG), eosin Y (EY), and quinine yellow (QY) from aqueous media following the use of MOF-5 as a metal organic framework and activated carbon hybrid (AC-MOF-5). The obtained results show that ANN and PLS model is a powerful tool for prediction of under-study dye adsorption by AC-MOF-5 [53].

The main advantage of ANN method is its ability to detect complex nonlinear relationship between the inputs and outputs that this characteristic makes it possible to be applied for real systems. However, ANN method fails to establish any interconnection relationship between building physical parameters and removal percentage, which limits the model’s fitting ability.

2.3. Least square-support vector machine (LS-SVM)

SVM as a learning method was developed by Vapnik and is a powerful tool [34, 54]. This supervised learning method can be used for regression or classification in nonlinear models, and density estimation leads to complex optimization problems, typically quadratic programming. However, this method (SVM) is often time-consuming and difficult to adapt, suffering from the problem of a large memory requirement and CPU time when trained in batch mode. This limitation is overcome by LS-SVM as the modified version of SVM which solves the set of linear equations instead of the quadratic programming problem to minimize the complex nature of the optimization processes. The theory and more details of SVM and LS-SVM can be found in the literature.

Liang and team first applied LS-SVM in the area of water quality measurements in 2011. They showed that the model output made a relatively good training fitting effect and the predict effect was relatively satisfactory. The model has not only a good learning accuracy but a good generalization ability. The predictive fitting precision of the test data set was more than 90%, and the prediction error is minimum, and RMSE is 0.0028 [55].

Similarly, our group used LS-SVM for the optimization and/or modeling of pH, ZnS-NPs-AC mass, MB concentration, and sonication time to develop respective predictive equations for the simulation of the efficiency of MB adsorption. The obtained results using LS-SVM exhibit a nonlinear approach which shows better performances in comparison to central composite design (CCD) for the prediction of MB adsorption [34].

Niyaz Mohammad Mahmoodi and team used of least square-support vector machine (LS-SVM) to model the dye removal. The graphical plots and the values of statistical parameter showed LS-SVM as an intelligent model suitable for modeling of dye adsorption [56].

Our group compared LS-SVM with other AI-based prediction methods in removal dye prediction. We compared SVR with several ANN models for prediction of the adsorption of methylene blue (MB) from aqueous solutions by zinc sulfide nanoparticles with activated carbon (ZnS-NPs-AC). Also, a multiple linear regression (MLR) model and LS-SVM model with principal component analysis (PCA) were used for pre-processing to predict the efficiency of methylene blue adsorption onto copper oxide nanoparticle loaded on activated carbon (CuO-NP-AC) by Ghaedi et al. Both studies indicate that SVM has a better performance in building model and prediction than other AI-based prediction methods [57].

2.3.1. Advantages and limitations

The main advantage of LS-SVM that was introduced by Foucquier et al. [58] is based on the structural risk minimization principle which aims to minimize the upper bound of the general error consisting of the sum of the training error. Also, SVM provides a better balance between prediction accuracy and computation speed comparing with ANNs and RSM [34]. The limitation of SVM method is the determination of kernel function. There is no uniform standard for determining which kernel will result in the most accurate SVM. Researchers have to determine the kernel function based on the characteristics of the data as well as their own experience.

2.3.2. Ensemble prediction models

Whereof each prediction method has its own limitations, currently, a trend has evolved to introduce new mathematical methods, called ensemble learning. These methods have been more extensive in analytical chemistry for complex data analysis. The adaptability of data mining methods makes them able to deal with typical problems: too many descriptors in the model, mixtures of different data types, complex data having missing values, multiple classes, or unbalanced data sets. For instance, some data mining methods such as support vector machine [34] and artificial neural networks (ANNs) [59] have been applied in different realms of science and engineering. The Ensemble prediction has become increasingly popular in chemistry [60, 61].

This method differs from each different prediction method because it creates a composite model which integrates different individual prediction models. Instead of a prediction algorithm, this method acts as a framework to reduce prediction errors by combining different reduction algorithms together. Ensemble prediction methods have been successfully applied in several areas of chemistry that they have large data volumes, including spectroscopy [62, 63], quantitative structure–activity relationship (QSAR) modeling [64, 65], and omics sciences [66]. Ensemble prediction is able to manage with many types of responses and predictors such as categorical or numeric and loss functions such as Laplace, Gaussian, Poisson, and Bernoulli [67]. De’ath [68] has shown that ensemble prediction methods, unlike many other regression methods, can be used for both prediction and explanation of the underlying relationships between response and predictors.

The two main outputs of an ensemble prediction model which are the partial dependence plots and the variable importance rankings can be used together for model interpretation. Friedman [69] has proposed that while these outputs might not offer a complete description, they can at least give an insight of the relation between the response and the predictors.

Some authors (e.g., Hastie et al.) [70] have shown that ensemble prediction is one of the most powerful machine/statistical learning ideas than have been presented during the 1990s, and it has been suggested [71, 72] that the application of ensemble prediction to classification and regression trees results in individual classifiers (e.g., classification trees, regression trees) which generally are competitive with any other method.

In addition, Breiman [71] shows that applying ensemble prediction to classification and regression tree can actually be much quicker than fitting a neural net classifier.

Due to the high prediction accuracy, ensemble learning method has become a favorable topic in recent years and has already been applied to many fields successfully. For example, our group [73] developed boosted regression tree (BRT), an ensemble method for fitting statistical models that differ fundamentally from conventional techniques that aim to fit a single parsimonious model. In this study, response surface methodology (RSM), artificial neural network (ANN), and BRT have been used for the optimization and/or modeling of stirred time (min), pH, adsorbent mass (mg), and concentrations of MB and Cd2+ ions (mg L−1) to develop respective predictive equations for simulation of the efficiency of MB and Cd2+ adsorption based on experimental data set achieved in batch study. All three models showed good predictions in this study. But the BRT model was more precise than the other models, and it showed that BRT is a powerful tool for modeling and optimizing removal of MB and Cd(II).

Similarly, our group [32] used adaptive network-based fuzzy inference system (ANFIS) ensemble models as a support tool for examining data and making prediction to recognize and predict the removal percentage in MB and SY dye solution of different concentrations. The predictive capabilities of MLR and ANFIS are compared in terms of square correlation coefficient (R2), root mean square error (RMSE), mean absolute error (MAE), and absolute average deviation (AAD) against the empirical data. It is found that the ANFIS model shows the better prediction accuracy than the CCD model.

In another work by our group [13], random forest (RF) and response surface methodology (RSM) were used to model and predict the efficiency of malachite green removal from aqueous solution by ultrasound-assisted adsorption onto the silver hydroxide nanoparticles loaded on activated carbon (AgOH-NPs-AC). The parameters such as pH, initial MG concentration, sonication time, and adsorbent dosage involved in the adsorption process were set within the ranges 2.0–10, 4–20 mg L−1, 2–6 min, and 0.005–0.025 g, respectively. The performance of the RF and CCD models for the description of experimental data was evaluated in terms of R2, RMSE, MAE, and AAD. The obtained results showed that the RF model outperformed classical statistical model for modeling the process of dye adsorption.

Also, ensemble prediction approach (i.e., radial basis function neural network (RBF-NN) and random forest (RF)) was developed and evaluated against a quadratic response surface model to predict the maximum removal efficiency of brilliant green (BG) from aqueous media in relation to BG concentration (4–20 mg L−1), sonication time (2–6 min), and ZnS-NP-AC mass (0.010–0.030 g) by ultrasound-assisted adsorption [31]. All three (i.e., RBF network, RF, and polynomial) models were compared against the experimental data using four statistical indices, namely, R2, RMSE, MAE, and AAD. Graphical plots were also used for model comparison. The obtained results using RBF network and RF exhibit a better performance than MLR for both dyes.

The main advantage of the ensemble method is the improvement of accuracy. Also, these methods incorporate important advantages such as accommodating missing data and handling different types of predictor variables. In addition, they have no need for prior data transformation or elimination of outliers, can fit complex nonlinear relationships, and can automatically handle interaction effects between predictors. However, compared with other predictive methods, ensemble models require more time to calculate and a high level of knowledge as a combination of different base models. Another disadvantage of the model is the fact that its predictive function depends on the selection of base models. In the previous study, the researchers selected the base model based on their previous knowledge. There is a lack of approach to determine which base model should be considered and included in the ensemble model.

Advertisement

3. Discussion

According to previous researches, each type of AI-based prediction method has its own disadvantages and advantages; thus scientists have to select suitable method to solve their problems. For example, MLR is more appropriate than other methods in predicting removal dye because of its ease of use and high calculation speed. While LS-SVM and ANNs are more suitable for real system with high nonlinearity because of their high level of prediction accuracy. On the other hand, some researchers have tried to compare AI-based prediction methods with other methods in removal dye prediction. For example, Tanzifi [74] compared ANNs with RSM for predicting removal Amido Black 10B. The comparison of the adsorption efficiencies obtained by the ANN model and the experimental data evidenced that the ANN model could estimate the behavior of the Amido Black 10B dye adsorption process under various conditions. Their study proposed ANN model as a simpler and more efficient building energy prediction tool when compared with energy simulation software. Based on these researches, the advantages and disadvantages of AI-based prediction methods are summarized below.

3.1. Advantages

The advantages of AI model are:

  1. Comparing AI with other engineering approaches shows that the building and/or development of the AI-based prediction methods does not need any detailed physical information which in return saves both cost and time for leading the prediction.

  2. Based on previous study, if model is well trained, AI methods give promising prediction accuracy.

  3. The data gaining and data loading process is relatively simple, which means the prediction model can be easily obtained.

Advertisement

4. Conclusion

There are many published papers on the prediction of dye adsorption using OVAT. However, in this chapter, we review the important research studies on dye adsorption forecasting using AI methods. The literature survey in this chapter showed that the AI approaches can be successfully used for the modeling and predication of dye adsorption process with acceptable accuracy compared to conventional linear models such as RSM. The future research proposed for AIs in the field of dye removal for carrying out extensive studies are as follows:

  1. The prediction capability of other AI models such as group method of data handling (GMDH), random forest (RF), neural gas network, regression tree, and radial basis function network (RBFN) for dye adsorption needs further research studies.

  2. The hybridization of the AIs together such as LS-SVM and GMDH forecasting methods, regarding the potential of predict dye adsorption, was proposed.

  3. A few studies have been reported about combining ANN approaches with optimization algorithms. However, it is necessary to extend the optimization of network configuration for modeling adsorption process using an evolutionary computation method such as ant colony, PSO, GA algorithm, tabu search, artificial bee colony, firefly algorithm, teaching-learning-based optimization, harmony search, shuffled frog-leaping algorithm, simulated annealing, and invasive weed optimization.

Based on the reported study and discussions presented in this chapter, it can be concluded that AI methods are excellent approaches for the adsorption of dyes. The information offered in this chapter would be highly useful to the scientists working in the field of dye adsorption and AIs in their investigations.

References

  1. 1. Silva TL, Cazetta AL, Souza PS, Zhang T, Asefa T, Almeida VC. Mesoporous activated carbon fibers synthesized from denim fabric waste: Efficient adsorbents for removal of textile dye from aqueous solutions. Journal of Cleaner Production. 2018;171:482-490
  2. 2. Sarvajith M, Reddy GKK, Nancharaiah Y. Textile dye biodecolourization and ammonium removal over nitrite in aerobic granular sludge sequencing batch reactors. Journal of Hazardous Materials. 2018;342:536-543
  3. 3. Li L, Qi G, Wang B, Yue D, Wang Y, Sato T. Fulvic acid anchored layered double hydroxides: A multifunctional composite adsorbent for the removal of anionic dye and toxic metal. Journal of Hazardous Materials. 2018;343:19-28
  4. 4. Liu C, Omer A. Adsorptive removal of cationic methylene blue dye using carboxymethyl cellulose/k-carrageenan/activated montmorillonite composite beads: Isotherm and kinetic studies. International Journal of Biological Macromolecules. 2018;106:823-833
  5. 5. Gao H, Zhao S, Cheng X, Wang X, Zheng L. Removal of anionic azo dyes from aqueous solution using magnetic polymer multi-wall carbon nanotube nanocomposite as adsorbent. Chemical Engineering Journal. 2013;223:84-90
  6. 6. Zhu H-Y, Fu Y-Q, Jiang R, Yao J, Xiao L, Zeng G-M. Novel magnetic chitosan/poly (vinyl alcohol) hydrogel beads: Preparation, characterization and application for adsorption of dye from aqueous solution. Bioresource Technology. 2012;105:24-30
  7. 7. Madrakian T, Afkhami A, Ahmadi M, Bagheri H. Removal of some cationic dyes from aqueous solutions using magnetic-modified multi-walled carbon nanotubes. Journal of Hazardous Materials. 2011;196:109-114
  8. 8. Verma AK, Dash RR, Bhunia P. A review on chemical coagulation/flocculation technologies for removal of colour from textile wastewaters. Journal of Environmental Management. 2012;93(1):154-168
  9. 9. Asgher M, Bhatti HN. Evaluation of thermodynamics and effect of chemical treatments on sorption potential of Citrus waste biomass for removal of anionic dyes from aqueous solutions. Ecological Engineering. 2012;38(1):79-85
  10. 10. Körbahti BK, Artut K, Geçgel C, Özer A. Electrochemical decolorization of textile dyes and removal of metal ions from textile dye and metal ion binary mixtures. Chemical Engineering Journal. 2011;173(3):677-688
  11. 11. Gupta V. Application of low-cost adsorbents for dye removal—A review. Journal of Environmental Management. 2009;90(8):2313-2342
  12. 12. Azqhandi MHA, Rajabi F, Keramati M. Synthesis of Cd doped ZnO/CNT nanocomposite by using microwave method: Photocatalytic behavior, adsorption and kinetic study. Results in Physics. 2017:1106-1114
  13. 13. Solaymani E, Ghaedi M, Karimi H, Azqhandi A, Hossein M, Asfaram A. Intensified removal of malachite green by AgOH-AC nanoparticles combined with ultrasound: Modeling and optimization. Applied Organometallic Chemistry. 2017:1-12
  14. 14. Amini M, Yazdanbakhsh A, Eslami A, Aghayani E. Optimization of coagulation-flocculation process for dye and COD removal from real dyeing wastewater and evaluation of effluent biodegradability in a carpet factory. Journal of Health in the Field. 2018;13(3):24-33
  15. 15. Tuzen M, Sarı A, Saleh TA. Response surface optimization, kinetic and thermodynamic studies for effective removal of rhodamine B by magnetic AC/CeO2 nanocomposite. Journal of Environmental Management. 2018;206:170-177
  16. 16. Sleiman M, Vildozo D, Ferronato C, Chovelon J-M. Photocatalytic degradation of azo dye Metanil yellow: Optimization and kinetic modeling using a chemometric approach. Applied Catalysis B: Environmental. 2007;77(1):1-11
  17. 17. Cestari AR, Vieira EF, Mota JA. The removal of an anionic red dye from aqueous solutions using chitosan beads—The role of experimental factors on adsorption using a full factorial design. Journal of Hazardous Materials. 2008;160(2):337-343
  18. 18. Arabzadeh S, Ghaedi M, Ansari A, Taghizadeh F, Rajabi M. Comparison of nickel oxide and palladium nanoparticle loaded on activated carbon for efficient removal of methylene blue kinetic and isotherm studies of removal process. Human & Experimental Toxicology. 2015;34(2):153-169
  19. 19. Jamshidi M, Ghaedi M, Dashtian K, Hajati S, Bazrafshan A. Ultrasound-assisted removal of Al3+ ions and alizarin red S by activated carbon engrafted with Ag nanoparticles: Central composite design and genetic algorithm optimization. RSC Advances. 2015;5(73):59522-59532
  20. 20. Roosta M, Ghaedi M, Daneshfar A, Sahraei R. Ultrasound assisted microextraction-nano material solid phase dispersion for extraction and determination of thymol and carvacrol in pharmaceutical samples: Experimental design methodology. Journal of Chromatography B. 2015;975:34-39
  21. 21. Azad FN, Ghaedi M, Dashtian K, Hajati S, Pezeshkpour V. Ultrasonically assisted hydrothermal synthesis of activated carbon–HKUST-1-MOF hybrid for efficient simultaneous ultrasound-assisted removal of ternary organic dyes and antibacterial investigation: Taguchi optimization. Ultrasonics Sonochemistry. 2016;31:383-393
  22. 22. Ghaedi M, Negintaji G, Marahel F. Solid phase extraction and removal of brilliant green dye on zinc oxide nanoparticles loaded on activated carbon: New kinetic model and thermodynamic evaluation. Journal of Industrial and Engineering Chemistry. 2014;20(4):1444-1452
  23. 23. Ghaedi M, Khafri HZ, Asfaram A, Goudarzi A. Response surface methodology approach for optimization of adsorption of Janus green B from aqueous solution onto ZnO/Zn(OH)2-NP-AC: Kinetic and isotherm study. Spectrochimica Acta Part A: Molecular and Biomolecular Spectroscopy. 2016;152:233-240
  24. 24. Azad FN, Ghaedi M, Dashtian K, Hajati S, Goudarzi A, Jamshidi M. Enhanced simultaneous removal of malachite green and safranin O by ZnO nanorod-loaded activated carbon: Modeling, optimization and adsorption isotherms. New Journal of Chemistry. 2015;39(10):7998-8005
  25. 25. Khataee AR, Zarei M, Moradkhannejhad L. Application of response surface methodology for optimization of azo dye removal by oxalate catalyzed photoelectro-Fenton process using carbon nanotube-PTFE cathode. Desalination. 2010;258(1):112-119
  26. 26. Khanmohammadi M, Azghandi MA. Application of Doolittle algorithm as a multivariate calibration method for infrared spectrometric determination of some ingredients in detergent washing powder. Analytical Chemistry Letters. 2011;1(3):202-206
  27. 27. Khanmohammadi M, Azqhandi MA. Introducing an orthogonal-triangular decomposition algorithm and its application in multivariate calibration. Analytical Methods. 2011;3(12):2721-2725
  28. 28. Daneshi A, Younesi H, Ghasempouri SM, Sharifzadeh M. Production of poly-3-hydroxybutyrate by Cupriavidus necator from corn syrup: Statistical modeling and optimization of biomass yield and volumetric productivity. Journal of Chemical Technology and Biotechnology. 2010;85(11):1528-1539
  29. 29. Annadurai G, Sheeja R. Use of Box-Behnken design of experiments for the adsorption of verofix red using biopolymer. Bioprocess and Biosystems Engineering. 1998;18(6):463-466
  30. 30. Ghaedi M, Azqhandi MHA, Asfaram A. Application of machine/statistical learning, artificial intelligence and statistical experimental design for modeling and optimization of methylene blue and Cd (II) removal from binary aqueous solution by natural walnut carbon. Physical Chemistry Chemical Physics. 2017;19:11299-11317
  31. 31. Azqhandi MA, Ghaedi M, Yousefi F, Jamshidi M. Application of random forest, radial basis function neural networks and central composite design for modeling and/or optimization of the ultrasonic assisted adsorption of brilliant green on ZnS-NP-AC. Journal of Colloid and Interface Science. 2017;505:278-292
  32. 32. Porhemmat S, Rezvani AR, Ghaedi M, Azqhandi MHA, Bazrafshan AA. Nanocomposites: Synthesis, characterization and its application to removal azo dyes using ultrasonic assisted method: Modeling and optimization. Ultrasonics Sonochemistry. 2017;38:530-543
  33. 33. Dastkhoon M, Ghaedi M, Asfaram A, Azqhandi MHA, Purkait MK. Simultaneous removal of dyes onto nanowires adsorbent use of ultrasound assisted adsorption to clean waste water: Chemometrics for modeling and optimization, multicomponent adsorption and kinetic study. Chemical Engineering Research and Design. 2017;124:222-237
  34. 34. Asfaram A, Ghaedi M, Azqhandi MA, Goudarzi A, Dastkhoon M. Statistical experimental design, least squares-support vector machine (LS-SVM) and artificial neural network (ANN) methods for modeling the facilitated adsorption of methylene blue dye. RSC Advances. 2016;6(46):40502-40516
  35. 35. Asfaram A, Ghaedi M, Azqhandi MHA, Goudarzi A, Hajati S. Ultrasound-assisted binary adsorption of dyes onto Mn@ CuS/ZnS-NC-AC as a novel adsorbent: Application of chemometrics for optimization and modeling. Journal of Industrial and Engineering Chemistry. 2017;54:377-388
  36. 36. Aleboyeh A, Daneshvar N, Kasiri M. Optimization of CI acid red 14 azo dye removal by electrocoagulation batch process with response surface methodology. Chemical Engineering and Processing: Process Intensification. 2008;47(5):827-832
  37. 37. Moghaddam SS, Moghaddam MA, Arami M. Coagulation/flocculation process for dye removal using sludge from water treatment plant: Optimization through response surface methodology. Journal of Hazardous Materials. 2010;175(1):651-657
  38. 38. Cho I-H, Zoh K-D. Photocatalytic degradation of azo dye (reactive red 120) in TiO2/UV system: Optimization and modeling using a response surface methodology (RSM) based on the central composite design. Dyes and Pigments. 2007;75(3):533-543
  39. 39. Ravikumar K, Krishnan S, Ramalingam S, Balu K. Optimization of process variables by the application of response surface methodology for dye removal using a novel adsorbent. Dyes and Pigments. 2007;72(1):66-74
  40. 40. Ravikumar K, Ramalingam S, Krishnan S, Balu K. Application of response surface methodology to optimize the process variables for reactive red and acid brown dye removal using a novel adsorbent. Dyes and Pigments. 2006;70(1):18-26
  41. 41. Sharma S, Malik A, Satya S. Application of response surface methodology (RSM) for optimization of nutrient supplementation for Cr (VI) removal by Aspergillus lentulus AML05. Journal of Hazardous Materials. 2009;164(2):1198-1204
  42. 42. Gönen F, Aksu Z. Single and binary dye and heavy metal bioaccumulation properties of Candida tropicalis: Use of response surface methodology (RSM) for the estimation of removal yields. Journal of Hazardous Materials. 2009;172(2):1512-1519
  43. 43. Khataee A, Fathinia M, Aber S, Zarei M. Optimization of photocatalytic treatment of dye solution on supported TiO2 nanoparticles by central composite design: Intermediates identification. Journal of Hazardous Materials. 2010;181(1):886-897
  44. 44. Daneshvar N, Salari D, Khataee A. Photocatalytic degradation of azo dye acid red 14 in water on ZnO as an alternative catalyst to TiO2. Journal of Photochemistry and Photobiology A: Chemistry. 2004;162(2):317-322
  45. 45. Chatterjee S, Kumar A, Basu S, Dutta S. Application of response surface methodology for methylene blue dye removal from aqueous solution using low cost adsorbent. Chemical Engineering Journal. 2012;181:289-299
  46. 46. Körbahti BK. Response surface optimization of electrochemical treatment of textile dye wastewater. Journal of Hazardous Materials. 2007;145(1):277-286
  47. 47. Zuorro A, Fidaleo M, Lavecchia R. Response surface methodology (RSM) analysis of photodegradation of sulfonated diazo dye reactive green 19 by UV/H2O2 process. Journal of Environmental Management. 2013;127:28-35
  48. 48. Sadeghi-Kiakhani M, Arami M, Gharanjig K. Preparation of chitosan-ethyl acrylate as a biopolymer adsorbent for basic dyes removal from colored solutions. Journal of Environmental Chemical Engineering. 2013;1(3):406-415
  49. 49. Daneshvar N, Khataee A, Djafarzadeh N. The use of artificial neural networks (ANN) for modeling of decolorization of textile dye solution containing CI basic yellow 28 by electrocoagulation process. Journal of Hazardous Materials. 2006;137(3):1788-1795
  50. 50. Elmolla ES, Chaudhuri M, Eltoukhy MM. The use of artificial neural network (ANN) for modeling of COD removal from antibiotic aqueous solution by the Fenton process. Journal of Hazardous Materials. 2010;179(1):127-134
  51. 51. Balci B, Keskinkan O, Avci M. Use of BDST and an ANN model for prediction of dye adsorption efficiency of Eucalyptus camaldulensis barks in fixed-bed system. Expert Systems with Applications. 2011;38(1):949-956
  52. 52. Pooralhossini J, Zanjanchi MA, Ghaedi M, Asfaram A, Azqhandi MHA. Statistical optimization and modeling approach for azo dye decolorization: Combined effects of ultrasound waves and nanomaterial-based adsorbent. Applied Organometallic Chemistry. 2018;32(3):1-14
  53. 53. Askari H, Ghaedi M, Dashtian K, Azghandi MHA. Rapid and high-capacity ultrasonic assisted adsorption of ternary toxic anionic dyes onto MOF-5-activated carbon: Artificial neural networks, partial least squares, desirability function and isotherm and kinetic study. Ultrasonics Sonochemistry. 2017;37:71-82
  54. 54. Yovel Y, Franz MO, Stilz P, Schnitzler HU. Plant classification from bat-like echolocation signals. PLoS Computational Biology. 2008;4(3):e1000032
  55. 55. Liang L, Wang Q, Chen Y. In application of support vector machine in online monitoring of wastewater treatment based on combined kernel functions. In: 2011 International Conference on Electrical and Control Engineering (ICECE); IEEE. 2011. pp. 3840-3843
  56. 56. Mahmoodi NM, Hosseinabadi-Farahani Z, Chamani H. Nanostructured adsorbent (MnO2): Synthesis and least square support vector machine modeling of dye removal. Desalination and Water Treatment. 2016;57(45):21524-21533
  57. 57. Ghaedi M, Ghaedi A, Hossainpour M, Ansari A, Habibi M, Asghari A. Least square-support vector (LS-SVM) method for modeling of methylene blue dye adsorption using copper oxide loaded on activated carbon: Kinetic and isotherm study. Journal of Industrial and Engineering Chemistry. 2014;20(4):1641-1649
  58. 58. Foucquier A, Robert S, Suard F, Stéphan L, Jay A. State of the art in building modelling and energy performances prediction: A review. Renewable and Sustainable Energy Reviews. 2013;23:272-288
  59. 59. Azad FN, Ghaedi M, Asfaram A, Jamshidi A, Hassani G, Goudarzi A, Azqhandi MHA, Ghaedi A. Optimization of the process parameters for the adsorption of ternary dyes by Ni doped FeO (OH)-NWs–AC using response surface methodology and an artificial neural network. RSC Advances. 2016;6(24):19768-19779
  60. 60. Sayegh A, Tate JE, Ropkins K. Understanding how roadside concentrations of NOx are influenced by the background levels, traffic density, and meteorological conditions using boosted regression trees. Atmospheric Environment. 2016;127:163-175
  61. 61. Zhang W, Du Z, Zhang D, Yu S, Hao Y. Boosted regression tree model-based assessment of the impacts of meteorological drivers of hand, foot and mouth disease in Guangdong, China. Science of the Total Environment. 2016;553:366-371
  62. 62. Ghasemi JB, Tavakoli H. Application of random forest regression to spectral multivariate calibration. Analytical Methods. 2013;5(7):1863-1871
  63. 63. Menze BH, Kelm BM, Masuch R, Himmelreich U, Bachert P, Petrich W, Hamprecht FA. A comparison of random forest and its Gini importance with standard chemometric methods for the feature selection and classification of spectral data. BMC Bioinformatics. 2009;10(1):213
  64. 64. Svetnik V, Liaw A, Tong C, Culberson JC, Sheridan RP, Feuston BP. Random forest: A classification and regression tool for compound classification and QSAR modeling. Journal of Chemical Information and Computer Sciences. 2003;43(6):1947-1958
  65. 65. Polishchuk PG, Muratov EN, Artemenko AG, Kolumbin OG, Muratov NN, Kuz’min VE. Application of random forest approach to QSAR prediction of aquatic toxicity. Journal of Chemical Information and Modeling. 2009;49(11):2481-2488
  66. 66. Brereton RG, Lloyd GR. Support vector machines for classification and regression. Analyst. 2010;135(2):230-267
  67. 67. Ridgeway G. Package gbm: Generalized Boosted Regression Models. Version 1.6. 3.2. Austria: R Foundation for Statistical Computing Vienna; 2012
  68. 68. De’Ath G. Boosted trees for ecological modeling and prediction. Ecology. 2007;88(1):243-251
  69. 69. Friedman JH. Greedy function approximation: A gradient boosting machine. Annals of Statistics. 2001:1189-1232
  70. 70. Hastie T, Tibshirani R, Friedman J, Franklin J. The elements of statistical learning: Data mining, inference and prediction. The Mathematical Intelligencer. 2005;27(2):83-85
  71. 71. Breiman L. Arcing classifier (with discussion and a rejoinder by the author). The Annals of Statistics. 1998;26(3):801-849
  72. 72. Breiman L. Random forests. Machine Learning. 2001;45(1):5-32
  73. 73. Mazaheri H, Ghaedi M, Azqhandi MA, Asfaram A. Application of machine/statistical learning, artificial intelligence and statistical experimental design for the modeling and optimization of methylene blue and Cd (ii) removal from a binary aqueous solution by natural walnut carbon. Physical Chemistry Chemical Physics. 2017;19(18):11299-11317
  74. 74. Tanzifi M, Yaraki MT, Kiadehi AD, Hosseini SH, Olazar M, Bhati AK, Agarwal S, Gupta VK, Kazemi A. Adsorption of Amido black 10B from aqueous solution using polyaniline/SiO2 nanocomposite: Experimental investigation and artificial neural network modeling. Journal of Colloid and Interface Science. 2018;510:246-261

Written By

M. H. Ahmadi Azqhandi and M. Shekari

Submitted: 23 January 2018 Reviewed: 18 February 2018 Published: 27 June 2018