SciRepID - Scientific Publication Search

Publication Search

41,336 articles from 397 journals · 1,447 citations tracked

Showing 1-8 of 8

Analytics

Freyro Dobry Sianipar; Ruth Amelia Vega S Meliala; Yoseph Christian Sitanggang; Adidtya Perdana

Neptunus: Jurnal Ilmu Komputer Dan Teknologi Informasi 2025 Asosiasi Riset Teknik Elektro dan Informatika Indonesia

Information system security faces serious challenges due to increasingly complex cyber attacks. Intrusion Detection Systems (IDS) require efficient approaches to handle high-dimensional data such as the NSL-KDD dataset with 41 features. This study aims to implement the Genetic Algorithm (GA) for feature selection on the NSL-KDD dataset to improve the efficiency and accuracy of network attack detection. The method used is computational experimental research, involving data preprocessing, GA implementation for feature selection, building a classification model using Random Forest, and performance evaluation based on accuracy, precision, recall, F1-score, and computation time. The results show that GA successfully reduced features from 41 to 12 features (70.7% reduction), significantly improving computational efficiency. However, model accuracy slightly decreased from 0.4973 to 0.4951, indicating that while GA is effective for feature selection, the elimination of certain features may reduce classification capability. The implication of this study is that GA can be used as a tool to simplify intrusion detection models, but it should be combined with parameter optimization and data imbalance handling to achieve more optimal performance.  

Ahmad Budi Trisnawan; Syed Asif Ali; Erlita Sulistiati

International Journal of Applied Mathematics and Computing 2025 Asosiasi Riset Ilmu Matematika dan Sains Indonesia

This research explores the effectiveness of heuristic techniques for solving combinatorial optimization problems, with a particular focus on the Traveling Salesman Problem (TSP). Combinatorial optimization is a critical area of study, especially in fields like computer science, engineering, and economics, where finding optimal solutions from a finite set of possibilities is crucial. However, the NP-hard nature of many combinatorial problems, such as the TSP, makes traditional exact methods like Branch-and-Bound and Dynamic Programming computationally expensive and inefficient for larger problem sizes. The primary objective of this research is to evaluate the performance of heuristic methods, including Simulated Annealing (SA), Genetic Algorithms (GA), and Iterative Computation techniques, such as Tabu Search (TS) and Particle Swarm Optimization (PSO). These methods are tested for their ability to provide approximate solutions efficiently. The findings reveal that while ACO provided the best solution quality, it had the longest runtime. TS was the fastest, though with slightly lower solution quality. SA and GA demonstrated a balance between solution quality and computational efficiency, but their performance heavily depended on parameter tuning. The hybridization of SA and GA showed potential for improving solution quality but introduced additional complexity. The research concludes that heuristic methods, especially when combined, offer viable solutions for large-scale combinatorial optimization problems, though the trade-off between solution quality and computational time must be considered when selecting an algorithm.

Jimmi Ari Duri; Yuniana Cahyaningrum; Syed Anfal Asif

International Journal of Applied Mathematics and Computing 2025 Asosiasi Riset Ilmu Matematika dan Sains Indonesia

Integral equations are essential tools in applied mathematics, with wide-ranging applications in fields such as physics, engineering, and finance. However, solving these equations presents significant challenges, particularly when dealing with complex, high-dimensional, or singular problems. Traditional methods, such as manual analytical techniques or direct numerical approaches, often struggle with computational efficiency, especially for large-scale systems, and may not be suitable for handling ill-conditioned problems. This study aims to develop an efficient numerical method for solving integral equations by combining adaptive quadrature techniques with Python-based iterative solvers. The adaptive quadrature method adjusts the step size dynamically based on error estimates, ensuring high accuracy even in the presence of singularities or near-singularities, which are common in many real-world problems. The iterative solver, based on Krylov subspace methods, enhances computational efficiency by reducing memory usage and improving the convergence speed of the solution. By using these techniques together, the proposed method significantly improves the computational time required to solve large-scale and complex systems of integral equations, while maintaining satisfactory accuracy. The results demonstrate that the adaptive quadrature technique, when combined with the Python-based iterative solver, offers a substantial advantage in both speed and precision compared to traditional methods. The proposed method is especially effective in handling complex, high-dimensional systems and ill-conditioned problems, making it a powerful tool for applied mathematics, physics, and engineering applications. In conclusion, this study presents a robust and efficient approach for solving integral equations, with potential for future research in solving non-linear and multi-dimensional integral equations.

Nailah Azzahra; Merry Dwi Handayani; Awwaliyah Aliyah

Bridge : Jurnal Publikasi Sistem Informasi dan Telekomunikasi 2025 Asosiasi Profesi Telekomunikasi Dan Informatika Indonesia

Phishing is an evolving form of cybercrime that targets users' sensitive information through URL manipulation. Conventional detection methods such as blacklists and signature-based approaches have become increasingly inadequate in addressing the dynamic variations of modern phishing attacks. This study evaluates the effectiveness of Recurrent Neural Network (RNN) variants, such Long Short-Term Memory (LSTM), Bidirectional LSTM (Bi-LSTM), and Gated Recurrent Unit (GRU), in detecting phishing threats based on URL data. The methodology involves a Systematic Literature Review (SLR) of scholarly publications from the past ten years, complemented by experimental implementation of the models using a public dataset from Kaggle. Literature findings show that Bi-LSTM consistently achieves the highest accuracy, up to 99%, while GRU stands out for its computational efficiency. Experimental results support these findings, with Bi-LSTM achieving an accuracy of 96.22%, GRU 96.29%, and LSTM 95.43%. Classification metrics indicate that RNN-based models perform very well in detecting benign and defacement URLs, although their performance on phishing URLs remains challenged, particularly in terms of recall. These results confirm that RNNs remain a promising approach for phishing detection systems, especially when integrated into hybrid models with complementary architectures. This study is expected to provide a foundation for developing precise and adaptive AI systems to combat increasingly sophisticated phishing threats.

