This study explores the implementation of the Greedy algorithm in FIFA 23, particularly within the Coach Career mode, to determine the most effective tactics and player formations. The Greedy algorithm is chosen for its ability to make fast, locally optimal decisions without considering long term consequences. The developed system evaluates various tactical and formation combinations and select…
Automatic image classification of fruits and vegetables plays a crucial role in enhancing efficiency in the agricultural and retail sectors, yet it faces challenges due to visual complexities such as intra-class variation and inter-class similarity. This research aims to implement and evaluate the effectiveness of the You Only Look Once version 11 (YOLOv11) algorithm, specifically the YOLOv11s-…
Social media has emerged as a new platform for individuals to express their thoughts and emotions through various posts. Among these expressions, suicidal ideation is occasionally found, which requires immediate responses. This study focuses on the text classification that containing suicidal ideation. The method used in this research is the Bidirectional Long Short-Term Memory (Bi-LSTM) as the…
Currency exchange rate fluctuations have a significant impact on a country's economic stability, affecting prices, interest rates, production, and competitiveness. Factors such as global inflation, interest rates, and international political conditions further increase uncertainty. Therefore, an accurate exchange rate prediction system is needed to aid decision-making. One method that can be us…
Penelitian ini bertujuan untuk mengembangkan add-on Blender bernama Voxelize yang dapat secara otomatis mengonversi gambar 2D menjadi model 3D berbasis voxel. Pengembangan dilakukan menggunakan metode Multimedia Development Life Cycle (MDLC) yang meliputi tahap concept, design, material collecting, assembly, dan testing. Add-on ini membaca data piksel gambar, membentuk mask objek menggunakan th…
Sliding Puzzle merupakan salah satu jenis puzzle yang sering ditemukan di kehidupan sehari-hari dan termasuk dalam media gambar atau visual yang dapat meningkatkan daya ingat anak sejak dini. Untuk mendukung perkembangan teknologi ini, penelitian ini bertujuan untuk mengembangkan sistem penyelesaian Image Sliding Puzzle secara otomatis. Penelitian akan dilakukan menggunakan 360 data yang dipero…
Heart disease is a common health problem. If not treated promptly, heart disease can have various impacts on a person's health, even causing death. To be able to prevent heart disease early, a method is needed that can determine whether a person is at risk of heart disease or not. This study can provide information about the risk of heart disease by determining predictions using the Fuzzy Tsuka…
This study aims to develop a scoring system in an educational image based quiz game called “GuezzMe” by implementing the Fuzzy Tsukamoto algorithm. The system is designed to provide a fair and representative evaluation based on several parameters, including completion time, number of hints used, and remaining lives. The development method used is the Rational Unified Process (RUP), which in…
With technological advancements, the application of Artificial Intelligence (AI) has been widely adopted across various industries, including the gaming industry. In games, AI can be used to procedurally generate content, analyze user behavior, and develop AI agents. This study aims to develop and evaluate an AI agent capable of independent learning and adaptation in an endless runner game envi…
Heart disease is one of the diseases that causes many deaths, both in developed and developing countries. The high mortality rate due to heart disease is attributed to the lack of attention in society towards healthy eating and the absence of periodic health check-ups. Heart disease occurs when the heart's performance deviates from normal or experiences abnormalities. Several causes of heart di…
2D game is a type of video game that takes place in a two-dimensional environment, which means that it is limited to two main axes, the X-axis and the Y-axis. In 2D games, the graphics and objects in the game are usually displayed in two dimensions without any 3D effects, so they appear flat on the screen. With the gaming industry experiencing rapid development, 2D games remain a popular choice…
Prediction is a process of estimating events that will occur in the future. In this research, software will be developed to predict Toyota car sales using the Long Short-Term Memory (LSTM) method, which is an improvement of the Recurrent Neural Network (RNN) method, to address the vanishing gradient problem when processing long-term sequential data. The data used in this study amounts to 149 da…
Eye diseases can be detected by examining the retina of the eye. Therefore, this research develops a system using Convolutional Neural Network (CNN) and Gradient-Weighted Class Activation Map (Grad-CAM) methods that can help diagnose eye diseases based on retinal images. The CNN method is used to classify whether there is a disease or not, so that the system can diagnose the disease suffered by…
Brain tumor classification aims to identify abnormal and normal cell growth in brain tissue. Magnetic Resonance Imaging (MRI) is used because it can produce high-resolution images without ionizing radiation, but the classification process, which is still performed manually by radiologists, is time-consuming and prone to error. To address this issue, this study applied Convolutional Neural Netwo…
Penggunaan kendaraan listrik semakin meningkat di seluruh dunia sebagai solusi mengurangi emisi karbon dan ketergantungan pada bahan bakar fosil. Namun, adopsi teknologi ini menghadapi berbagai tantangan, termasuk penerimaan dari masyarakat. Melihat banyaknya opini yang ada di Twitter, penting untuk melakukan klasifikasi sentimen untuk memudahkan identifikasi opini terhadap kendaraan listrik. P…
Character recognition has become a popular research topic in the field of pattern recognition and machine learning, including handwriting recognition, specifically kanji handwriting. This study performs handwriting recognition of kyouiku kanji grade 1, which is the kanji required to be learnt by grade 1 elementary school students in Japan. This research uses ETL-9B dataset from Electrotechnical…
Visually impaired individuals facing obstacles while moving, especially on sidewalks, may experience challenges in their communication and interaction with their surroundings. Despite the frequent use of external aids such as human assistance, trained guide dogs, and canses, limitations in availability and dependence on such assistance pose constraints. This research develops a mobile object de…
Monolithic is a classic application architecture that lacks modularity as an important factor of its development. All components of a monolithic application run in a single process. High traffic on one part of the application can cause the entire system to slow down or even fail. Then, application performance can degrade significantly as load increases. In the microservices approach, the applic…
The prevalence of diabetes is very high in Indonesia so diabetes classification is crucial for early diagnosis in detecting this disease. The classification of diabetes data carried out in this study used an algorithm Decision Tree C4.5. However, the algorithm decision tree has weaknesses when handling large datasets, where not all features are relevant for the classification process, which can…
Brent oil is one of the major types of crude oil that serves as a benchmark for global oil prices, particularly in Europe, Africa, and the Middle East. The fluctuation in oil prices has a significant impact on production costs and global economic stability, making oil price forecasting crucial. In this study, Fuzzy Time Series is used to identify historical patterns and predict future prices. C…
Pneumonia is a lung infection characterized by symptoms such as fever, shortness of breath, and bloody cough. According to data from the World Health Organization (WHO), it is reported that 740,180 children worldwide have lost their lives due to pneumonia, making it a disease that must be promptly addressed and treated. In this study, the authors developed an application to classify normal and …
Investment is an activity that is full of risk due to price volatility, even though the things invested in are investment goods that tend to be said to be safe, such as gold, crude oil, and shares of large companies such as PT. BCA, to ensure that it does not experience losses, it is best to create a prediction or forecasting system. A prediction system using Fuzzy Time Series is useful for usi…
Infinite running game is a game where the player character must run and survive for an unlimited time while avoiding obstacles and achieving the highest score possible. Content in games must always be innovated because it affects the player's contribution in the long term. As a solution to this problem, researchers implemented procedural content generation and genetic algorithms in game develop…
K-Means is one of the most commonly used clustering algorithms for grouping data with similarities within a cluster. However, there are limitations in K-Means clustering, such as clustering results being initialized based on random centroid points and the number of clusters used. To improve the performance of the K-Means algorithm, the Firefly Algorithm is used for clustering optimization. The …
The learning of mathematics is perceived by students to have weaknesses in the learning methods applied by some schools in the interactions or practitioners provided. The correlation between gamification and fuzzy logic sugeno is to create a personalised and adaptive learning experience. Sugeno's fuzzy logic algorithm provides the necessary customisation to ensure decision making on player judg…
Timely graduation is one of the indicators of student success in obtaining a bachelor's degree. However, in reality, students do not always complete their studies within four years due to many factors influencing the duration of their studies. Timely graduation is also one of the components used to measure the quality of higher education institutions. To address this issue, a system is needed t…
Instagram is one of the largest social media platforms globally, enabling users to share photos, videos, and stories with their followers. However, its widespread popularity has also made Instagram a breeding ground for negative behaviors such as bullying. Consequently, there is a need for a tool that can identify bullying comments on the Instagram platform. This study employs the Long Short-Te…
YouTube is one of the most popular online video-watching platforms on the internet. Bullying on social media, including on the YouTube platform, is a serious issue that can have negative impacts on mental health and individual well-being. This research aims to address this problem by developing a comment classification model using the Long Short-Term Memory method to identify bullying comments …
Difficulty adjustment in games is one of the key factors that influences player experience. A 2D shooter game that is too easy or too difficult may prevent players from receiving proper feedback due to being unable to complete the game, so difficulty adjustment is necessary. Therefore, a system is needed to automatically and dynamically adjust the game’s difficulty based on the player’s ski…
Indonesia has various tourist destinations. The large number of tourist destinations makes people confused about choosing a suitable tourist destination. The recommendation system is a suitable way to help Indonesian people choose tourist destinations that suit their preferences. One recommendation system method is matrix factorization. This research uses a matrix factorization algorithm, namel…