Claim Missing Document
Check
Articles

Social Media Engineering for Issues Feature Extraction using Categorization Knowledge Modelling and Rule-based Sentiment Analysis Al Islami, M Tafaquh Fiddin; Barakbah, Ali Ridho; Harsono, Tri
JOIV : International Journal on Informatics Visualization Vol 5, No 1 (2021)
Publisher : Society of Visual Informatics

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30630/joiv.5.1.397

Abstract

A company maintains and improves its quality services by paying attention to reviews and complaints from users. The complaints from users are commonly written using human natural language expression so that their messages are computationally difficult to extract and proceed. To overcome this difficulty, in this study, we presented a new system for issues feature extraction from users’ reviews and complaints from social media data. This system consists of four main functions: (1) Data Crawling and Preprocessing, (2) Categorization Knowledge Modelling, (3) Rule-based Sentiment Analysis, and (4) Application Environment. Data Crawling and Preprocessing provides data acquisition from users’ tweets on social media, crawls the data and applies the data preprocessing. Categorization Knowledge Modelling provides text mining of textual data, vector space transformation to create knowledge metadata, context recognition of keyword queries to the knowledge metadata, and similarity measurement for categorization. In the Rule-based Sentiment Analysis, we developed our own rules of computatioal linguistics to measure polarity of sentiment. Application Environment consists of 3 layers: database management, back-end services and front-end services. For applicability of our proposed system, we conducted two kinds of experimental study: (1) categorization performance, and (2) sentiment analysis performance. For categorization performance, we used 8743 tweet data and performed 82% of accuracy. For categorization performance, we made experiments on 217 tweet data and performed 92% of accuracy.
Mining Opinions on a Prominent Health Insurance Provider from Social Media Microblog: Affective Model and Contextual Analysis Approach Rasyada, Ihda; Barakbah, Ali Ridho; Amalo, Elizabeth Anggraeni
JOIV : International Journal on Informatics Visualization Vol 7, No 2 (2023)
Publisher : Society of Visual Informatics

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30630/joiv.7.2.1771

Abstract

Social media plays a significant role in enhancing communication among organizations, communities, and individuals. Besides being a mode of communication, the data generated from these interactions can also be leveraged to assess the performance of an institution or organization. People may evaluate public companies based on the opinions of their users. However, user-supplied information is brief and written in natural language. In addition to being brief, the process of sending messages or engaging in other social media interactions contains a great deal of context information. This multiplicity of context can be utilized to conduct a more in-depth analysis of user opinion. This study presents a new approach to opinion mining for social media microblogging data by applying an affective model and contextual analyses. The affective model is applied for sentiment analysis to measure the degree of each adjective from user opinion by evaluating adjectives according to their varying levels of pleasure and arousal. The contextual analysis in this paper is modeled based on topic, user, adjective, and personal characteristics. The contextual analysis has four main features: (1) Temporal keyword sentiment context, (2) Temporal user sentiment context, (3) User impression context, and (4) Temporal user character context. Our affective model outperformed 75.6% the accuracy and 74.98% of F1-score, rather than SVM. In the experiment, the contextual analysis performed graph visualization of output results for each query feature for future development. Feature one to four successfully processes the query to produce a visualization graph.
Process Design of Software Library Development for Deep Learning Module in Java Programming with Four-Phase Methodology: Preparation, Identification, Design, and Development Barakbah, Ali Ridho; Rachmawati, Oktavia Citra Resmi; Karlita, Tita
Journal of Applied Data Sciences Vol 7, No 1: January 2026
Publisher : Bright Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.47738/jads.v7i1.989

Abstract

Recent advances in deep learning have driven remarkable achievements across various domains, including computer vision, natural language processing, and medical diagnostics. However, prevailing DL libraries often expose monolithic and tightly coupled codebases, making it difficult for researchers to inject custom mathematical formulations into core training routines. To address this limitation, we introduce a modular software library that empowers users in both academia and industry to extend and modify training functions with minimal friction. This paper focuses on the preparatory stages of library development in Java Programming, presenting a four-phase methodology comprising Preparation (ideation, research questions, literature review), Identification (term extraction, goal definition, environment setup), Design (architecture modeling, class and attribute specification, task scheduling), and Development (component exploration, functionality construction). Through these sequential activities, we have produced eleven detailed design documents, including vision statements, quality-attribute scenarios, architectural decision records, and API specifications, that collectively capture the rationale and technical blueprint of our library. By sharing our step-by-step process, we aim to provide a replicable framework for future researchers undertaking the architectural design of specialized Deep Learning libraries.
Smart I’rab: Smart Aplicasion for Arabic Grammar Learning Farmadi, Syd. Ali Zein; Barakbah, Ali Ridho; Kusumaningtyas, Entin Martiana
EMITTER International Journal of Engineering Technology Vol 1 No 1 (2013)
Publisher : Politeknik Elektronika Negeri Surabaya (PENS)

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (9280.381 KB) | DOI: 10.24003/emitter.v1i1.9

