Indonesian Journal of Electrical Engineering and Computer Science
Not a member yet
7199 research outputs found
Sort by
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
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
Medical image registration and classification using smell agent rat swarm optimization based deep Maxout network
Medical image registration (MIR) is a crucial task in clinical image processing, involving the alignment of images from different modalities, such as magnetic resonance imaging (MRI) and computed tomography (CT), across various time points and subjects. Despite numerous advancements, no universal method caters to all MIR applications. This paper introduces the smell agent rat swarm optimization based deep Maxout network (SARSO-DMN) for MIR and classification. This work aims to enhance the accuracy and efficiency of medical image alignment and classification, addressing the challenges posed by diverse imaging modalities and temporal variations. The problem involves effectively registering CT and MRI images, followed by inhale and exhale classification. The proposed approach begins with feeding the input images into a convolutional neural network (CNN), followed by applying a deformation field to generate an intermediate output (output-1). This output, along with the input MRI images, is further processed by a CNN to produce output-2. Subsequently, output-2 and the input MRI image are subjected to another CNN, resulting in the final registered image. The classification phase utilizes a DMN optimized by the SARSO algorithm, which combines smell agent optimization (SAO) and rat swarm optimizer (RSO). The results demonstrate that SARSO-DMN achieves a maximum accuracy of 90.7%, a minimum false positive rate (FPR) of 11.3%, and a maximum true positive rate (TPR) of 91.2%. The SARSO-DMN approach provides a robust solution for MIR and classification, leveraging advanced optimization techniques to enhance performance
Tomato leaf disease detection using Taguchi-based Pareto optimized lightweight CNN
The prospect of food security becoming a global danger by 2050 due to the exponential growth of the world population. An increase in production is indispensable to satisfy the escalating demand for food. Considering the scarcity of arable land, safeguarding crops against disease is the best alternative to maximize agricultural output. The conventional method of visually detecting agricultural diseases by skilled farmers is time-consuming and vulnerable to inaccuracies. Technology-driven agriculture is an integral strategy for effectively addressing this matter. However, orthodox lightweight convolutional neural network (CNN) models for early crop disease detection require fine-tuning to enhance the precision and robustness of the models. Discovering the optimal combination of several hyperparameters might be an exhaustive process. Most researchers use trial and error to set hyperparameters in deep learning (DL) networks. This study introduces a new systematic approach for developing a less sensitive CNN for crop leaf disease detection by hyperparameter tuning in DL networks. Hyperparameter tuning using a Taguchi-based orthogonal array (OA) emphasizes the S/N ratio as a performance metric primarily dependent on the model’s accuracy. The multi-objective Pareto optimization technique accomplished the selection of a robust model. The experimental results demonstrated that the suggested approach achieved a high level of accuracy of 99.846% for tomato leaf disease detection. This approach can generate a set of optimal CNN models’ configurations to classify leaf disease with limited resources accurately
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
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
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%
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
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
Design of starting a three phase induction motor using direct on-line, variable frequency drive, soft starting, and auto transformer methods
The problem with 3-phase induction motors is that when starting the motor, the motor starting current can reach five to seven times the nominal current. This research compares slip, starting current, bus voltage, acceleration torque, motor torque, energy savings, and kVAR from the direct on-line (DOL), variable frequency drive (VFD), soft starting, and autotransformer starting methods in the electrical transient analyzer program (ETAP) software. This research result shows that the fastest VFD slip reaches a steady state, namely at 11+ seconds. The lowest starting/starting current is owned by the VFD method, namely <20% full load amps (FLA) in the first 2 seconds. The lowest decrease in bus voltage at steady state was experienced by the VFD method, namely 0.8152%. The quickest acceleration torque reaches a steady state in the VFD method, namely in 11+ seconds. The soft starting method owns the lowest starting torque, namely 20.75%. The soft starting method has the largest energy savings, namely 148.02 kW. Of the several variables observed, the best starting method is the VFD method