Rike Pradila
Unknown Affiliation

Published : 2 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 2 Documents
Search

Forest Fire Detection Model Using Dense Net Architecture Rike Pradila; Akhyar Bintang
International Journal of Informatics Engineering and Computing Vol. 2 No. 1 (2025): International Journal of Informatics Engineering and Computing
Publisher : ASTEEC

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.70687/ijimatic.v2i1.93

Abstract

Forest and land fires in Indonesia are frequent events and cause significant losses in the health, ecological and social sectors. Human and natural factors play a role in triggering these fires. However, handling forest and land fires still faces obstacles in accurately predicting the location of hot spots, making optimal control difficult. Therefore, it is necessary to develop an intelligent system to detect forest and land fires more effectively. This research aims to create a model that is capable of detecting forest and land fires using a transfer learning approach, utilizing the DenseNet201 architecture to increase detection accuracy. The dataset used in this research comes from the Fire Forest Dataset on the Kaggle site. The feature extraction process was carried out using the DenseNet201 architecture, and the resulting model was tested using the confusion matrix method to classify images into two classes, namely fire and non-fire classes. Through training using the DenseNet201 architecture, an effective model was obtained in detecting forest and land fires. Test results using 380 test data show an accuracy level of 99% in recognizing images of forest and land fires. It is hoped that this research can provide a basis for the development of smart systems that are more sophisticated and effective in overcoming the problem of forest and land fires, as well as protecting the environment and public health in Indonesia.
Comparison of Hybrid CNN-LSTM Models for Stock Price Prediction Rike Pradila; Rafitajudin, Rafitajudin
International Journal of Informatics Engineering and Computing Vol. 2 No. 2 (2025): International Journal of Informatics Engineering and Computing
Publisher : ASTEEC

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.70687/sdts5v08

Abstract

This study explores the application of deep learning techniques for stock price prediction by comparing Convolutional Neural Network (CNN), Long Short-Term Memory (LSTM), and hybrid CNN–LSTM architectures. We propose a hybrid deep learning model that integrates convolutional layers for local feature extraction with LSTM layers for capturing long-term temporal dependencies in financial time-series data. Historical stock price data of INDF.JK obtained from Yahoo Finance were used to train and evaluate the models. The dataset was preprocessed and transformed into sequential input using a sliding window approach to enable effective time-series learning. Model performance was evaluated using several regression metrics, including Root Mean Squared Error (RMSE), Mean Absolute Error (MAE), Mean Absolute Percentage Error (MAPE), and the coefficient of determination (R²). Experimental results demonstrate that the proposed hybrid CNN–LSTM model achieves superior prediction performance compared with standalone CNN and LSTM models. The hybrid model records an RMSE of 87.77, MAE of 63.97, and MAPE of 1.02%, while achieving the highest R² score of 0.9759. In comparison, the CNN model produces an RMSE of 96.18 and an R² score of 0.9711, whereas the LSTM model achieves an RMSE of 89.13 with an R² score of 0.9752. These results indicate that the hybrid architecture provides more accurate predictions and better captures the complex patterns in stock price movements. The findings confirm that combining CNN and LSTM architectures enables the model to learn both spatial and temporal representations of financial time-series data. CNN layers effectively identify local patterns within historical price sequences, while LSTM layers capture long-term dependencies that influence future stock prices. Consequently, the hybrid CNN–LSTM framework offers a reliable approach for financial forecasting and has strong potential for practical applications in stock market prediction systems. Future work may incorporate additional technical indicators, sentiment data, or attention-based mechanisms to further enhance prediction accuracy and robustness.