Claim Missing Document
Check
Articles

Found 23 Documents
Search

Klasifikasi Kanker Payudara Berdasarkan Gambar Histopatologi Menggunakan Metode Convolutional Neural Network Dengan Arsitektur VGG-16 Nandasari, Dayang; Pratama, Irfan
Building of Informatics, Technology and Science (BITS) Vol 7 No 1 (2025): June (2025)
Publisher : Forum Kerjasama Pendidikan Tinggi

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.47065/bits.v7i1.7377

Abstract

Breast cancer is one of the deadliest diseases with a high prevalence worldwide, especially in women. Breast cancer is the third leading cause of death in Indonesia. Based on Globocan Center data, there will be approximately 408,661 new cases and nearly 242,099 deaths in Indonesia by 2022. Early detection through histopathology images is very important to increase the patient's chances of recovery. However, the diagnosis process carried out manually by pathologists is quite time consuming and affects subjectivity. This study aims to develop a histopathology image-based breast cancer classification system using VGG-16. The dataset to be used consists of histopathology images that are grouped into 2 classes, namely benign and malignant. The data went through several preprocessing stages, including splitting and augmentation, to improve data quality. Test results show that this model achieves 91% accuracy, along with high precision, recall, and F1-scores on the test data. The performance of this model compares favorably with ensemble architectures such as, MobileNet, MobileNetV2. These findings indicate that the proposed approach can be an effective solution as a histopathology image-based breast cancer diagnosis tool.
Analysis of Forecasting Methods on Rice Price Data at Milling Level According to Quality Aulia, Indira Dhekawanti; Pratama, Irfan
Edu Komputika Journal Vol. 11 No. 1 (2024): Edu Komputika Journal
Publisher : Universitas Negeri Semarang

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.15294/edukom.v11i1.4763

Abstract

Rice is a primary source of carbohydrates for many Indonesians, and its prices often surge due to uncontrolled demand. Therefore, the government is crucial in monitoring rice prices to maintain stability. Information technology, particularly data mining such as forecasting, is essential for providing accurate information on future rice prices. It will assist various stakeholders in making informed pricing policy decisions. This study employs Random Forest Regression and Gradient Boosting Regressor methods to predict rice prices using a dataset that includes monthly average rice prices at milling levels, categorized by quality (Premium and Medium), spanning from January 2013 to April 2024. The dataset consists of 136 rows, each representing a unique combination of year, month, and quality, and is stored in CSV format. Methodological steps include data collection, preprocessing, modeling, and model evaluation using monthly average rice prices at milling levels based on quality, including premium and medium grades. The results from Random Forest Regression indicate Root Mean Square Error (RMSE) values of 24.90 for premium rice and 25.47 for medium rice. The study reveals that Random Forest Regression outperforms Gradient Boosting Regressor in this context. Future research should explore additional prediction methods and consider other variables influencing rice prices to enhance model accuracy.
Feature Extraction Implementation in the Forecasting Method to Predict Indonesian Oil and Gas Exports and Imports Pradana, Michael Anggun Kado; Pratama, Irfan
Edu Komputika Journal Vol. 11 No. 1 (2024): Edu Komputika Journal
Publisher : Universitas Negeri Semarang

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.15294/edukom.v11i1.7879

Abstract

Future export and import predictions can use data mining and forecasting applications of data mining. Then, normalisation is carried out using datasets taken at the centre of the statistical agency using a mix-max scaler. The normalisation results are then calculated using several forecasting methods, such as Exponential Smoothing, SARIMAX, XGBoost, and CatBoost. The accuracy of this method can be improved by using feature extraction decomposition. They are decomposing, such as trend, residue, and seasonal. The results of the decomposition then become new features that are entered into the prediction model. The prediction results are evaluated using the root mean square error (RMSE). The smaller the RMSE, the better the results. The prediction results without using the method obtained by the Exponential Smoothing method have the best level of accuracy with an average RMSE value of 0.111 and the SARIMAX method with an average RMSE value of 0.146. Meanwhile, the prediction results using the CatBoost and XGBoost feature extraction methods have the best level of accuracy with an RMSE value of 0.046. From the results of the comparison of predictions, the addition of decomposition features to most forecasting methods can significantly increase the accuracy of the calculation.