Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Reading LevelReading Level
-
Content TypeContent Type
-
YearFrom:-To:
-
More FiltersMore FiltersItem TypeIs Full-Text AvailableSubjectCountry Of PublicationPublisherSourceDonorLanguagePlace of PublicationContributorsLocation
Done
Filters
Reset
16,438
result(s) for
"machine learning techniques"
Sort by:
Deep learning in visual computing and signal processing
by
Singh, Krishna Kant (Telecommunications professor), editor
,
Sachan, Vibhav Kumar, editor
,
Singh, Akansha, editor
in
Computer vision.
,
Signal processing Digital techniques.
,
Deep learning (Machine learning)
2023
\"This new volume, Deep Learning in Visual Computing and Signal Processing, covers the fundamentals and advanced topics in designing and deploying techniques using deep architectures and their application in visual computing and signal processing. The volume first lays out the fundamentals of deep learning as well as deep learning architectures and frameworks. It goes on to discuss deep learning in neural networks and deep learning for object recognition and detection models. It looks at the various specific applications of deep learning in visual and signal processing, such as in biorobotics, for automated brain tumor segmentation in MRI images, in neural networks for use in seizure classification, for digital forensic investigation based on deep learning, and more. Key features : covers both the fundamentals and the latest concepts in deep learning, presents some of the diverse applications of deep learning in visual computing and signal processing, and includes over 90 figures and tables to elucidate the text. An enlightening amalgamation of deep learning concepts with visual computing and signal processing applications, this valuable resource will serve as a guide for researchers, engineers, and students who want to have a quick start on learning and/or building deep learning systems. It provides a good theoretical and practical understanding and complete information and knowledge required to understand and build deep learning models from scratch\"-- Provided by publisher.
Synthetic Theft Attacks and Long Short Term Memory-Based Preprocessing for Electricity Theft Detection Using Gated Recurrent Unit
2022
Electricity theft is one of the challenging problems in smart grids. The power utilities around the globe face huge economic loss due to ET. The traditional electricity theft detection (ETD) models confront several challenges, such as highly imbalance distribution of electricity consumption data, curse of dimensionality and inevitable effects of non-malicious factors. To cope with the aforementioned concerns, this paper presents a novel ETD strategy for smart grids based on theft attacks, long short-term memory (LSTM) and gated recurrent unit (GRU) called TLGRU. It includes three subunits: (1) synthetic theft attacks based data balancing, (2) LSTM based feature extraction, and (3) GRU based theft classification. GRU is used for drift identification. It stores and extracts the long-term dependency in the power consumption data. It is beneficial for drift identification. In this way, a minimum false positive rate (FPR) is obtained. Moreover, dropout regularization and Adam optimizer are added in GRU for tackling overfitting and trapping model in the local minima, respectively. The proposed TLGRU model uses the realistic EC profiles of the Chinese power utility state grid corporation of China for analysis and to solve the ETD problem. From the simulation results, it is exhibited that 1% FPR, 97.96% precision, 91.56% accuracy, and 91.68% area under curve for ETD are obtained by the proposed model. The proposed model outperforms the existing models in terms of ETD.
Journal Article
Practical machine learning and image processing : for facial recognition, object detection, and pattern recognition using Python
Gain insights into image-processing methodologies and algorithms, using machine learning and neural networks in Python. This book begins with the environment setup, understanding basic image-processing terminology, and exploring Python concepts that will be useful for implementing the algorithms discussed in the book. You will then cover all the core image processing algorithms in detail before moving onto the biggest computer vision library: OpenCV. You?ll see the OpenCV algorithms and how to use them for image processing. The next section looks at advanced machine learning and deep learning methods for image processing and classification. You?ll work with concepts such as pulse coupled neural networks, AdaBoost, XG boost, and convolutional neural networks for image-specific applications. Later you?ll explore how models are made in real time and then deployed using various DevOps tools. All the concepts in Practical Machine Learning and Image Processing are explained using real-life scenarios. After reading this book you will be able to apply image processing techniques and make machine learning models for customized application. You will: Discover image-processing algorithms and their applications using Python Explore image processing using the OpenCV library Use TensorFlow, scikit-learn, NumPy, and other libraries Work with machine learning and deep learning algorithms for image processing Apply image-processing techniques to five real-time projects.
Machine Learning Techniques to Predict the Air Quality Using Meteorological Data in Two Urban Areas in Sri Lanka
by
Azamathulla, Hazi Md
,
Mampitiya, Lakindu
,
Rathnayake, Namal
in
Air pollution
,
Air quality
,
Air quality measurements
2023
The effect of bad air quality on human health is a well-known risk. Annual health costs have significantly been increased in many countries due to adverse air quality. Therefore, forecasting air quality-measuring parameters in highly impacted areas is essential to enhance the quality of life. Though this forecasting is usual in many countries, Sri Lanka is far behind the state-of-the-art. The country has increasingly reported adverse air quality levels with ongoing industrialization in urban areas. Therefore, this research study, for the first time, mainly focuses on forecasting the PM10 values of the air quality for the two urbanized areas of Sri Lanka, Battaramulla (an urban area in Colombo), and Kandy. Twelve air quality parameters were used with five models, including extreme gradient boosting (XGBoost), CatBoost, light gradient-boosting machine (LightBGM), long short-term memory (LSTM), and gated recurrent unit (GRU) to forecast the PM10 levels. Several performance indices, including the coefficient of determination (R2), root mean squared error (RMSE), mean absolute error (MAE), mean squared error (MSE), mean absolute relative error (MARE), and the Nash–Sutcliffe efficiency (NSE), were used to test the forecasting models. It was identified that the LightBGM algorithm performed better in forecasting PM10 in Kandy (R2=0.99, MSE =0.02, MAE=0.002, RMSE =0.1225, MARE =1.0, and NSE=0.99). In contrast, the LightBGM achieved a higher performance (R2=0.99, MSE =0.002, MAE =0.012 , RMSE =1.051, MARE =0.00, and NSE=0.99) for the forecasting PM10 for the Battaramulla region. As per the results, it can be concluded that there is a necessity to develop forecasting models for different land areas. Moreover, it was concluded that the PM10 in Kandy and Battaramulla increased slightly with existing seasonal changes.
Journal Article
Industrial adoption of machine learning techniques for early identification of invalid bug reports
2024
Despite the accuracy of machine learning (ML) techniques in predicting invalid bug reports, as shown in earlier research, and the importance of early identification of invalid bug reports in software maintenance, the adoption of ML techniques for this task in industrial practice is yet to be investigated. In this study, we used a technology transfer model to guide the adoption of an ML technique at a company for the early identification of invalid bug reports. In the process, we also identify necessary conditions for adopting such techniques in practice. We followed a case study research approach with various design and analysis iterations for technology transfer activities. We collected data from bug repositories, through focus groups, a questionnaire, and a presentation and feedback session with an expert. As expected, we found that an ML technique can identify invalid bug reports with acceptable accuracy at an early stage. However, the technique’s accuracy drops over time in its operational use due to changes in the product, the used technologies, or the development organization. Such changes may require retraining the ML model. During validation, practitioners highlighted the need to understand the ML technique’s predictions to trust the predictions. We found that a visual (using a state-of-the-art ML interpretation framework) and descriptive explanation of the prediction increases the trustability of the technique compared to just presenting the results of the validity predictions. We conclude that trustability, integration with the existing toolchain, and maintaining the techniques’ accuracy over time are critical for increasing the likelihood of adoption.
Journal Article
IoT, Machine Learning and Blockchain Technologies for Renewable Energy and Modern Hybrid Power Systems
by
Sivaraman, P
,
Joseph, Meera
,
Sharmeela, C
in
Blockchains (Databases)
,
Hybrid power systems
,
Internet of things
2023
This edited book comprises chapters that describe the IoT, machine learning, and blockchain technologies for renewable energy and modern hybrid power systems with simulation examples and case studies.
After reading this book, users will understand recent technologies such as IoT, machine learning techniques, and blockchain technologies and the application of these technologies to renewable energy resources and modern hybrid power systems through simulation examples and case studies.
This edited book comprises chapters that describe the IoT, machine learning, and blockchain technologies for renewable energy and modern hybrid power systems with simulation examples and case studies.
Software Defect Prediction Using Variant based Ensemble Learning and Feature Selection Techniques
by
Anwaar Saeed, Muhammad
,
Nawaz, Zahid
,
Aftab, Shabib
in
Accuracy
,
Artificial Intelligence
,
Classification
2020
Testing is considered as one of the expensive activities in software development process. Fixing the defects during testing process can increase the cost as well as the completion time of the project. Cost of testing process can be reduced by identifying the defective modules during the development (before testing) stage. This process is known as “Software Defect Prediction”, which has been widely focused by many researchers in the last two decades. This research proposes a classification framework for the prediction of defective modules using variant based ensemble learning and feature selection techniques. Variant selection activity identifies the best optimized versions of classification techniques so that their ensemble can achieve high performance whereas feature selection is performed to get rid of such features which do not participate in classification and become the cause of lower performance. The proposed framework is implemented on four cleaned NASA datasets from MDP repository and evaluated by using three performance measures, including: F-measure, Accuracy, and MCC. According to results, the proposed framework outperformed 10 widely used supervised classification techniques, including: “Naïve Bayes (NB), Multi-Layer Perceptron (MLP), Radial Basis Function (RBF), Support Vector Machine (SVM), K Nearest Neighbor (KNN), kStar (K*), One Rule (OneR), PART, Decision Tree (DT), and Random Forest (RF)”.
Journal Article
Comprehensive Evaluation of Machine Learning Techniques for Estimating the Responses of Carbon Fluxes to Climatic Forces in Different Terrestrial Ecosystems
by
Yang, Yongguo
,
Dou, Xianming
in
Adaptive systems
,
Artificial intelligence
,
Artificial neural networks
2018
Accurately estimating the carbon budgets in terrestrial ecosystems ranging from flux towers to regional or global scales is particularly crucial for diagnosing past and future climate change. This research investigated the feasibility of two comparatively advanced machine learning approaches, namely adaptive neuro-fuzzy inference system (ANFIS) and extreme learning machine (ELM), for reproducing terrestrial carbon fluxes in five different types of ecosystems. Traditional artificial neural network (ANN) and support vector machine (SVM) models were also utilized as reliable benchmarks to measure the generalization ability of these models according to the following statistical metrics: coefficient of determination (R2), index of agreement (IA), root mean square error (RMSE), and mean absolute error (MAE). In addition, we attempted to explore the responses of all methods to their corresponding intrinsic parameters in terms of the generalization performance. It was found that both the newly proposed ELM and ANFIS models achieved highly satisfactory estimates and were comparable to the ANN and SVM models. The modeling ability of each approach depended upon their respective internal parameters. For example, the SVM model with the radial basis kernel function produced the most accurate estimates and performed substantially better than the SVM models with the polynomial and sigmoid functions. Furthermore, a remarkable difference was found in the estimated accuracy among different carbon fluxes. Specifically, in the forest ecosystem (CA-Obs site), the optimal ANN model obtained slightly higher performance for gross primary productivity, with R2 = 0.9622, IA = 0.9836, RMSE = 0.6548 g C m−2 day−1, and MAE = 0.4220 g C m−2 day−1, compared with, respectively, 0.9554, 0.9845, 0.4280 g C m−2 day−1, and 0.2944 g C m−2 day−1 for ecosystem respiration and 0.8292, 0.9306, 0.6165 g C m−2 day−1, and 0.4407 g C m−2 day−1 for net ecosystem exchange. According to the findings in this study, we concluded that the proposed ELM and ANFIS models can be effectively employed for estimating terrestrial carbon fluxes.
Journal Article
Machine Learning and Deep Learning Based Hybrid Feature Extraction and Classification Model Using Digital Microscopic Bacterial Images
2023
Bacteria are single-celled organisms with a propensity to survive in a wide range of environments. Most of these species can be found both in soil and in oceans whereas some of them are also present in the human body. Majority of bacterial species are harmful to humans, producing a wide range of infectious diseases like cholera, strep throat, tuberculosis, etc. Only a small minority of bacterial species are beneficial to humans. Thus, the study of bacteria is extremely important to analyze, identify benefits and to get rid of their negative effects. Microbiologist uses slide culturing process for bacteria identification, which involve microscope for examination of various species of bacteria. As a result, the shapes of the various samples differ, and to distinguish one sample from another, several characteristics, such as differences in cellular structure and cell-component divergence, are seen. This process is time-consuming and labor-intensive and significantly dependent on expensive machinery and human expertise. A variety of defects and problems can be easily remedied with the development and widespread use of machine learning-based computer assisted solutions in this area. The model developed with the help of machine learning tools and technologies is particularly effective in this field of image analysis and has shown an extraordinarily high rate of improvement in clinical microbiology research by recognizing different bacterial species. For more precise and better outcomes in the categorization of bacteria, feature extraction from digital images is crucial and incredibly vital. The method of feature extraction helps to eliminate extraneous data from a data collection, which speeds up learning and generalization throughout the entire machine learning process. In this paper, we try to attempt various machine learning methods to build an ensembled feature extractor and selector for better classification of microscopic bacterial Images. In this paper, we attempt to compare different feature extraction algorithms with various machine learning classifiers. The experiments have been performed on a novel dataset comprising microscopic images of four bacteria species i.e.
Acetobacter aceti
,
Micrococcus luteus
,
Bacillus anthracis
and
Thermus
sp. For feature extraction HOG (Histogram of Oriented Gradients), LBP (Local Binary Pattern), ResNet50 and VGG16 techniques have been employed. Using these features performance of five classification algorithms i.e., SVM (Support Vector Machine), RF (Random Forest), Naïve Bayes, Decision Tree and KNN (K-Nearest Neighbor) has been compared. Moreover, comparison has also been performed among feature extraction techniques also. The experimental results show that the combination of SVM and the deep features extracted using VGG16 outperformed other techniques in terms of different classification performance measures, and achieved an accuracy of 99.89%.
Journal Article
Predicting axial load capacity in elliptical fiber reinforced polymer concrete steel double skin columns using machine learning
by
Almoghayer, Walaa J. K.
,
Khishe, Mohammad
,
Elshaarawy, Mohamed Kamel
in
639/166/986
,
639/705/117
,
Artificial intelligence
2025
The current study investigates the application of artificial intelligence (AI) techniques, including machine learning (ML) and deep learning (DL), in predicting the ultimate load-carrying capacity and ultimate strain ofboth hollow and solid hybrid elliptical fiber-reinforced polymer (FRP)–concrete–steel double-skin tubular columns (DSTCs) under axial loading. Implemented AI techniques include five ML models — Gene Expression Programming (GEP), Artificial Neural Network (ANN), Random Forest (RF), Adaptive Boosting (ADB), and eXtreme Gradient Boosting (XGBoost) — and one DL model — Deep Neural Network (DNN).Due to the scarcity of experimental data on hybrid elliptical DSTCs, an accurate finite element (FE) model was developed to provide additional numerical insights. The reliability of the proposed nonlinear FE model was validated against existing experimental results. The validated model was then employed in a parametric study to generate 112 data points.The parametric study examined the impact of concrete strength, the cross-sectional size of the inner steel tube, and FRP thickness on the ultimate load-carrying capacity and ultimate strain of both hollow and solid hybrid elliptical DSTCs.The effectiveness of the AI application was assessed by comparing the models’ predictions with FE results.Among the models, XGBoost and RF achieved the best performance in both training and testing with respect to the determination coefficient (R
2
), Root Mean Square Error (RMSE), and Mean Absolute Error (MAE) values. The study provided insights into the contributions of individual features to predictions using the SHapley Additive exPlanations (SHAP) approach. The results from SHAP, based on the best prediction performance of the XGBoost model, indicate that the area of the concrete core has the most significant effect on the load-carrying capacity of hybrid elliptical DSTCs, followed by the unconfined concrete strength and the total thickness of FRP multiplied by its elastic modulus. Additionally, a user interface platform was developed to streamline the practical application of the proposed AI models in predicting the axial capacity of DSTCs.
Journal Article