Abstract

Arabic grammar, known as nahwu, is necessary to comprehend the Holy Qur’an that is completely written in Arabic. However, many people get trouble to study this skill because there are various kinds of word formation and sentences that may be created from a single verb, noun, adjective, subject, predicate, object, adverb or another formation. This research proposes a new approach to identify the position and word function in Arabic sentence. The approach creates smart process that employs Natural Language Processing (NLP) and expert system with modeling based on knowledge and inference engine in determining the word position. The knowledge base determines the part of speech while the inference engine shows the word function in the sentence. On processing, the system uses 82 templates consisting of 34 verb templates, 34 subject pronouns, 14 pronouns for object or possessive word. All the templates are in the form of char array for harakat (vowel) and letters which become the comparators for determining the part of speech from input word sentence. Output from the system is an i’rab (the explanation of word function in sentence) written in Arabic. The system has been tested for 159 times to examine word and sentence. The examination for word that is done 117 times has not made any error except for the word that is really like another word. While the detection for word function in sentence that is done 42 times experiment, there is no error too. An error happens when the part of speech from the word being examined is not included in the system yet, influencing the following word function detection.Keywords: I’rab, Arabic grammar, NLP, expert system, knowledge base, inference engine
Automatic Representative News Generation using On-Line Clustering Sigita, Marlisa; Barakbah, Ali Ridho; Kusumaningtyas, Entin Martiana; Winarno, Idris
EMITTER International Journal of Engineering Technology Vol 1 No 1 (2013)
Publisher : Politeknik Elektronika Negeri Surabaya (PENS)

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (8313.353 KB) | DOI: 10.24003/emitter.v1i1.11

Abstract

The increasing number of online news provider has produced large volume of news every day. The large volume can bring drawback in consuming information efficiently because some news contain similar contents but they have different titles that may appear. This paper presents a new system for automatically generating representative news using on-line clustering. The system allows the clustering to be dynamic with the features of centroid update and new cluster creation. Text mining is implemented to extract the news contents. The representative news is obtained from the closest distance to each centroid that calculated using Euclidean distance. For experimental study, we implement our system to 460 news in Bahasa Indonesia. The experiment performed 70.9% of precision ratio. The error is mainly caused by imprecise results from keyword extraction that generates only one or two keywords for an article. The distribution of centroid’s keywords also affects the clustering results.Keywords: News Representation, On-line Clustering, Keyword Aggregation, Text Mining.
Reinforced Intrusion Detection Using Pursuit Reinforcement Competitive Learning Tiyas, Indah Yulia Prafitaning; Barakbah, Ali Ridho; Harsono, Tri; Sudarsono, Amang
EMITTER International Journal of Engineering Technology Vol 2 No 1 (2014)
Publisher : Politeknik Elektronika Negeri Surabaya (PENS)

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (10388.993 KB) | DOI: 10.24003/emitter.v2i1.16

Abstract

Today, information technology is growing rapidly,all information can be obtainedmuch easier. It raises some new problems; one of them is unauthorized access to the system. We need a reliable network security system that is resistant to a variety of attacks against the system. Therefore, Intrusion Detection System (IDS) required to overcome the problems of intrusions. Many researches have been done on intrusion detection using classification methods. Classification methodshave high precision, but it takes efforts to determine an appropriate classification model to the classification problem. In this paper, we propose a new reinforced approach to detect intrusion with On-line Clustering using Reinforcement Learning. Reinforcement Learning is a new paradigm in machine learning which involves interaction with the environment.It works with reward and punishment mechanism to achieve solution. We apply the Reinforcement Learning to the intrusion detection problem with considering competitive learning using Pursuit Reinforcement Competitive Learning (PRCL). Based on the experimental result, PRCL can detect intrusions in real time with high accuracy (99.816% for DoS, 95.015% for Probe, 94.731% for R2L and 99.373% for U2R) and high speed (44 ms).The proposed approach can help network administrators to detect intrusion, so the computer network security systembecome reliable.Keywords: Intrusion Detection System, On-Line Clustering, Reinforcement Learning, Unsupervised Learning.
Centronit: Initial Centroid Designation Algorithm for K-Means Clustering Barakbah, Ali Ridho; Arai, Kohei
EMITTER International Journal of Engineering Technology Vol 2 No 1 (2014)
Publisher : Politeknik Elektronika Negeri Surabaya (PENS)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.24003/emitter.v2i1.17

Abstract

