cover
Contact Name
Jordy Lasmana Putra
Contact Email
jordy.jlp@nusamandiri.ac.id
Phone
+6221-231170
Journal Mail Official
jurnal.coscience@bsi.ac.id
Editorial Address
Jl. Kramat Raya No.98, RT.2/RW.9, Kwitang, Kec. Senen, Kota Jakarta Pusat, Daerah Khusus Ibukota Jakarta 10450 (Gedung Rektorat Universitas Bina Sarana Informatika)
Location
Kota adm. jakarta barat,
Dki jakarta
INDONESIA
Computer Science (CO-SCIENCE)
ISSN : -     EISSN : 27749711     DOI : https://doi.org/10.31294/coscience
Core Subject : Science,
Computer Science (CO-SCIENCE) pertama kali publikasi tahun 2021 dengan nomor ISSN (Elektonik): 2774-9711 yang diterbitkan oleh Lembaga Ilmu Pengetahuan Indonesia (LIPI). Computer Science (CO-SCIENCE) adalah jurnal yang diterbitkan oleh Program Studi Ilmu Komputer Universitas Bina Sarana Informatika. Computer Science (CO-SCIENCE) terbit 2 kali setahun (Januari dan Juli) dalam bentuk elektronik. Redaksi menerima naskah berupa artikel ilmiah dan penelitian pada bidang: Networking, Aplication Mobile, Software Engineering, Web Programming, Mobile Computing, Cloud Computing, Data Mining, dan Aplikasi Sains.
Articles 121 Documents
Prediksi Kualitas Tidur: Pendekatan Machine Learning yang Mengintegrasikan Faktor Kesehatan dan Lingkungan Putra, Jordy Lasmana; Hidayat, Wahyutama Fitri
Computer Science (CO-SCIENCE) Vol. 4 No. 2 (2024): Juli 2024
Publisher : LPPM Universitas Bina Sarana Informatika

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.31294/coscience.v4i2.4737

Abstract

ganguan tidur sangat mempengaruhi kualitas tidur seseorang yang dapat menyebabkan masalah kesehatan yang serius, untuk kalangan lansia kualitas tidur yang buruk dapat menyebabkan tingkat harapan hidup menurun drastis. Banyak sekali faktor-faktor yang dapat mempengaruhi kualitas tidur lansia, yang perlu dilakukan analisis dan prediksi agar dapat meningkatkan kualitas tidur yang baik. Penelitian ini bertujuan untuk melakukan prediksi kualitas tidur lansia dengan mengintegrasikan faktor kesehatan dan lingkungan menggunakan pendekatan machine learning, data set yang digunakan adalah data set baru yang ada di website kaggle.com yaitu data National Poll on Healthy Aging (NPHA) yang berisikan wawasan tentang isu kesehatan, perawatan kesehatan, dan kebijakan kesehatan yang memengaruhi orang Amerika berusia 50 tahun ke atas. Metode maching learning, yaitu deep learning dengan algoritma Random Forest digunakan pada penelitian ini dan menunjukkan hasil yang baik dengan nilai akurasi 94,00% dan 44,44% akurasi yang didapatkan dengan menggunakan data latih.
Prediksi Risiko Alzheimer Perbandingan Kinerja Algoritma Klasifikasi sidik; Sidik, sidik
Computer Science (CO-SCIENCE) Vol. 5 No. 1 (2025): Januari 2025
Publisher : LPPM Universitas Bina Sarana Informatika

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.31294/coscience.v5i1.5027

Abstract

