Indonesian Journal of Electrical Engineering and Computer Science
Not a member yet
8399 research outputs found
Sort by
Classification of weather conditions based on automatic weather station data using a multi-layer perceptron neural network
Weather is one of the important elements that greatly determines human activities, especially those related to economic factors. Therefore, understanding weather conditions using weather parameters as a reference is important for human life, so a method is needed to classify weather according to its category so that the information produced can be used for various needs. Determining weather conditions in an area will not run well without a reliable method that can analyze existing weather parameters. Therefore, in this study, the weather condition classification process was carried out using the multilayer perceptron algorithm, a type of neural network (NN) algorithm. All data analyzed were weather parameter data collected by mini weather stations placed on land. The weather parameters used were temperature, humidity, air pressure, wind speed, dew point, wind chill, daily rainfall, solar radiation, and UV index. This study was conducted in Palu city, Central Sulawesi Province, Indonesia. The classification process carried out by the multilayer perceptron algorithm was carried out on the Altair AI Studio application and produced an accuracy value of 93.87%, recall of 92.33%, and precision of 91.29%
Elevating intelligent voice assistant chatbots with natural language processing, and OpenAI technologies
Businesses can offer support to customers outside of usual business hours and across time zones by employing chatbots, which can provide round-the-clock support. Chatbots can react to user inquiries quickly, reducing wait times and improving customer satisfaction. It becomes challenging for the chatbot to differentiate between two queries that users pose that carry the same meaning, making it harder for it to understand and react appropriately. The aim of this research is to develop a chatbot capable of understanding the semantic meaning of questions as well as recognizing various speech patterns, accents, and dialects to provide accurate responses. In this research, we have implemented a voice-enabled chatbot system where users can verbally pose questions, and the chatbot provides responses through voice assistance. The architecture incorporates several key components: a question-answer database, OpenAI embedding for semantic representation, and OpenAI text-to-speech (TTS) and speech-to-text (STT) for audio-to-text and text-to-audio conversion, respectively. Specifically, OpenAI embedding is utilized to encode questions and responses into vector representations, enabling efficient similarity calculations. Additionally, extreme gradient boosting (XGBoost) is trained on OpenAI embeddings to identify similarities between user queries and questions within the dataset. This framework allows for seamless interaction between users and the chatbot, leveraging state-of-the-art technologies in natural language processing (NLP) and speech recognition. The outcome demonstrates that the XGBoost model delivers excellent outcomes when it is trained on OpenAI embedding and tuned with the particle swarm optimizer (PSO). The OpenAI-generated embedding has good potential for capturing sentence similarity and provides excellent information for models trained on it
Gamification in work-based learning in vocational education to support students' coding abilities
This article studied the integration of gamification in work-based learning within vocational education as a means to support students' coding abilities. By applying game mechanics such as points, badges, leaderboards, and challenges, we aimed to motivate and engage students in coding activities that mirror real-world industry practices. The inclusion of gamified elements into the curriculum was designed to make the learning process more interactive, fostering a competitive yet collaborative environment that enhances students' interest and perseverance in coding tasks. This research employed a quasi-experimental design with pre-test and post-test measures to assess the impact of gamification on coding proficiency, comparing the outcomes of students participating in gamified learning environments with those in traditional settings. The findings indicate a significant improvement in the coding skills of students exposed to gamified work-based learning, suggesting that gamification can serve as an effective pedagogical tool in vocational education, better preparing students for industry demands
Link adaptation techniques for throughput enhancement in LEO satellites: a survey
In addition to the rapid geometric change of low earth orbit (LEO) satellites, the earth-to-space channel suffers from various attenuations that affect the communication link. To overcome this challenge, the link adaptation technique emerges as a key solution to optimize the transmission performance of LEO satellites, especially the data throughput. The existing contributions in the literature remain scattered across the research board, and a comprehensive survey of this research area still lacks at this stage. The present survey examines various link adaptation methods, mainly variable coding and modulation, adaptive coding and modulation, and hybrid methods using artificial intelligence. In addition, this study explains how this technique leverages a set of recommended standards and cost-effective technologies, such as software-defined radio (SDR) and field programmable gate arrays (FPGA), to fine-tune transmission strategies. Lastly, the paper provides a comparative study of the current research on this field and sheds light on future directions, where the need for higher data throughput makes emerging learning-based techniques and new experimental standards a necessity
Recognition of plant leaf diseases based on deep learning and the chemical reaction optimization algorithm
Agriculture plays a crucial role in developing countries such as Vietnam, where 70 percent of the population is employed in agriculture, and 57 percent of the social labor force works in the agricultural sector. Therefore, crop productivity directly affects the lives of many people. One of the primary reasons for reduced crop yields is plant leaf diseases caused by bacteria, fungi, and viruses. Hence, there is a need for a method to help farmers identify leaf diseases early to take appropriate action to protect crops and shift to smart agricultural production. This paper proposes lightweight deep learning (DL) models combined with a support vector machine (SVM), with hyperparameters fine-tuned by chemical reaction optimization (CRO), for detecting plant leaf diseases. The main advantage of the method is the simplicity of the architecture and optimization of the DL model’s hyperparameters, making it easily deployable on low hardware devices. To test the performance of the proposed method, experiments are performed on the PlantVillage dataset using Python. The superiority of the proposed method over the well-known visual geometry group-16 (VGG-16) and MobileNetV2 models is demonstrated by a 10% increase in accuracy prediction and a decrease of 5% and 66% in training time, respectively
Efficient deep learning approach for brain tumor detection and segmentation based on advanced CNN and U-Net
In this paper, we propose an innovative deep learning methodology dedicated to tumor detection and segmentation in medical images using convolutional neural networks (CNNs) and the U-Net architecture. The study emphasizes the importance of improving the quality and relevance of these features by employing advanced preprocessing methods. The subsequent development involves training a CNN model to achieve accurate tumor classification within the medical images. Among the various deep learning techniques proposed for medical image analysis, U-net-based models have gained significant popularity for multimodal medical image segmentation. However, due to the diverse shapes, sizes, and appearances of brain tumors, simple block architectures commonly used in segmentation tasks may not adequately capture the complexity of tumor boundaries and internal structures. The experimental results provide compelling evidence of the proposed approach's efficacy in accurately detecting and segmenting brain tumors. The results highlight the successful performance of the approach and its ability to achieve accurate tumor identification and segmentation
Linguistic feature selection for personality trait identification from textual data
Personality identification is a common and central problem in text processing. Sensing personality is helpful for various purposes; for example, estimating users' personalities before providing them with any service is necessary. Individuality is essential in a person's nature in every outlook, for instance, in text writing. But, this remains a core challenge because of the low accuracy achieved. The proposed study solves this problem and presents a big five trait identification technique from text data, which applies a feature selection method to increase accuracy. This technique is called linguistic feature selection for personality trait identification (LFSPTI). This technique first finds features based on mutual information (MI), F-statistic, principal component analysis (PCA), and chi-square, then uses the genetic algorithm (GA) to select high-ranked features from all feature subsets. These four parameters provide various forms of the dataset. The experimental results exhibit that the LFSPTI method enhances the classification accuracy against the best of the competing methods by 1.18%, 0.83%, 1.61%., 1.15%, 1.82%, and 1.39% for extraversion (EXT), neuroticism (NEU), agreeableness (AGR), conscientiousness (CON), openness (OPN), and mean overall personality traits, respectively
Empower BreastNet: breast cancer detection with transfer learning VGG Net-19
Breast cancer is a major cause of death among women globally, making early detection crucial for effective treatment. This study introduces a new deep learning (DL) method using transfer learning (TL) to automatically detect and diagnose breast cancer. TL improves performance on new tasks by using knowledge from previous tasks. In this study, we use pre-trained convolutional neural networks (CNNs) like AlexNet, ResNet50, visual geometry group (VGG)-16, and VGG-19 to extract features from the breast cancer wisconsin (BCW) diagnostic dataset. We measure the model's success with accuracy, sensitivity, specificity, precision, and F-score. The results show that the VGG-19 model, when applied with TL, performs best for diagnosing breast cancer, achieving an overall accuracy of 98.75%, sensitivity of 97.38%, specificity of 98.35%, precision of 97.35%, and an F-score of 97.66%
ADALINE-based synchronous detection for enhanced shunt APF performance
Power quality issues caused by current harmonics from nonlinear and unbalanced loads are a growing concern. This paper presents a novel control strategy for four-wire shunt active power filters (SAPF) that surpasses existing conventional methods in mitigating harmonics and power factor correction. The strategy employs an improved synchronous detection method (SDM) enhanced by an adaptive linear neural network (ADALINE) trained using the least mean square (LMS) algorithm. This approach accurately estimates harmonic frequencies, enabling the SAPF to generate precise compensation currents. The effectiveness of the proposed method is validated through MATLAB-Simulink simulations under balanced supply conditions, encompassing diverse load scenarios. These simulation results are compared with those obtained using instantaneous power theory (IPT). They demonstrate the ability of the proposed method to achieve excellent harmonic identification and elimination, to comply with IEEE 519 harmonic limits, to ensure sinusoidal and balanced line currents, and to compensate for reactive power and neutral current. Furthermore, its simple architecture and noise robustness make it a promising solution for enhancing power quality
Predicting autism spectrum disorder through sentiment analysis with attention mechanisms: a deep learning approach
Autism spectrum disorder (ASD) is considered a spectrum disorder. The availability of technology to identify the characteristics of ASD will have major implications for clinicians. In this article, we present a new autism diagnosis method based on attention mechanisms for behavior modeling-based feature embedding along with aspect-based analysis for a better classification of ASD. The hybrid model comprises a convolutional neural network (CNN) architecture that integrates two bidirectional long short-term memory (BiLSTM) blocks, together with additional propagation techniques, for the purpose of classification the origins of Autism Tweet dataset; the proposed work takes Autism Tweet dataset and preprocesses them to employ n-gram to extract features of which the features of the ASD behavior are fed to generate the significant behavior for classification. The model takes into account both behavior-guided features across every aspect of the Class/ASD to provide higher accuracy using Adam optimizer. The experimental values inferred that the n-BiLSTM technique reaches maximum accuracy with 98%