TY - JOUR A1 - Shamshirband, Shahaboddin A1 - Joloudari, Javad Hassannataj A1 - GhasemiGol, Mohammad A1 - Saadatfar, Hamid A1 - Mosavi, Amir A1 - Nabipour, Narjes T1 - FCS-MBFLEACH: Designing an Energy-Aware Fault Detection System for Mobile Wireless Sensor Networks JF - Mathematics N2 - Wireless sensor networks (WSNs) include large-scale sensor nodes that are densely distributed over a geographical region that is completely randomized for monitoring, identifying, and analyzing physical events. The crucial challenge in wireless sensor networks is the very high dependence of the sensor nodes on limited battery power to exchange information wirelessly as well as the non-rechargeable battery of the wireless sensor nodes, which makes the management and monitoring of these nodes in terms of abnormal changes very difficult. These anomalies appear under faults, including hardware, software, anomalies, and attacks by raiders, all of which affect the comprehensiveness of the data collected by wireless sensor networks. Hence, a crucial contraption should be taken to detect the early faults in the network, despite the limitations of the sensor nodes. Machine learning methods include solutions that can be used to detect the sensor node faults in the network. The purpose of this study is to use several classification methods to compute the fault detection accuracy with different densities under two scenarios in regions of interest such as MB-FLEACH, one-class support vector machine (SVM), fuzzy one-class, or a combination of SVM and FCS-MBFLEACH methods. It should be noted that in the study so far, no super cluster head (SCH) selection has been performed to detect node faults in the network. The simulation outcomes demonstrate that the FCS-MBFLEACH method has the best performance in terms of the accuracy of fault detection, false-positive rate (FPR), average remaining energy, and network lifetime compared to other classification methods. KW - Vernetzung KW - wireless sensor networks KW - machine learning KW - Funktechnik KW - Sensor KW - Maschinelles Lernen KW - Internet of Things KW - OA-Publikationsfonds2019 Y1 - 2019 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:gbv:wim2-20200107-40541 UR - https://www.mdpi.com/2227-7390/8/1/28 VL - 2020 IS - Volume 8, Issue 1, article 28 PB - MDPI ER - TY - JOUR A1 - Shamshirband, Shahaboddin A1 - Babanezhad, Meisam A1 - Mosavi, Amir A1 - Nabipour, Narjes A1 - Hajnal, Eva A1 - Nadai, Laszlo A1 - Chau, Kwok-Wing T1 - Prediction of flow characteristics in the bubble column reactor by the artificial pheromone-based communication of biological ants JF - Engineering Applications of Computational Fluid Mechanics N2 - A novel combination of the ant colony optimization algorithm (ACO)and computational fluid dynamics (CFD) data is proposed for modeling the multiphase chemical reactors. The proposed intelligent model presents a probabilistic computational strategy for predicting various levels of three-dimensional bubble column reactor (BCR) flow. The results prove an enhanced communication between ant colony prediction and CFD data in different sections of the BCR. KW - Maschinelles Lernen KW - Machine learning KW - Bubble column reactor KW - ant colony optimization algorithm (ACO) KW - flow pattern KW - computational fluid dynamics (CFD) KW - big data KW - OA-Publikationsfonds2020 Y1 - 2020 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:gbv:wim2-20200227-41013 UR - https://www.tandfonline.com/doi/full/10.1080/19942060.2020.1715842 VL - 2020 IS - volume 14, issue 1 SP - 367 EP - 378 PB - Taylor & Francis ER - TY - JOUR A1 - Shabani, Sevda A1 - Samadianfard, Saeed A1 - Sattari, Mohammad Taghi A1 - Mosavi, Amir A1 - Shamshirband, Shahaboddin A1 - Kmet, Tibor A1 - Várkonyi-Kóczy, Annamária R. T1 - Modeling Pan Evaporation Using Gaussian Process Regression K-Nearest Neighbors Random Forest and Support Vector Machines; Comparative Analysis JF - Atmosphere N2 - Evaporation is a very important process; it is one of the most critical factors in agricultural, hydrological, and meteorological studies. Due to the interactions of multiple climatic factors, evaporation is considered as a complex and nonlinear phenomenon to model. Thus, machine learning methods have gained popularity in this realm. In the present study, four machine learning methods of Gaussian Process Regression (GPR), K-Nearest Neighbors (KNN), Random Forest (RF) and Support Vector Regression (SVR) were used to predict the pan evaporation (PE). Meteorological data including PE, temperature (T), relative humidity (RH), wind speed (W), and sunny hours (S) collected from 2011 through 2017. The accuracy of the studied methods was determined using the statistical indices of Root Mean Squared Error (RMSE), correlation coefficient (R) and Mean Absolute Error (MAE). Furthermore, the Taylor charts utilized for evaluating the accuracy of the mentioned models. The results of this study showed that at Gonbad-e Kavus, Gorgan and Bandar Torkman stations, GPR with RMSE of 1.521 mm/day, 1.244 mm/day, and 1.254 mm/day, KNN with RMSE of 1.991 mm/day, 1.775 mm/day, and 1.577 mm/day, RF with RMSE of 1.614 mm/day, 1.337 mm/day, and 1.316 mm/day, and SVR with RMSE of 1.55 mm/day, 1.262 mm/day, and 1.275 mm/day had more appropriate performances in estimating PE values. It was found that GPR for Gonbad-e Kavus Station with input parameters of T, W and S and GPR for Gorgan and Bandar Torkmen stations with input parameters of T, RH, W and S had the most accurate predictions and were proposed for precise estimation of PE. The findings of the current study indicated that the PE values may be accurately estimated with few easily measured meteorological parameters. KW - Maschinelles Lernen KW - Machine learning KW - Deep learning Y1 - 2020 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:gbv:wim2-20200110-40561 UR - https://www.mdpi.com/2073-4433/11/1/66 VL - 2020 IS - Volume 11, Issue 1, 66 ER - TY - JOUR A1 - Saadatfar, Hamid A1 - Khosravi, Samiyeh A1 - Hassannataj Joloudari, Javad A1 - Mosavi, Amir A1 - Shamshirband, Shahaboddin T1 - A New K-Nearest Neighbors Classifier for Big Data Based on Efficient Data Pruning JF - Mathematics N2 - The K-nearest neighbors (KNN) machine learning algorithm is a well-known non-parametric classification method. However, like other traditional data mining methods, applying it on big data comes with computational challenges. Indeed, KNN determines the class of a new sample based on the class of its nearest neighbors; however, identifying the neighbors in a large amount of data imposes a large computational cost so that it is no longer applicable by a single computing machine. One of the proposed techniques to make classification methods applicable on large datasets is pruning. LC-KNN is an improved KNN method which first clusters the data into some smaller partitions using the K-means clustering method; and then applies the KNN for each new sample on the partition which its center is the nearest one. However, because the clusters have different shapes and densities, selection of the appropriate cluster is a challenge. In this paper, an approach has been proposed to improve the pruning phase of the LC-KNN method by taking into account these factors. The proposed approach helps to choose a more appropriate cluster of data for looking for the neighbors, thus, increasing the classification accuracy. The performance of the proposed approach is evaluated on different real datasets. The experimental results show the effectiveness of the proposed approach and its higher classification accuracy and lower time cost in comparison to other recent relevant methods. KW - Maschinelles Lernen KW - Machine learning KW - K-nearest neighbors KW - KNN KW - classifier KW - big data KW - clustering KW - cluster shape KW - cluster density KW - classification KW - reinforcement learning KW - data science KW - computation KW - artificial intelligence KW - OA-Publikationsfonds2020 Y1 - 2020 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:gbv:wim2-20200225-40996 UR - https://www.mdpi.com/2227-7390/8/2/286 VL - 2020 IS - volume 8, issue 2, article 286 PB - MDPI ER - TY - JOUR A1 - Rabczuk, Timon A1 - Guo, Hongwei A1 - Zhuang, Xiaoying A1 - Chen, Pengwan A1 - Alajlan, Naif T1 - Stochastic deep collocation method based on neural architecture search and transfer learning for heterogeneous porous media JF - Engineering with Computers N2 - We present a stochastic deep collocation method (DCM) based on neural architecture search (NAS) and transfer learning for heterogeneous porous media. We first carry out a sensitivity analysis to determine the key hyper-parameters of the network to reduce the search space and subsequently employ hyper-parameter optimization to finally obtain the parameter values. The presented NAS based DCM also saves the weights and biases of the most favorable architectures, which is then used in the fine-tuning process. We also employ transfer learning techniques to drastically reduce the computational cost. The presented DCM is then applied to the stochastic analysis of heterogeneous porous material. Therefore, a three dimensional stochastic flow model is built providing a benchmark to the simulation of groundwater flow in highly heterogeneous aquifers. The performance of the presented NAS based DCM is verified in different dimensions using the method of manufactured solutions. We show that it significantly outperforms finite difference methods in both accuracy and computational cost. KW - Maschinelles Lernen KW - Neuronales Lernen KW - Fehlerabschätzung KW - deep learning KW - neural architecture search KW - randomized spectral representation Y1 - 2022 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:gbv:wim2-20220209-45835 UR - https://link.springer.com/article/10.1007/s00366-021-01586-2 VL - 2022 SP - 1 EP - 26 PB - Springer CY - London ER - TY - JOUR A1 - Patzelt, Max A1 - Erfurt, Doreen A1 - Ludwig, Horst-Michael T1 - Quantification of cracks in concrete thin sections considering current methods of image analysis JF - Journal of Microscopy N2 - Image analysis is used in this work to quantify cracks in concrete thin sections via modern image processing. Thin sections were impregnated with a yellow epoxy resin, to increase the contrast between voids and other phases of the concrete. By the means of different steps of pre-processing, machine learning and python scripts, cracks can be quantified in an area of up to 40 cm2. As a result, the crack area, lengths and widths were estimated automatically within a single workflow. Crack patterns caused by freeze-thaw damages were investigated. To compare the inner degradation of the investigated thin sections, the crack density was used. Cracks in the thin sections were measured manually in two different ways for validation of the automatic determined results. On the one hand, the presented work shows that the width of cracks can be determined pixelwise, thus providing the plot of a width distribution. On the other hand, the automatically measured crack length differs in comparison to the manually measured ones. KW - Beton KW - Rissbildung KW - Bildanalyse KW - Maschinelles Lernen KW - Mikroskopie KW - concrete KW - crack KW - degradation KW - transmitted light microscopy Y1 - 2022 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:gbv:wim2-20220811-46754 UR - https://onlinelibrary.wiley.com/doi/full/10.1111/jmi.13091 VL - 2022 IS - Volume 286, Issue 2 SP - 154 EP - 159 ER - TY - JOUR A1 - Ouaer, Hocine A1 - Hosseini, Amir Hossein A1 - Amar, Menad Nait A1 - Ben Seghier, Mohamed El Amine A1 - Ghriga, Mohammed Abdelfetah A1 - Nabipour, Narjes A1 - Andersen, Pål Østebø A1 - Mosavi, Amir A1 - Shamshirband, Shahaboddin T1 - Rigorous Connectionist Models to Predict Carbon Dioxide Solubility in Various Ionic Liquids JF - Applied Sciences N2 - Estimating the solubility of carbon dioxide in ionic liquids, using reliable models, is of paramount importance from both environmental and economic points of view. In this regard, the current research aims at evaluating the performance of two data-driven techniques, namely multilayer perceptron (MLP) and gene expression programming (GEP), for predicting the solubility of carbon dioxide (CO2) in ionic liquids (ILs) as the function of pressure, temperature, and four thermodynamical parameters of the ionic liquid. To develop the above techniques, 744 experimental data points derived from the literature including 13 ILs were used (80% of the points for training and 20% for validation). Two backpropagation-based methods, namely Levenberg–Marquardt (LM) and Bayesian Regularization (BR), were applied to optimize the MLP algorithm. Various statistical and graphical assessments were applied to check the credibility of the developed techniques. The results were then compared with those calculated using Peng–Robinson (PR) or Soave–Redlich–Kwong (SRK) equations of state (EoS). The highest coefficient of determination (R2 = 0.9965) and the lowest root mean square error (RMSE = 0.0116) were recorded for the MLP-LMA model on the full dataset (with a negligible difference to the MLP-BR model). The comparison of results from this model with the vastly applied thermodynamic equation of state models revealed slightly better performance, but the EoS approaches also performed well with R2 from 0.984 up to 0.996. Lastly, the newly established correlation based on the GEP model exhibited very satisfactory results with overall values of R2 = 0.9896 and RMSE = 0.0201. KW - Maschinelles Lernen KW - Machine learning KW - OA-Publikationsfonds2020 Y1 - 2019 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:gbv:wim2-20200107-40558 UR - https://www.mdpi.com/2076-3417/10/1/304 VL - 2020 IS - Volume 10, Issue 1, 304 PB - MDPI ER - TY - JOUR A1 - Nabipour, Narjes A1 - Mosavi, Amir A1 - Baghban, Alireza A1 - Shamshirband, Shahaboddin A1 - Felde, Imre T1 - Extreme Learning Machine-Based Model for Solubility Estimation of Hydrocarbon Gases in Electrolyte Solutions JF - Processes N2 - Calculating hydrocarbon components solubility of natural gases is known as one of the important issues for operational works in petroleum and chemical engineering. In this work, a novel solubility estimation tool has been proposed for hydrocarbon gases—including methane, ethane, propane, and butane—in aqueous electrolyte solutions based on extreme learning machine (ELM) algorithm. Comparing the ELM outputs with a comprehensive real databank which has 1175 solubility points yielded R-squared values of 0.985 and 0.987 for training and testing phases respectively. Furthermore, the visual comparison of estimated and actual hydrocarbon solubility led to confirm the ability of proposed solubility model. Additionally, sensitivity analysis has been employed on the input variables of model to identify their impacts on hydrocarbon solubility. Such a comprehensive and reliable study can help engineers and scientists to successfully determine the important thermodynamic properties, which are key factors in optimizing and designing different industrial units such as refineries and petrochemical plants. KW - Maschinelles Lernen KW - Machine learning KW - Deep learning Y1 - 2020 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:gbv:wim2-20200113-40624 UR - https://www.mdpi.com/2227-9717/8/1/92 VL - 2020 IS - Volume 8, Issue 1, 92 PB - MDPI ER - TY - JOUR A1 - Nabipour, Narjes A1 - Dehghani, Majid A1 - Mosavi, Amir A1 - Shamshirband, Shahaboddin T1 - Short-Term Hydrological Drought Forecasting Based on Different Nature-Inspired Optimization Algorithms Hybridized With Artificial Neural Networks JF - IEEE Access N2 - Hydrological drought forecasting plays a substantial role in water resources management. Hydrological drought highly affects the water allocation and hydropower generation. In this research, short term hydrological drought forecasted based on the hybridized of novel nature-inspired optimization algorithms and Artificial Neural Networks (ANN). For this purpose, the Standardized Hydrological Drought Index (SHDI) and the Standardized Precipitation Index (SPI) were calculated in one, three, and six aggregated months. Then, three states where proposed for SHDI forecasting, and 36 input-output combinations were extracted based on the cross-correlation analysis. In the next step, newly proposed optimization algorithms, including Grasshopper Optimization Algorithm (GOA), Salp Swarm algorithm (SSA), Biogeography-based optimization (BBO), and Particle Swarm Optimization (PSO) hybridized with the ANN were utilized for SHDI forecasting and the results compared to the conventional ANN. Results indicated that the hybridized model outperformed compared to the conventional ANN. PSO performed better than the other optimization algorithms. The best models forecasted SHDI1 with R2 = 0.68 and RMSE = 0.58, SHDI3 with R 2 = 0.81 and RMSE = 0.45 and SHDI6 with R 2 = 0.82 and RMSE = 0.40. KW - Maschinelles Lernen KW - Machine learning KW - Deep learning KW - Hydrological drought KW - precipitation KW - hydrology Y1 - 2020 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:gbv:wim2-20200213-40796 UR - https://ieeexplore.ieee.org/document/8951168 VL - 2020 IS - volume 8 SP - 15210 EP - 15222 PB - IEEE ER - TY - JOUR A1 - Mousavi, Seyed Nasrollah A1 - Steinke Júnior, Renato A1 - Teixeira, Eder Daniel A1 - Bocchiola, Daniele A1 - Nabipour, Narjes A1 - Mosavi, Amir A1 - Shamshirband, Shahaboddin T1 - Predictive Modeling the Free Hydraulic Jumps Pressure through Advanced Statistical Methods JF - Mathematics N2 - Pressure fluctuations beneath hydraulic jumps potentially endanger the stability of stilling basins. This paper deals with the mathematical modeling of the results of laboratory-scale experiments to estimate the extreme pressures. Experiments were carried out on a smooth stilling basin underneath free hydraulic jumps downstream of an Ogee spillway. From the probability distribution of measured instantaneous pressures, pressures with different probabilities could be determined. It was verified that maximum pressure fluctuations, and the negative pressures, are located at the positions near the spillway toe. Also, minimum pressure fluctuations are located at the downstream of hydraulic jumps. It was possible to assess the cumulative curves of pressure data related to the characteristic points along the basin, and different Froude numbers. To benchmark the results, the dimensionless forms of statistical parameters include mean pressures (P*m), the standard deviations of pressure fluctuations (σ*X), pressures with different non-exceedance probabilities (P*k%), and the statistical coefficient of the probability distribution (Nk%) were assessed. It was found that an existing method can be used to interpret the present data, and pressure distribution in similar conditions, by using a new second-order fractional relationships for σ*X, and Nk%. The values of the Nk% coefficient indicated a single mean value for each probability. KW - Maschinelles Lernen KW - Machine learning KW - mathematical modeling KW - extreme pressure KW - hydraulic jump KW - stilling basin KW - standard deviation of pressure fluctuations KW - statistical coeffcient of the probability distribution Y1 - 2020 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:gbv:wim2-20200402-41140 UR - https://www.mdpi.com/2227-7390/8/3/323 VL - 2020 IS - Volume 8, Issue 3, 323 PB - MDPI CY - Basel ER -