Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Item TypeItem Type
-
SubjectSubject
-
YearFrom:-To:
-
More FiltersMore FiltersSourceLanguage
Done
Filters
Reset
20,260
result(s) for
"Neural network modeling"
Sort by:
Sensitivity to geometric shape regularity in humans and baboons
by
Sablé-Meyer, Mathias
,
Dehaene, Stanislas
,
van Kerkoerle, Timo
in
Angles (geometry)
,
Artificial neural networks
,
Baboons
2021
Among primates, humans are special in their ability to create and manipulate highly elaborate structures of language, mathematics, and music. Here we show that this sensitivity to abstract structure is already present in a much simpler domain: the visual perception of regular geometric shapes such as squares, rectangles, and parallelograms. We asked human subjects to detect an intruder shape among six quadrilaterals. Although the intruder was always defined by an identical amount of displacement of a single vertex, the results revealed a geometric regularity effect: detection was considerably easier when either the base shape or the intruder was a regular figure comprising right angles, parallelism, or symmetry rather than amore irregular shape. This effectwas replicated in several tasks and in all human populations tested, including uneducated Himba adults and French kindergartners. Baboons, however, showed no such geometric regularity effect, even after extensive training. Baboon behavior was captured by convolutional neural networks (CNNs), but neither CNNs nor a variational autoencoder captured the human geometric regularity effect. However, a symbolic model, based on exact properties of Euclidean geometry, closely fitted human behavior. Our results indicate that the human propensity for symbolic abstraction permeates even elementary shape perception. They suggest a putative signature of human singularity and provide a challenge for nonsymbolic models of human shape perception.
Journal Article
Data-driven assessment of corrosion in reinforced concrete structures embedded in clay dominated soils
by
Ahmad, Shahbaz
,
Ahmad, Faraz
,
Ahmad, Siraj
in
639/166
,
639/166/986
,
Cementitious composite materials
2025
The integration of Artificial Intelligence techniques, particularly Artificial Neural Networks (ANNs), has transformed predictive modeling in structural and durability engineering. This study investigates the use of ANN-based approaches to predict the corrosion rates of mild steel reinforcement embedded in cementitious composites subjected to clay-dominated soil environments. Key environmental parameters, sodium chloride (NaCl) content (0-4%), inhibitor dosage (DOI) (0-5%), and exposure duration (30-180 days), were selected as input variables. Two ANN architectures, Feedforward Backpropagation (FFBP) and Cascadeforward Backpropagation (CFBP), were developed and trained using 72 experimental data points extracted from the literature. The FFBP model outperformed CFBP in terms of predictive accuracy, achieving a correlation coefficient (R) of 0.998, a mean absolute percentage error (MAPE) of 30.43%, and a root mean square error (RMSE) of 0.071 during testing. Sensitivity analysis revealed that inhibitor dosage had the most significant influence on corrosion behavior, followed by NaCl concentration and exposure duration. The findings confirm that ANN models can effectively capture the nonlinear interactions governing corrosion progression, even under complex environmental conditions associated with clayey soils. This research provides a reliable and practical AI-driven framework for assessing corrosion risk, guiding material design, and enhancing long-term infrastructure durability in aggressive subsurface conditions. The study underscores the growing relevance of machine learning in simulating time-dependent deterioration processes in geotechnical and structural materials.
Journal Article
A deep neural network model of audiovisual speech recognition reports the McGurk effect
by
Magnotti, John F.
,
Wang, Zhengjia
,
Beauchamp, Michael S.
in
Adult
,
Bayes Theorem
,
Behavioral Science and Psychology
2026
In the McGurk effect, perception of an auditory syllable changes dramatically when it is paired with an incongruent visual syllable, countering our intuition that speech perception is solely an auditory process. The dominant modeling framework for the study of audiovisual speech perception is that of Bayesian causal inference, but current Bayesian models are unable to predict the wide range of percepts evoked by McGurk syllables. We explored whether a deep neural network (DNN) known as AVHuBERT could provide an alternative modeling framework. AVHuBERT model variants were presented with McGurk syllables consisting of auditory “ba” paired with visual “ga” recorded from eight different talkers. AVHuBERT identified McGurk syllables as something other than “ba” at a rate of 59%, demonstrating a robust McGurk effect. The rate of the McGurk effect was similar to that observed in humans: 100 participants presented with the same McGurk syllables reported non-“ba” percepts on 56% of trials. AVHuBERT variants and humans produced a wide variety of responses to McGurk syllables, including the canonical McGurk fusion percept of “da,” responses without any initial consonant such as “ah” and responses with other initial consonants such as “fa.” The ability to predict percepts experienced by humans but not predicted by current Bayesian models suggest that DNNs and Bayesian models may provide complementary windows into the perceptual mechanisms underlying human audiovisual speech perception.
Journal Article
COVID-19 Vaccine Hesitancy: A Global Public Health and Risk Modelling Framework Using an Environmental Deep Neural Network, Sentiment Classification with Text Mining and Emotional Reactions from COVID-19 Vaccination Tweets
by
Cotae, Paul
,
Denis, Max
,
Qorib, Miftahul
in
Computational linguistics
,
Coronaviruses
,
COVID-19 - prevention & control
2023
Popular social media platforms, such as Twitter, have become an excellent source of information with their swift information dissemination. Individuals with different backgrounds convey their opinions through social media platforms. Consequently, these platforms have become a profound instrument for collecting enormous datasets. We believe that compiling, organizing, exploring, and analyzing data from social media platforms, such as Twitter, can offer various perspectives to public health organizations and decision makers in identifying factors that contribute to vaccine hesitancy. In this study, public tweets were downloaded daily from Tweeter using the Tweeter API. Before performing computation, the tweets were preprocessed and labeled. Vocabulary normalization was based on stemming and lemmatization. The NRCLexicon technique was deployed to convert the tweets into ten classes: positive sentiment, negative sentiment, and eight basic emotions (joy, trust, fear, surprise, anticipation, anger, disgust, and sadness). t-test was used to check the statistical significance of the relationships among the basic emotions. Our analysis shows that the p-values of joy–sadness, trust–disgust, fear–anger, surprise–anticipation, and negative–positive relations are close to zero. Finally, neural network architectures, including 1DCNN, LSTM, Multiple-Layer Perceptron, and BERT, were trained and tested in a COVID-19 multi-classification of sentiments and emotions (positive, negative, joy, sadness, trust, disgust, fear, anger, surprise, and anticipation). Our experiment attained an accuracy of 88.6% for 1DCNN at 1744 s, 89.93% accuracy for LSTM at 27,597 s, while MLP achieved an accuracy of 84.78% at 203 s. The study results show that the BERT model performed the best, with an accuracy of 96.71% at 8429 s.
Journal Article
CNN-based search model fails to account for human attention guidance by simple visual features
2024
Recently, Zhang et al. (
Nature communications, 9
(1), 3730,
2018
) proposed an interesting model of attention guidance that uses visual features learnt by convolutional neural networks (CNNs) for object classification. I adapted this model for search experiments, with accuracy as the measure of performance. Simulation of our previously published feature and conjunction search experiments revealed that the CNN-based search model proposed by Zhang et al. considerably underestimates human attention guidance by simple visual features. Using target-distractor differences instead of target features for attention guidance or computing attention map at lower layers of the network could improve the performance. Still, the model fails to reproduce qualitative regularities of human visual search. The most likely explanation is that standard CNNs that are trained on image classification have not learnt medium- or high-level features required for human-like attention guidance.
Journal Article
Using Artificial Neural Network Approach for Simultaneous Forecasting of Weekly Groundwater Levels at Multiple Sites
by
Jha, Madan K.
,
Raul, S. K.
,
Sudheer, K. P.
in
Algorithms
,
Aquifers
,
Artificial neural networks
2015
Reliable forecast of groundwater level is necessary for its sustainable use and for planning land and water management strategies. This paper deals with an application of artificial neural network (ANN) approach to the weekly forecasting of groundwater levels in multiple wells located over a river basin. Gradient descent with momentum and adaptive learning rate backpropagation (GDX) algorithm was employed to predict groundwater levels 1 week ahead at 18 sites over the study area. Based on the domain knowledge and pertinent statistical analysis, appropriate set of inputs for the ANN model was selected. This consisted of weekly rainfall, pan evaporation, river stage, water level in the surface drain, pumping rates of 18 sites and groundwater levels of 18 sites in the previous week, which led to 40 input nodes and 18 output nodes. During training of the ANN model, the optimum number of hidden neurons was found to be 40 and the model performance was found satisfactory (RMSE = 0.2397 m,
r
= 0.9861, and NSE = 0.9722). During testing of the model, the values of statistical indicators RMSE, r and NSE were 0.4118 m, 0.9715 and 0.9288, respectively. Using the same inputs, the developed ANN model was further used for forecasting groundwater levels 2, 3 and 4 weeks ahead in 18 tubewells. The model performance was better while forecasting groundwater levels at shorter lead times (up to 2 weeks) than that for larger lead times.
Journal Article
A Neural Network Based Superstructure Optimization Approach to Reverse Osmosis Desalination Plants
by
Di Martino, Marcello
,
Pistikopoulos, Efstratios N.
,
Avraamidou, Styliani
in
Artificial neural networks
,
Brackish water
,
Desalination
2022
An ever-growing population together with globally depleting water resources pose immense stresses for water supply systems. Desalination technologies can reduce these stresses by generating fresh water from saline water sources. Reverse osmosis (RO), as the industry leading desalination technology, typically involves a complex network of membrane modules that separate unwanted particles from water. The optimal design and operation of these complex RO systems can be computationally expensive. In this work, we present a modeling and optimization strategy for addressing the optimal operation of an industrial-scale RO plant. We employ a feed-forward artificial neural network (ANN) surrogate modeling representation with rectified linear units as activation functions to capture the membrane behavior accurately. Several ANN set-ups and surrogate models are presented and evaluated, based on collected data from the H2Oaks RO desalination plant in South-Central Texas. The developed ANN is then transformed into a mixed-integer linear programming formulation for the purpose of minimizing energy consumption while maximizing water utilization. Trade-offs between the two competing objectives are visualized in a Pareto front, where indirect savings can be uncovered by comparing energy consumption for an array of water recoveries and feed flows.
Journal Article
Effects of Transcranial Electrical Stimulation on Intermuscular Coherence in WuShu Sprint and KAN-Based EMG–Performance Function Fitting
2025
Objective: The aim of this study was to examine how transcranial electrical stimulation (tES) modulates intermuscular coherence (IMC) in sprinters and develop an interpretable neural network model for performance prediction. Methods: Thirty elite sprinters completed a randomized crossover trial involving three tES conditions: motor cortex stimulation (C1/C2), prefrontal stimulation (F3), and sham. Sprint performance metrics (0–100 m phase analysis) and lower-limb sEMG signals were collected. A Kolmogorov–Arnold Network (KAN) was trained to decode neuromuscular coordination–sprint performance relationships using IMC and time–frequency sEMG features. Results: Motor cortex tDCS increased 30–60 m sprint velocity by 2.2% versus sham (p < 0.05, η2 = 0.25). γ-band IMC in key muscle pairs (rectus femoris–biceps femoris, tibialis anterior–gastrocnemius) significantly heightened under motor cortex stimulation (F > 4.2, p < 0.03). The KAN model achieved high predictive accuracy (R2 = 0.83) through cross-validation, with derived symbolic equations mapping neuromuscular features to performance. Conclusions: Targeted tDCS enhances neuromuscular coordination and sprint velocity, while KAN provides a transparent framework for performance modeling in elite sports.
Journal Article
Dynamic multi-objective optimization control for wastewater treatment process
by
Qiao, Junfei
,
Zhang, Wei
in
Artificial Intelligence
,
Classifying
,
Computational Biology/Bioinformatics
2018
A dynamic multi-objective optimization control (DMOOC) scheme is proposed in this paper for the wastewater treatment process (WWTP), which can dynamically optimize the set-points of dissolved oxygen concentration and nitrate level with multiple performance indexes simultaneously. To overcome the difficulty of establishing multi-objective optimization (MOO) model for the WWTP, a neural network online modeling method is proposed, requiring only the process data of the plant. Then, the constructed MOO model with constraints is solved based on the NSGA-II (non-dominated sorting genetic algorithm-II), and the optimal set-point vector is selected from the Pareto set using the defined utility function. Simulation results, based on the benchmark simulation model 1 (BSM1), demonstrate that the energy consumption can be significantly reduced applying the DMOOC than the default PID control with the fixed set-points. Moreover, a tradeoff between energy consumption and effluent quality index can be considered.
Journal Article
Machine Learning (ML) Modeling, IoT, and Optimizing Organizational Operations through Integrated Strategies: The Role of Technology and Human Resource Management
2024
In the dynamic contemporary business environment, the efficient optimization of organizational operations is crucial for companies to maintain competitiveness and secure enduring success. To achieve this goal, organizations can leverage a range of elements including human resource management, the Internet of Things (IoT), technology, time management, employee training, development, and customer relationship management. Enhancing operations through these factors offers numerous benefits such as increased productivity, cost efficiency, better decision-making, work–life balance, heightened satisfaction among employees and customers, boosted revenue, improved competitiveness, and sustained success. This research employed a blended research methodology, encompassing quantitative surveys and qualitative interviews, to explore the effective application of these elements in optimizing organizational operations. Additionally, an artificial neural network (ANN) model was utilized to deepen the understanding of the relationships between key parameters and their impacts on organizational outcomes like productivity, efficiency, and competitiveness. The results indicated that technology had the most significant impact at 76.28%, underscoring the substantial influence of new technologies on organizational performance. Moreover, factors like human resource management, employee training and development, and customer relationship management also played significant roles in optimizing operations. The study identified various challenges to implementation, such as resistance to change among employees, lack of technical expertise, integration issues with legacy systems, and incomplete data, along with best practices to overcome these hurdles including regular performance evaluations, robust security measures, and personalized customer experiences. By adopting a holistic approach that integrates internal and external factors, this study offers valuable insights for organizations seeking to improve their operations, enhance productivity, and achieve their goals more efficiently. The findings emphasize the importance of a multifaceted strategy that harnesses technological advancements and efficient human resource management practices to propel organizational success in today’s fast-paced business landscape. Further research on the intricate interactions between these factors can provide additional guidance for organizations striving to enhance their performance and secure long-term competitive advantages.
Journal Article