Alzheimer's disease is one of the most common forms of dementia characterized by a gradual decline in the ability to think, remember, and behave. The disease progresses slowly and usually begins with short-term memory loss, followed by difficulties in language, disorientation, and personality changes. Early detection of Alzheimer's is important to slow its progression. This study implements Knowledge Discovery in Database (KDD) with data pre-processing stages, SMOTE data balance, classification. The dataset from Kaggle contains 2,149 data 35 features. This study uses five types of algorithm models. with the five algorithms tested. Logistic Regression, Decision Tree, Random Forest, Support Vector Machine, and K-Nearest Neighbor classification algorithms. Algorithm Implementation: The Random Forest algorithm is implemented during the classification process after data updates. This model is then assessed together with other algorithms using accuracy, precision, recall, F1-score, and ROC curve metrics to determine its effectiveness in detecting Alzheimer's. Meanwhile, the experiment was carried out by dividing the data into two parts, namely training data and test data of 70% and 30%. Research Results: The results showed that the Random Forest algorithm had the best performance with an Accuracy of around 0.98, Precision of 0.96, Recall of 1.00, and F1-score of 0.97, and an AUC value of around 0.99. This algorithm has proven to be superior to other algorithms in early detection of Alzheimer's disease.
Analisis Sentimen Cyberbullying Pada Komentar X Menggunakan Metode Naïve Bayes Wibisono, Bany; Machmud, Aprizal; Suryani, Nining; Yunita, Yunita
Computer Science (CO-SCIENCE) Vol. 5 No. 1 (2025): Januari 2025
Publisher : LPPM Universitas Bina Sarana Informatika

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.31294/coscience.v5i1.5152

Abstract

Advances in communication technology and social media have made it easier to access global information, but have also increased cases of cyberbullying on platforms such as X. The impact of cyberbullying can include physical and psychological disorders, such as increased loneliness, anxiety, depression, and decreased self-esteem. In addition, victims of cyberbullying may feel distress that can increase the risk of suicidal ideation. This research utilizes the Naïve Bayes method to effectively and efficiently classify cyberbullying-related comments. This classification model was developed to detect cyberbullying in comments on X, using the Naïve Bayes algorithm and a dataset from Kaggle consisting of 650 comments that contain cyberbullying characteristics and those that do not. This research includes several preprocessing steps such as tokenization, normalization, and stemming. The data was then divided into two parts: 80% for training data and 20% for testing data. The evaluation results show a model accuracy of 80.77%, precision 81.25%, recall 70.91%, and AUC 0.794. The innovation in this research lies in the use of 2 (two) stemming operators, namely stemming dictionary and stemming snowball, where the stemming dictionary uses a special file containing abbreviations or slang words, which are often used in comments on the word becomes its basic form. This model tends to be more accurate in classifying comments as non-bullying than bullying. Suggestions for improvement include exploring other preprocessing methods and algorithms, as well as using larger and more varied datasets.
Studi Perbandingan Algoritma Random Forest dan K-Nearest Neighbors (KNN) dalam Klasifikasi Gangguan Tidur Khasanah, Nurul; Eka Saputri , Daniati Uki; Aziz, Faruq; Hidayat, Taopik
Computer Science (CO-SCIENCE) Vol. 5 No. 1 (2025): Januari 2025
Publisher : LPPM Universitas Bina Sarana Informatika

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.31294/coscience.v5i1.5522

Abstract

Sleep disorders such as insomnia and sleep apnea can significantly affect quality of life and increase the risk of chronic diseases. Early identification and classification of sleep disorders are crucial in preventing further impacts. This study aims to compare the performance of the Random Forest and K-Nearest Neighbors (KNN) algorithms in classifying sleep disorders using the Sleep Health and Lifestyle Dataset from Kaggle, which contains health and lifestyle data relevant to sleep patterns. The Random Forest and KNN algorithms were applied to classify sleep disorders into the categories 'None', 'Sleep Apnea', and 'Insomnia'. Based on the study results, the Random Forest algorithm achieved an accuracy of 89.69%, with the best performance in the 'None' category, reaching a recall of 96.08%. Meanwhile, KNN achieved an accuracy of 87.02% with K=5. Although Random Forest demonstrated superior results, challenges were still found in detecting the 'Sleep Apnea' category, where recall only reached 74.55%, likely due to data imbalance. This study shows that the Random Forest algorithm is more effective in classifying sleep disorders compared to KNN. Future research steps include data balancing and exploring other algorithms such as XGBoost to improve the performance of sleep disorder detection.
Analisa Komparasi Model Data Mining Algoritma C4.5, CHAID, dan Random Forest Untuk Penilaian Kelayakan Kredit Amrin, Amrin; Pahlevi, Omar; Rianto, Harsih
Computer Science (CO-SCIENCE) Vol. 5 No. 1 (2025): Januari 2025
Publisher : LPPM Universitas Bina Sarana Informatika

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.31294/coscience.v5i1.6208

