Java Island has numerous active faults, making earthquake magnitude prediction a crucial component of disaster mitigation efforts. This study conducted a rigorous comparative analysis of four machine learning algorithms—Random Forest, Neural Network, Linear Regression, and Support Vector Machine—to determine their effectiveness in this specific task. The methodology employed involved systematic hyperparameter optimization for each model to ensure a fair and robust evaluation, with performance measured by Root Mean Squared Error (RMSE), Mean Absolute Error (MAE), and training time. The results showed that all three nonlinear models significantly outperformed Linear Regression. Random Forest achieved the highest accuracy (RMSE 0.5445), but Support Vector Machine and Neural Network demonstrated very competitive and nearly equal performance. The study concluded that while Random Forest has a slight advantage, several state-of-the-art models are highly capable of addressing this problem after appropriate optimization. This underscores the critical role of methodical tuning and implies that model selection in practical applications depends on a trade-off between modest improvements in accuracy and computational efficiency.
                        
                        
                        
                        
                            
                                Copyrights © 2025