Clustering performance of the K-means highly depends on the correctness of initial centroids. Usually initial centroids for the K- means clustering are determined randomly so that the determined initial centers may cause to reach the nearest local minima, not the global optimum. In this paper, we propose an algorithm, called as Centronit, for designation of initial centroidoptimization of K-means clustering. The proposed algorithm is based on the calculation of the average distance of the nearest data inside region of the minimum distance. The initial centroids can be designated by the lowest average distance of each data. The minimum distance is set by calculating the average distance between the data. This method is also robust from outliers of data. The experimental results show effectiveness of the proposed method to improve the clustering results with the K-means clustering.Keywords: K-means clustering, initial centroids, Kmeansoptimization.
Impression Generation of Indonesian Cultural Paintings for Mobile Application with Culture Dependent Color-Impression Metric Creation Contents Kuswhara, Devira Nanda; Barakbah, Ali Ridho; Mubtadai, Nur Rosyid; Setiowati, Yuliana
EMITTER International Journal of Engineering Technology Vol 2 No 1 (2014)
Publisher : Politeknik Elektronika Negeri Surabaya (PENS)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.24003/emitter.v2i1.19

Abstract

Painting is one of complex image reflecting observations and feelings of the artist to the environment. This condition extends the need of painting impression generation system since common people with lack of art experience would have difficulties to interpret the painting. From this point of view we presents a new model to provide representative impressions of paintings by providing a color-impression metric taken from public survey and implement it for mobile application. The new model provides analytical functions to generate the representative impression of the image query. The functions consist of two main section: (1) The cultural-dependent color-impression metric creation which consist of conducting survey, applying normalized 3D color vector quantization to image dataset, generating image-impression metric, and generating color- impression metric; and (2) Impression generation of image query which consist of applying normalized 3D color vector quantization to image query and measuring the similarity between image query andcolor-impression metric. To perform our proposed impression generation system, we examine our system with Indonesian cultural image dataset and 5 different mobile devices. Our proposed system performs main color impression precision result with average precision of more than 60%. Brightness intensity and zooming affects the retrieved impressions. Rotating captures of an image generate the same retrieved impressions. The system also performs average response time vary in range 41263 to 117434 milliseconds from all devices.Keywords: impression generation system, color based impression, cultural computing, mobile application.
Evacuation System in a Building Using Cellular Automata for Pedestrian Dynamics ., Muarifin; Harsono, Tri; Barakbah, Aliridho
EMITTER International Journal of Engineering Technology Vol 3 No 1 (2015)
Publisher : Politeknik Elektronika Negeri Surabaya (PENS)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.24003/emitter.v3i1.31

Abstract

The sense of safety in public facilities for pedestrians can be shown by the availability of good infrastructure, particularly the building. One of the aspects that can make pedestrians feel comfortable and safe is the availability of evacuation facilities in emergency situation. When a disaster strikes, people would start to panic and this will cause problems, especially during an evacuation.During panic in an evacuation process, pedestrians tend to act blindly and walk randomly and mindlessly. They might follow one another when they get panic. This is called as herding behavior. Regarding the evacuation systems, cellular automata is the basic method used to represent human motion. The movement of pedestrian is an important aspect during an evacuation process and this can be analyzed and implemented by using Cellular Automata. It is a simple method yet it can solve complex problems.Total evacuation time becomes the indicators in measuring the efficiency of this system. The result of comparison method shows that the proposed method could work better in certain conditions. In addition, the results of the experiments during panic and normal situation show similar characteristics especially regarding density aspect, yet evacuation time during panic situation takes longer time. The experiment’s results by using the actual data also has similar tendency with the evacuation time.Keywords: evacuation time, cellular automata, panic behavior, pedestrian
Cluster Oriented Spatio Temporal Multidimensional Data Visualization of Earthquakes in Indonesia Shodiq, Mohammad Nur; Barakbah, Ali Ridho; Harsono, Tri
EMITTER International Journal of Engineering Technology Vol 3 No 1 (2015)
Publisher : Politeknik Elektronika Negeri Surabaya (PENS)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.24003/emitter.v3i1.34

Abstract