Abstract

Credit has now become a trend in society. The problem with credit is the improper history of credit card usage. The resulting impact can lead to bad credit. If customers fail to pay off debts that have been agreed upon with the bank, they can increase their credit risk. This study aims to conduct a comparative analysis of three data mining classification methods: the C4.5 algorithm, Chi-Squared Automatic Interaction Detection (CHAID), and Random Forest. The goal is to classify creditworthiness status. The researcher used 481 vehicle credit records with "bad" and "good" reviews. In this study, the independent variables used are dependent status, age, marital status, occupation, income, employment status, company status, last education, length of stay, house condition, and down payment. For creditworthiness assessment, the C4.5 model shows a truth accuracy rate of 91.90% with an area under the curve (AUC) value of 0.915. The CHAID model shows a truth accuracy rate of 63.83% with an AUC value of 0.661, and the Random Forest model shows a truth accuracy rate of 78.60% with an AUC value of 0.907. The evaluation results show that both the Random Forest and C4.5 algorithms have high accuracy rates and AUC values.
Customer Churn Prediction Pada Sektor Perbankan Dengan Model Logistic Regression dan Random Forest Mufida, Ely; Andriansyah, Doni; Hertyana, Hylenarti; mufida, elly
Computer Science (CO-SCIENCE) Vol. 5 No. 1 (2025): Januari 2025
Publisher : LPPM Universitas Bina Sarana Informatika

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.31294/coscience.v5i1.7576

Abstract

– Customer churn is a detrimental phenomenon in the banking sector because it can reduce revenue and increase the cost of acquiring new customers. This research aims to compare the performance of two models, Logistic Regression and Random Forest, to predict customer churn using datasets from Kaggle. The research process involves data preprocessing such as z-score normalization and dividing the dataset into training data (70%) and testing data (30%). The model was evaluated using a confusion matrix with Accuracy, precision, recall and F1-Score values. Logistic Regression achieved 76.85% Accuracy, 79% precision, 94% recall, and 86% F1-Score, showing quite good performance but susceptible to false positives. In contrast, Random Forest shows superior performance with 83.12% Accuracy, 84% precision, 96% recall, and 90% F1-Score. Random Forest is suitable for problems with high recall requirements because it is more reliable in detecting potential customer churn. To further improve model performance, it is recommended to perform hyperparameter optimization and feature importance analysis. This churn prediction model is expected to help banks reduce churn and increase customer retention.
Analisis Performa Model ResNet-50 Pada Diagnosis Pneumonia Balita Berdasarkan Citra Radiografi Thorax Rahmawati, Ami; Yulianti, Ita; Nurajizah, Siti; Hidayatulloh, Taufik; Sari, Ani Oktarini
Computer Science (CO-SCIENCE) Vol. 5 No. 1 (2025): Januari 2025
Publisher : LPPM Universitas Bina Sarana Informatika

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.31294/coscience.v5i1.7618

Abstract

One of the most serious complications of ARI is pneumonia, where this disease causes sufferers to experience pain when breathing and limited oxygen intake. According to the World Health Organization (WHO), pneumonia is classified as a life-threatening disease due to the high mortality rate caused. To be able to diagnose this disease, patients usually undergo various medical examination methods, one of which is through chest radiography. However, the challenge in diagnosing pneumonia generally lies in the complexity and uncertainty in interpreting the results of these methods. Therefore, this study was conducted with the aim of building an image classification model based on the Chest radiography dataset from toddler patients using the ResNet-50 architecture, which is a variant of the Convolutional Neural Networks (CNN) algorithm. The combination of the two methods is applied to analyze and process images and obtain pattern recognition with high accuracy. The research methods used include the application of data augmentation, CNN architecture design, model training, and performance evaluation. The evaluation results show that the model has quite good performance with an accuracy of 85%, which indicates the model's ability to classify images with a fairly high level of accuracy, and has the potential to help the pneumonia diagnosis process more efficiently and accurately.
Analisis Sentimen Ulasan Pelanggan Menggunakan Algoritma Naive Bayes pada Aplikasi Gojek Heristian, Sujiliani; Napiah, Musriatun; Erawati, Wati
Computer Science (CO-SCIENCE) Vol. 5 No. 1 (2025): Januari 2025
Publisher : LPPM Universitas Bina Sarana Informatika

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.31294/coscience.v5i1.7775

