Browse Items (11809 total)
Sort by:
-
Machine Learning Based Recession Prediction Analysis Using Gross Domestic Product (GDP)
This research article aims to explore the prediction and analysis of recessions, with a particular focus on Gross Domestic Product (GDP). The study examines the impact of recessions on different countries, namely India, USA, Germany, China, and Bangladesh, while also considering the influence of the COVID-19 pandemic on these nations in relation to the recessionary effects. Furthermore, the study lists many machine learning techniques that could be used to anticipate recessions. This research mainly focuses on predicting recession using different machine learning models. The research not only provides an in-depth analysis of the recessionary impacts on different economies but also serves as a foundation for future implementation of these algorithms for accurate recession prediction and proactive economic decision-making. This research study mainly focuses on machine learning algorithms like Random Forest, Support Vector Machines and Regression Model. The GDP prediction comparison is taking last twenty years data. This is mainly compared before and after COVID-19 situation. 2023 IEEE. -
Identification of Cyberbullying and Finding Target User's Intention on Public Forums
Numerous cybercriminals are active in the online realm, carrying out cyber-crimes according to predetermined and preplanned agendas. Cyberbullying, which was formerly limited to physical limits, has now expanded online as a result of technology advancements. One type of cyberbullying is denigration or insult. The cyberbullying cases are in exponential rise in social media as per the reports of Computer Emergency Team by Sri Lanka. Insulting words are changeable in dynamic and the same terminology may have numerous meanings depending on the context. Bullying cannot be defined just because a statement comprises such a term. As a result, when classifying comments, standard keyword detecting approaches are insufficient. Other languages also may have dealt with this issue by utilizing lexical databases like WordNet, which might give synonyms as well as homonyms for words. Because no adequate lexical database mainly for the English language has been built, recognizing a word like bullying is difficult. As a result, employed rules to solve the problem. Facebook comments containing profanity were gathered, outliers were eliminated, and the remaining messages were pre-processed. Five feature extraction rules were employed to assess insult in the text. Following that, used the Support Vector Machine (SVM) technique. Using an F1-score of 85%, the findings demonstrate that when compared to existing works, SVM performs better. The focus on English language cyberbully identification, which has never been addressed earlier, distinguishes this study. 2023 IEEE. -
Predictive Analytics for Stock Market Trends using Machine Learning
Navigating the intricacies of stock market trends demands a novel approach capable of deciphering the web of financial data and market sentiment. This research embarks on a transformative journey into the realm of machine learning, where we harness the power of data to forecast stock market trends with increased precision and accuracy. Commencing with an exploration of stock market dynamics and the inherent limitations of traditional forecasting techniques, this paper takes a bold step into the future by embracing the potential of machine learning. The study begins with an in-depth analysis of data preprocessing, unraveling the complexity of feature selection and engineering, setting the stage for a data-driven odyssey. As our exploration progresses, we dive into the deployment of diverse machine learning algorithms, including linear regression, decision trees, random forests, and the formidable deep learning models such as recurrent neural networks (RNNs) and long short-term memory networks (LSTMs). These algorithms act as our guiding lights, revealing intricate patterns concealed within historical stock price data. Our journey reaches new heights as we recognize the significance of augmenting predictive models with external data sources. Incorporating elements like news sentiment analysis and macroeconomic indicators enriches our understanding of the market landscape, enhancing the predictive capabilities of our models. We also delve into the crucial aspects of model evaluation, guarding against overfitting, and selecting appropriate performance metrics to ensure robust and reliable predictions. The research reaches its zenith with a meticulous analysis of real-world case studies, providing a comparative perspective between machine learning models and traditional forecasting methods. The results underscore the remarkable potential of machine learning in predicting stock market trends more accurately. 2023 IEEE. -
Impact of Expert Academic Teaching Quality and its Performance Based on BiLSTM-Deep CNN Network
Undergraduate and postgraduate students from eight different departments at a UK institution participated in organized conversations about the impact of teachers' research activities on their education. In both samples, positive responses greatly outnumbered negative ones. There was an increase in positive feedback on professors' research when the overall quantity and quality of research in a specific field (as measured by Research Assessment Exercise [RAE] ratings) improved. Undergraduate samples with higher RAE scores were more likely to have negative feedback on research than graduate student samples. Both graduate and undergraduate students agreed that lecturers' research increased the instructor's credibility, relevance, and knowledge, as well as piqued and maintained their own interest, engagement, and drive. Data processing, feature selection, and model training are the first steps in the proposed approach. The data are changed from their raw form into a form suitable for academic use during the data pre-processing phase. They are employing Information Gain and Symmetric Uncertainty for feature selection. Following the feature selection process, the models are trained using BiLSTM-CNN. Both the BiLSTM and the CNN methods are inferior to the proposed method. 2023 IEEE. -
A Comprehensive Review on Image Restoration Methods due to Salt and Pepper Noise
Digital images are well-use in various fields like satellite communication, mobile communication, medical and security. Visualized information helps the people to understand the things easily by seen. Improper capturing, age of camera lens, imperfect storage and transmission leads to introduce noise in the image. Gaussian noise, salt and pepper/impulse noise and speckle noise may affect the original image due to aforementioned reasons. Out of these, impulse noise/salt and pepper noise is one of the major types, degrades the image with black and white spots it results loss of required information. Hence, restoration of ground- truth image from such type of noisy image is a challenging task to provide quality and clarity visuals to users. Several linear and non-linear methods have been proposed by researchers since more than four decades. Nonlinear methods based on; median filtering approach; adaptive median filter approach; median filter with switching condition; and median filter with rank order type; are proposed from early 1980s onwards. All of these operated directly on pixels in spatial domain. Hence, they are very easy to implement and most of them are not that much robust at middle and higher noise density circumstances. Further, various researchers have been implemented linear methods such as wavelet transform methods like SWT and DWT. Majority of these are works well upto 50% noise density conditions and very few works well on higher and multiple noise density conditions also. To overcome these problems CNNs based methods have been developed tremendously by various researchers from last decade and these methods require huge database to train the network model. Most of these, achieved good accuracy rates at higher and multiple noise conditions. Hence, here a detailed review report is presented on impulse noise removal methods with their Peak Signal to Noise Ratio (PSNR). 2023 IEEE. -
Impact of Machine Intelligence on Clinical Disease Outbreak Prediction
This research paper examines the utilization of Artificial Intelligence (AI) in disease outbreak prediction and its importance in public health. It explores the hurdles associated with predicting disease outbreaks, including data quality and accessibility, ethical considerations, algorithmic bias, and integration and interpretability challenges. The paper presents an overview of AI techniques applied in healthcare and their relevance to forecasting disease outbreaks. Case studies demonstrate the efficacy of AI -based models in predicting infectious diseases, vector-borne diseases, and epidemics/pandemics, employing diverse data sources. The limitations and future prospects of AI in disease outbreak prediction are addressed, accompanied by recommendations for enhancement. In conclusion, the paper highlights AI's potential to revolutionize disease outbreak prediction, leading to proactive public health interventions and improved response strategies. 2023 IEEE. -
A Voting Enabled Predictive Approach for Hate Speech Detection
In today's digital environment, hate speech, which is defined as disparaging and discriminating communication based on personal characteristics, presents a big difficulty. Hate crimes and the rising amount of such content on social media platforms are two examples of how it is having an impact. Large volumes of textual data require manual analysis and categorization, which is tedious and subject to prejudice. Machine learning (ML) technologies have the ability to automate hate speech identification with increased objectivity and accuracy in order to overcome these constraints. This article intends to give a comparative analysis of various ML models for the identification of hate speech. The proliferation of such content online and its negative repercussions on people and society are explored, as is the necessity for automated hate speech recognition. This paper intends to support the creation of efficient hate speech detection systems by performing a comparative analysis of ML models. Random forest records the best performance with higher accuracy and low response delay period for hate speech detection. The results will help enhance automated text classification algorithms and, in the end, promote a safer and more welcoming online environment by illuminating the benefits and drawbacks of various approaches. 2023 IEEE. -
AI Sovereignty in Autonomous Driving: Exploring Needs and Possibilities for Overcoming Challenges
With the development of artificial intelligence, advancements in navigation systems for self-driving cars have become a new direction over the last decade. The inclusion of AI-driven actuators in autonomous vehicles has broken the barriers in terms of real-time high-quality data processing resources, accuracy of decisive actions and generalization of environment-action pairs. Upgradation from a car with no automation to a car with minimal to no human intervention has become a boon of AI, as it resolves most of the transportation problems on roads, including human error, lack of visibility in adverse weather conditions, tiredness of drivers in long journeys, etc. This study focuses on AI-enabled tasks, including object detection and identification, lane detection, notification for lane departure and reinforcement learning from the operational environment. However, there exist serious issues in deploying AI-empowered modules in autonomous cars, as the consumer rights to explain, trustworthiness, and reliability of the machine have not yet met the requirements. Our work explores the needs and prospects of AI sovereignty in autonomous driving by overcoming the aforementioned issues so that the healthy progress of technological society can take care of the future world. 2023 IEEE. -
Prediction of Rainfall Using Seasonal Auto Regressive Integrated Moving Average and Transductive Long Short-Term Model
One of the most crucial parts of the practical application in recent years has been the analysis of time series data for forecasting. Because of the extreme climate variations, it is now harder than ever to estimate rainfall accurately. It is possible to forecast rainfall using a number of time series models that uncover hidden patterns in past meteorological data. Choosing the right Time Series Analysis Models for predicting is a challenging task. This study suggests using a Seasonal Auto Regressive Integrated Moving Average (SARIMA) to forecast values that are similar to historical values that exhibit seasonal patterns. Twelve years of historical weather data for the city of Lahore (from 2005 to 2017) and Blora Regency are taken into account for the prediction. The dataset underwent pre-processing operations like cleaning and normalisation before to the classification procedure. For classification, Transductive Long Short-Term Model (TLSTM) is employed which has learned the dependency values where the memory blocks are recurring and capable of learning long-term dependencies on this model. Further, TLSTM's goal is to increase accuracy close to the test point, where test points are selected as a validation group. The performance of the models has been assessed based on accuracy (99%), precision (98%), recall (96%) and fl-score (98%). Proposed SARIMA model showed optimistic results when compared to existing models. 2023 IEEE. -
Augmented Reality Based Medical Education
The education in medical field requires both theoretical knowledge and practical knowledge. It is important for medical student to acquire effective practical skills. Since the students apply the theoretical knowledge in practical manner in human body. Human body is very volatile, gentle, and difficult system. If a student apply trial in the humans for practical knowledge, there may cause the human error which leads to death of the person. To avoid this, the proposed system 'Augmented Reality Based Medical Education' is useful. Augmented reality makes the learning process more interactive and interesting. It can reproduce specific circumstances that assist students to rehearse with virtual objects that look like the human body and organ. Like traditional learning, it does not require real patients. By this way, augmented reality prevents risk of human life. Medical education with augmented reality extensively provides real time experiences. It has low risks and also affordable. When any human error occurs, there is no human loss. So the human life can be prevented by the system. The proposed system is developed using tools like Unity which is the complete platform for the developing our application, Vuforia-developer portal, a tool to create image target and Blender which is used to create 3D objects. 2023 IEEE. -
5G Technology Empowering Wireless Technology
Wireless Communication is the means of transferring data from one point to another without the use of any wired means. With reference to wireless communication, wireless sensor Networks (WSN) have also developed in recent times. It can be referred as an infrastructure-less system of wireless devices which can gather and exchange information with the help of a wireless link. The information which is gathered is sent respectively to the base stations and sinks for further developments. Recently, the 5G generation network, the latest Wireless Communication Network operates at a higher frequency range than its predecessor. In this paper, a detailed analysis on the 5G generation cellular network, which is expected to be a key instrument of wireless technologies in the near future is outlined. Also a comparative analysis of different kinds of networks in context to wireless scenario is discussed. It was found that 5G provides the best outcome in terms of high speed and network spectrum bandwidth. 2023 IEEE. -
An Efficient Approach for Obstacle Avoidance and Navigation in Robots
Reinforcement learning has emerged as a prominent technique for enhancing robot obstacle avoidance capabilities in recent years. This research provides a comprehensive overview of reinforcement learning methods, focusing on Bayesian, static, dynamic policy, Deep Q-Learning (DQN) and extended dynamic policy algorithms. In the context of robot obstacle avoidance, these algorithms enable an agent to interact with its physical environment, learns effective operating strategies, and optimize actions to maximize a reward signal. The environment typically consists of a physical space that the robot must navigate without encountering obstacles. The reward signal serves as an objective measure of the robot's performance towards accomplishing specific goals, such as reaching designated positions or completing tasks. Furthermore, successful obstacle avoidance strategies acquired in simulation environments can be seamlessly transferred to real-world scenarios. The promising results achieved thus far indicate the potential of reinforcement learning as a powerful tool for enhancing robot obstacle avoidance. This research concludes with insights into the future prospects of reward learning, high-lighting its ongoing importance in the development of intelligent robotics systems. The proposed algorithm DQN outperforms well among all the other algorithms with an accuracy of 81%, Through this research, we aim to provide valuable insights and directions for further advancements in the field of robot obstacle avoidance using reinforcement learning techniques. 2023 IEEE. -
A Novel Energy-Efficient Hybrid Optimization Algorithm for Load Balancing in Cloud Computing
In the field of Cloud Computing (CC), load balancing is a method applied to distribute workloads and computing resources appropriately. It enables organizations to effectively manage the needs of their applications or workloads by spreading resources across numerous PCs, networks, or servers. This research paper offers a unique load balancing method named FFBSO, which combines Firefly algorithm (FF) which reduces the search space and Bird Swarm Optimization (BSO). BSO takes inspiration from the collective behavior of birds, exhibiting tasks as birds and VMs as destination food patches. In the cloud environment, tasks are regarded as autonomous and non-preemptive. On the other hand, the BSO algorithm maps tasks onto suitable VMs by identifying the possible best positions. Simulation findings reveal that the FFBSO algorithm beat other approaches, obtaining the lowest average reaction time of 13ms, maximum resource usage of 99%, all while attaining a makespan of 35s. 2023 IEEE. -
TSM: A Cloud Computing Task Scheduling Model
Cloud offers online-based runtime computing services through virtualized resources, ensuring scalability and efficient resource utilization on demand. Resource allocation in the dynamic cloud environment poses challenges for providers due to fluctuating user demand and resource availability. Cloud service providers must dynamically and economically allocate substantial resources among dispersed users worldwide. Users, in turn, expect reliable and cost-effective computing services, requiring the establishment of Service Level Agreements (SLAs). Resource distribution uncertainty arises in view of the dynamicity of the cloud, where VMs, memory capacity requirement, processing power, and networking are allocated to user applications using virtualization technology. Resource allocation strategies must address issues such as insufficient provisioning, scarcity, competition, resources fragmentation. CPU scheduler plays a crucial role in task completion, by selecting job from queue considering specific requirements. The Task Scheduling Model (TSM) algorithm improves scheduling by considering expected execution time, standard deviation, and resource completion time, aiming to address resource imbalances and task waiting times. The research discusses previous work, presents experimental findings, describes the experimental setup and results, and concludes with future research directions. 2023 IEEE. -
Machine Learning for Smart School Selection and Admissions
Choosing the best school for their kid is an important choice that parents must make, and it is sometimes stressful and unsure. Machine learning is a potential way to improve and streamline the admissions and school selection process in the current digital era. This study investigates the use of machine learning methods in the context of selective admissions and smart school selection. We propose a user-friendly, web-based tool in the early phases of our study that helps parents and guardians locate the ideal school for their kid by using machine learning algorithms. To provide individualized school recommendations, the platform gathers and analyses a range of data, such as extracurricular activity participation, academic achievement, regional preferences, and school reputation. This makes choosing a school easier and supports parents in making wise choices. This paper's second section explores the technical details of the machine learning techniques used, going into the nuances of feature selection, data preparation, and model assessment. We also draw attention to the difficulties and moral issues - such as maintaining impartiality and avoiding bias - that come with using machine learning to school selection. 2023 IEEE. -
Sustainable Climatic Metrics Determination with Ensemble Predictive Analytics
Sustainable features are dependent on vital climatic elements that has a prominent impact on the retention of sustainability provided its metrics are in desired domain. Regression analysis and ensemble learning models are some of the predictive analytics methods which were used to detect the association of every feature on sustainable criteria. Weather samples from Delhi during 1970-2020 is used in the research which considers features like humidity, pollutant level, temperature etc which are gathered from several authenticated sites like pollution management unit of India. After analyzing several elements affecting weather endurability, it is noticed that pollutant level and temperature exhibit the highest significance recording 30% and 44% respectively. Also the R-square metric of 86% and 82% was observed with implementation of analytics models. The major conclusion recorded that random forest outperformed regression model and it established the importance of predictive analytics in predicting sustainability results. The research validated the relevance of climatic tracking for regulating sustainability. 2023 IEEE. -
An Efficient Wireless Sensor Network based Intrusion Detection System
Wireless Sensor Networks (WSNs) are widely used in diverse applications due to their cost-effectiveness and versatility. However, they face substantial difficulties because of their innate resource constraints and susceptibility to security attacks. A possible method to improve the security of WSNs is clustering-based intrusion detection and responding mechanisms. An in-depth analysis of the clustering-based intrusion detection and response method for WSNs is presented in this study. The suggested method efficiently uses data mining and machine learning techniques to identify unusual behaviour and probable intrusions. The system effectively analyses data inside clusters by grouping Sensor Nodes (SN) into clusters, allowing it to differentiate between legitimate patterns and insecure activity. The network may respond promptly to identified breaches and react to the responsive mechanism, which reduces their impact and protects network integrity. The proposed Mathematically Modified Gene Populated Spectral Clustering Based Intrusion Detection System and Responsive Mechanism (MMMMGPSC-IDS-RM) is compared with existing state-of-art techniques, and MMMMGPSC-IDS-RM outperforms with the highest detection rate of 96%. 2023 IEEE. -
An Efficient Quantum Transfer Learning for Cancer Prediction Using Tumour Markers: New Era of Computer in Medical
Ovarian cancer prediction models or algorithms estimate a person's risk of getting the disease based on different variables, such as their medical history, genetics, and biomarkers. Early identification and intervention will enhance patient successive diagnosis outcomes. Tumour markers are chemicals frequently detected in higher concentrations than usual in cancer patient's blood, urine, or tissues. They could be certain chemicals or proteins linked to the presence of tumours or cancer kinds. Tumour markers are employed for diagnosis, prognosis, and treatment response monitoring. Applying information or models from one quantum job to enhance the performance of another requires quantum transfer learning. Transferring knowledge from one domain to another seeks to increase learning effectiveness in novel quantum contexts. The main goal of efficient Quantum Transfer Learning (QTL) is to minimize the resources (computer power, data, or time) necessary to transfer between tasks successfully. In this research work, QTL is used to predict Ovarian Cancer (OC) with the assistance of biomarkers. The Quantum Transfer Learning- Ovarian Cancer (QTL-OC) achieves 93.78% accuracy and outperforms the existing techniques. 2023 IEEE. -
Enhancing Retailer Auctions and Analyzing the Impact of Coupon Offers on Customer Engagement and Sales Through Machine Learning
Systems that use coupons have been used extensively to boost customer interaction on platforms having a digital component. We use causal machine learning techniques to determine the effect of an advertising intervention, especially a discount offer, on the bids of a shop. Discount shopping coupons are a popular tactic for increasing sales. The largest challenge for dealers is accurately anticipating the wants of their customers, and here is where they always struggle. Machine learning algorithms have been utilized by researchers to address a variety of problems. Selecting the right coupon is a challenging undertaking because every customer's behavior differs depending on the deal. Due to categorical data adjustments being necessary due to the majority of characteristics having missing values, the situation is made more difficult. The dataset is used to classify the dataset, and machine learning algorithms like logistic regression, random forest and SVM model, decision tree and naive bayes models are used to determine the correctness of the classification. 2023 IEEE. -
Loan Default Prediction Using Machine Learning Techniques and Deep Learning ANN Model
Loan default prediction is a critical task in the financial sector, aimed at assessing the creditworthiness of borrowers and minimizing potential losses for lending institutions. Online loans continue to reach the public spotlight as Internet technology develops, and this trend is expected to continue in the foreseeable future. In this paper, the authors proposed loan default loan prediction system based on ML and DL models. This work makes use of the information on loan defaults provided by Lending Club. The dataset is preprocessed by applying various data preprocessing techniques and preprocessed dataset is generated. Later, we proposed four ML algorithms decision tree, random forest, logistic regression, K-NN and Feed forward neural network. The experimental results shown that proposed feed forward neural network achieved good accuracy for loan default prediction with an accuracy of 99%. 2023 IEEE.