Spatio temporal data clustering is challenge task. The result of clustering data are utilized to investigate the seismic parameters. Seismic parameters are used to describe the characteristics of earthquake behavior. One of the effective technique to study multidimensional spatio temporal data is visualization. But, visualization of multidimensional data is complicated problem. Because, this analysis consists of observed data cluster and seismic parameters. In this paper, we propose a visualization system, called as IES (Indonesia Earthquake System), for cluster analysis, spatio temporal analysis, and visualize the multidimensional data of seismic parameters. We analyze the cluster analysis by using automatic clustering, that consists of get optimal number of cluster and Hierarchical K-means clustering. We explore the visual cluster and multidimensional data in low dimensional space visualization. We made experiment with observed data, that consists of seismic data around Indonesian archipelago during 2004 to 2014.Keywords: Clustering, visualization, multidimensional data, seismic parameters.
Co-Authors A.A. Ketut Agung Cahyawan W Abd. Rasyid Syamsuri Achmad Basuki Achmad Basuki Achmad Basuki Achmad Basuki Adnan Rachmat Anom Besari Afifah, Izza Nur Afrida Helen Afrida Helen, Afrida Agata, Dias Agus Kurniasari, Arvita Ahsan, Ahmad Syauqi Al Islami, M Tafaquh Fiddin Alde, Muhammad Riski Alfi Fadliana Amali, Darari Nur Amalia Wirdatul Hidayah Amalo, Elizabeth Anggraeni Amang Sudarsono, Amang Andhik Ampuh Yunanto Andy Yuniawan ANITA DAMAYANTI Anom Besari, Adnan Rachmat Arna Fariza Arvita Agus Kurniasari Aziz, Adam Shidqul Bayu Dwiyan Satria Bima Sena Bayu Dewantara Budi Santosa Dadet Pramadihanto Dadet Pramadihanto Darari Nur Amali Desi Amirullah, Desi Desy Intan Permatasari, Desy Intan Devira Nanda Kuswhara, Devira Nanda Dewanto, Raden Sanggar Dias Agata Edelani, Renovita Edi Satriyanto Entin Martiana Kusumaningtyas Fahrudin, Tresna Maulana Fahrudin, Tresna Maulana Fauzi Nafi'Ubadah, Kriza Febrianto, Ardiansyah Indra Ferry Astika Saputra Haikal Yuniarta Krisgianto, Ricko Hamida, Silfiana Nur Hermawan, Aditya Afgan Hermawan, Aditya Afgan Hidayah, Amalia Wirdatul Hidayah, Nadila Wirdatul Hisyam, Masfu Hisyam, Masfu Huda, Achmad Thorikul I Made Akira Ivandio Agusta Idris Winarno Idris Winarno Ilham Iskandariansyah Indah Yulia Prafitaning Tiyas, Indah Yulia Prafitaning Indra Adji Sulistijono Insani, Fawzan Irene Erlyn Wina Rachmawan, Irene Erlyn Wina Isbat Uzzin Nadhori, Isbat Uzzin Iwan Syarif iwan Syarif Khotibul Umam Kindarya, Fabyan Kohei Arai Kohei Arai Kurniasari, Arvita Agus Kurniasari, Arvita Agus Kusuma, Dedy Hidayat Kusuma, Selvia Ferdiana Louis Nashih Uluwan Arif M Udin Harun Al Rasyid, M Udin Harun Mahardhika, Yesta Medya Marlisa Sigita, Marlisa Maulana, Wahyu Ikbal Mayangsari, Mustika Kurnia Miko, Taufan Radias Mirza Ghulam Rifqi Mirza Ghulam Rifqi Mohammad Nur Shodiq Mohammad Nur Shodiq Mohammad Nur Shodiq, Mohammad Nur Mu'arifin, Mu'arifin Muarifin ., Muarifin Muarifin Muarifin Muhammad Alfian Muhammad Rois Muhammad Wahyu Nugroho Sakti Nadila Wirdatul Hidayah Nana Ramadijanti, Nana Ni'Ma, Najma Akmalina Nur Rosyid Mubatada'i Nur Rosyid Mubtadai, Nur Rosyid Oktavia Citra Resmi Rachmawati Piko Permata Ilham Prasetyo Primajaya, Grezio Arifiyan Puspasari Susanti Putra, Berlian Juliartha Martin Rachmawati, Oktavia Citra Resmi Rasyada, Ihda Ratri Cahyaning Winedhar Renovita Edelani Ridho, Bistiana Syafina Riyanto Sigit Riyanto Sigit, Riyanto Rizka Rahayu Sasmita Rudi Kurniawan S, Ferry Astika S, Ferry Astika Sa'adah, Umi Saputra, Muhammad Krisnanda Vilovan Sesulihatien, Wahjoe Tjatur Setiawardhana Setiawardhana Setiawardhana, Setiawardhana Shabirin, Irsal Subhan, Muh Sumarsono, Irwan Suryani, Indah Yudi Susanti, Puspasari Susetyoko, Ronny Syd. Ali Zein Farmadi, Syd. Ali Zein Tahta Alfina Tessy Badriyah Tessy Badriyah, Tessy Tita Karlita Tita Karlita Tresna Maulana Fahrudin Tri Hadiah Muliawati, Tri Hadiah Tri Harsono Tri Harsono ULURRASYADI, FAIZ Wahjoe Tjatur Sesulihatien Wahjoe Tjatur Sesulihatien Wahyu Widodo Wibowo, Galih Hendra Wibowo, Galih Hendra Widodo, Edi Wahyu Wina Rachmawan, Irene Erlyn Wina Rachmawan, Irene Erlyn Yuliana Setiowati, Yuliana Zainal Arief