Abdur Rohman Wakhid

International Journal of Mechanical, Electrical and Civil Engineering 2025 Asosiasi Riset Ilmu Teknik Indonesia

This study investigates the solutions of electrical current in linear circuit systems using two numerical methods implemented in MATLAB: the Matrix Inverse Method and the Gauss-Jordan Elimination Method. The objective is to analyze the effectiveness, accuracy, and computational efficiency of both techniques in solving systems of linear equations derived from Kirchhoff's laws. Several circuit models with varying levels of complexity are tested to compare results obtained from each method. The findings indicate that both methods yield consistent solutions, although differences in computational steps and processing time are observed. This research highlights the practicality of MATLAB as a powerful tool for electrical circuit analysis and provides insights into the selection of appropriate numerical methods for solving engineering problems.

Abid Nurhuda; Ali Anhar Syi’bul Huda; Syeda Azwa Asif

International Journal of Applied Mathematics and Computing 2025 Asosiasi Riset Ilmu Matematika dan Sains Indonesia

Nonlinear eigenvalue problems (NEPs) pose significant challenges in mathematical physics and other computational applications due to their nonlinear nature, which makes analytical solutions difficult to obtain. NEPs are encountered in various scientific and engineering fields, including signal processing, electronic structure calculations, and structural optimization. This study aims to explore the application of adaptive algorithms in solving nonlinear eigenvalue problems, with a primary focus on improving accuracy and computational efficiency. The proposed method combines an iterative solver with adaptive step-size adjustment, where the step size is dynamically adjusted during the iteration based on error estimates calculated at each step. This approach enables faster convergence and significant reductions in computational time without compromising accuracy. In experiments conducted on large-scale problems, the adaptive algorithm reduced computational time by 40% faster compared to fixed-step iterative methods. The comparison between the adaptive algorithm and traditional methods showed that the adaptive algorithm is not only more efficient but also more robust when dealing with high-complexity problems. Additionally, the adaptive algorithm provides more accurate error estimates, allowing better error control throughout the iteration process. Overall, this study concludes that adaptive algorithms offer a more effective and efficient solution for complex nonlinear eigenvalue problems and can be adapted to various types of problems in scientific and engineering applications. Further research could focus on optimizing the implementation of this algorithm for larger and more complex scales.

Abioye, Oluwasegun Abiodun; Irhebhude, Martins Ekata

Journal of Computing Theories and Applications 2025 Universitas Dian Nuswantoro

Health risk stratification is crucial for preventive healthcare, yet existing models often rely on binary classification generalized disease prediction, neglecting personalized health indicators and graded risk levels. Many studies apply feature selection techniques like Relief and Univariate Selection without quantifying the weighted impact of features. To address these gaps, this study introduces a Big Data-driven Health Index (HI) framework using PySpark for scalable health risk stratification. The HI is computed as a weighted sum of health-related features using SHAP Analysis, XGBoost, Random Forest, and Correlation Analysis. PySpark enables efficient processing of large-scale health data, and individuals are classified into Low and High Risk. Optimal classification thresholds are determined using the Youden Index from the ROC curve to balance sensitivity and specificity. Personalized health recommendations are generated based on risk categories to guide preventive interventions. Performance evaluation reveals that Correlation Analysis achieves 100% precision and 98.90% recall, outperforming other methods. SHAP prioritizes recall but has low precision, while XGBoost and Random Forest improve precision but struggle with recall. By leveraging Big Data techniques with PySpark, this study enhances computational efficiency, scalability, and classification accuracy, addressing prior research limitations and providing a robust data-driven approach to personalized health monitoring.

Cid Antonio F Masapol; Sean Lester C Benavides; Jonathan C Morano; Khatalyn E Mata

Proceeding of the International Conference on Electrical Engineering and Informatics 2025 Asosiasi Riset Teknik Elektro dan Informatika Indonesia

This study enhances Jiang et al.'s compression-based classification algorithm by addressing its limitations in detecting semantic similarities between text documents. The proposed improvements focus on unigram extraction and optimized concatenation, eliminating reliance on entire document compression. By compressing extracted unigrams, the algorithm mitigates sliding window limitations inherent to gzip, improving compression efficiency and similarity detection. The optimized concatenation strategy replaces direct concatenation with the union of unigrams, reducing redundancy and enhancing the accuracy of Normalized Compression Distance (NCD) calculations. Experimental results across datasets of varying sizes and complexities demonstrate an average accuracy improvement of 5.73%, with gains of up to 11% on datasets containing longer documents. Notably, these improvements are more pronounced in datasets with high-label diversity and complex text structures. The methodology achieves these results while maintaining computational efficiency, making it suitable for resource-constrained environments. This study provides a robust, scalable solution for text classification, emphasizing lightweight preprocessing techniques to achieve efficient compression, which in turn enables more accurate classification.