Abstract

Transportation is a means that a person uses to move from one place to another. One mode of transportation that is popular among the public is online motorcycle taxis, such as Gojek. Gojek continues to innovate to meet customer needs more effectively, as well as expand the scope of its services. This research aims to identify the number of positive and negative sentiments in the user review dataset, evaluate the performance of the algorithm used, and measure the level of customer satisfaction with Gojek services. Analysis was carried out on 6,485 customer reviews, which resulted in 4,387 positive sentiments and 2,098 negative sentiments. The classification model used, namely Naive Bayes, shows an accuracy of 88.5%, precision of 88.1%, and recall of 89.0%. The results of this research indicate that the Naive Bayes method provides good performance in analyzing the sentiment of user reviews of Gojek services
Sistem Informasi Persediaan Obat Pada PT Mega Esa Farma Dengan Metode Extreme Programming Rudianto, Biktra; Prisscilya, Sheren
Computer Science (CO-SCIENCE) Vol. 5 No. 2 (2025): Juli 2025
Publisher : LPPM Universitas Bina Sarana Informatika

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.31294/co-science.v5i2.8973

Abstract

PT. Mega Esa Farma is one of the leading pharmaceutical companies in Indonesia, facing significant challenges in managing inventory information. The main issues lie in recording incoming and outgoing goods, final stock, and other inventory-related problems. These obstacles result in slow data processing and delays in providing accurate information, ultimately hindering the efficiency of product sales and distribution. This study aims to develop a web-based inventory information system capable of efficiently managing, processing, organizing, and storing data, while presenting accurate and real-time information. The system development adopts the Extreme Programming (XP) methodology, which emphasizes short iterations, automated testing, simple design, and close collaboration between users and developers. System analysis is carried out using the Unified Modeling Language (UML) to visualize the structure and functionality of the system. The implementation results show that the developed system simplifies inventory recording, accelerates information access, and improves data accuracy. It also provides features such as minimum stock notifications and real-time reporting, which were not available in the previous manual system. The main contribution of this study lies in applying the XP methodology in the context of pharmaceutical inventory system development, along with the integration of real-time reporting and stock alert features as a form of novelty. This system is expected to serve as an innovative solution to enhance inventory management efficiency in the pharmaceutical industry, particularly at PT. Mega Esa Farma.
Evaluasi  Dan Redesain Antarmuka Website megapolitanpos.com Menggunakan Metode Usability Testing Dan Heuristic Evaluation Tanuwijaya, Jonathan; Prasetyo, Arfhan
Computer Science (CO-SCIENCE) Vol. 5 No. 2 (2025): Juli 2025
Publisher : LPPM Universitas Bina Sarana Informatika

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.31294/co-science.v5i2.9116

Abstract

Megapolitanpos.com, a Press Council-verified online news portal, faces usability problems such as complex navigation, unorganized layout, and less attractive visual design. This research aims to identify problems, redesign the interface, and improve user satisfaction through Usability Testing and Heuristic Evaluation. From 373 respondents, major problems such as unintuitive navigation, inconsistent news categories, unstructured information, absence of page loading indicators, and lack of user guidance were found. Most of the issues had a severity rating of 2, requiring redesign. The average severity rating obtained was 2.0. Recommendations include improving the category layout, adding loading indicators, tooltips, and arranging information elements logically, while maintaining the blue color as the visual identity. HTML and Bootstrap-based design prototypes designed based on valid and reliable analysis are expected to improve user experience and present information more intuitively.

Page 12 of 13 | Total Record : 121