Claim Missing Document
Check
Articles

Found 6 Documents
Search
Journal : Indonesian Journal of Electrical Engineering and Computer Science

Weighted inverse document frequency and vector space model for hadith search engine Septya Egho Pratama; Wahyudin Darmalaksana; Dian Sa'adillah Maylawati; Hamdan Sugilar; Teddy Mantoro; Muhammad Ali Ramdhani
Indonesian Journal of Electrical Engineering and Computer Science Vol 18, No 2: May 2020
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijeecs.v18.i2.pp1004-1014

Abstract

Hadith is the second source of Islamic law after Qur’an which make many types and references of hadith need to be studied. However, there are not many Muslims know about it and many even have difficulties in studying hadiths. This study aims to build a hadith search engine from reliable source by utilizing Information Retrieval techniques. The structured representation of the text that used is Bag of Word (1-term) with the Weighted Inverse Document Frequency (WIDF) method to calculate the frequency of occurrence of each term before being converted in vector form with the Vector Space Model (VSM). Based on the experiment results using 380 texts of hadith, the recall value of WIDF and VSM is 96%, while precision value is just around 35.46%. This is because the structured representation for text that used is bag of words (1-gram) that can not maintain the meaning of text well).
Light Control and Watering System in Greenhouse for The Cultivation of Chrysanthemum Sp Adam Faroqi; Muhammad Ali Ramdhani; Muhammad Fahmi Amrillah; Lia Kamelia; Eneng Nuraeni
Indonesian Journal of Electrical Engineering and Computer Science Vol 12, No 3: December 2018
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijeecs.v12.i3.pp950-957

Abstract

Chrysanthemum (Chrysanthemum Sp) is sensitive to temperature and humidity. The greenhouse is an appropriate planting medium since temperature and humidity can be engineered there. This article presents the design of systems using DHT-22 and SEN0057 sensors. Real Time Clock (RTC) is used for providing timing input and functions as an extra light intensity timer. Arduino Mega 2560 is used as a microcontroller functioning to receive the results of sensor measurement and to give output instructions to condition the temperature and humidity. The testing on chrysanthemum Sp placed inside the greenhouse equipped with the system for 7 days shows an increase of height of 3.7 cm. As for chrysanthemum Sp placed outside the greenhouse equipped with the system for 7 days, there is an increase of height of 0, 2 cm. These greenhouse light control and Watering systems can engineer the temperature and humidity in accordance with the needs of chrysanthemum Sp cultivation in the greenhouse. 
Flexibility of Indonesian text pre-processing library Dian Sa'adillah Maylawati; Hilmi Aulawi; Muhammad Ali Ramdhani
Indonesian Journal of Electrical Engineering and Computer Science Vol 13, No 1: January 2019
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijeecs.v13.i1.pp420-426

Abstract

This study aimed to achieve and measure flexibility as a software quality factor of text pre-processing libraries with Indonesian text from social media. Library was built based on a review of some text mining applications that did not yet have a special pre-process for Indonesian text. Text pre-processing libraries were designed and built using an object-oriented approach that was modular to achieve flexibility. Flexibility was measured by the Mc Call Cyclomatic Complexity (CC) metric. Flexibility of library was tested by implementing the library into text mining applications. The results of experiment showed that text pre-processing libraries could be flexible and easy to use without much configuration in text mining applications. It was proved by the value of CC of 2.51 which meant the library or software was not too complex, simple enough, and also flexible to use.
Heuristic evaluation on mobile halal detection application Ahmad Hasan Ridwan; Irfan Safrudin; Muhammad Ali Ramdhani; Diena Rauda Ramdania
Indonesian Journal of Electrical Engineering and Computer Science Vol 19, No 2: August 2020
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijeecs.v19.i2.pp957-963

Abstract

As a country with the largest Muslim population in the world, the halal status of a food and beverage product is essential for the people of Indonesia. An application was created by the government to answer these concerns with the name "Halal MUI". Unfortunately, this application has not been able to meet the needs of users to get a rating of 3.5 out of 920 users. This study aims to provide an evaluation of the Halal MUI application by using a heuristic evaluation approach. As many as three experts did a personal heuristic evaluation, then summarized it in a group discussion forum. The results showed that the application of Halal MUI, in general, has been able to check the halal product. However, some features still have a high severity rating. This paper presents several suggested improvements to improve system usability in Halal MUI applications.
Indonesian news classification using convolutional neural network Muhammad Ali Ramdhani; Dian Sa’adillah Maylawati; Teddy Mantoro
Indonesian Journal of Electrical Engineering and Computer Science Vol 19, No 2: August 2020
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijeecs.v19.i2.pp1000-1009

Abstract

Every language has unique characteristics, structures, and grammar. Thus, different styles will have different processes and result in processed in natural language processing (NLP) research area. In the current NLP research area, data mining (DM) or machine learning (ML) technique is popular, especially for deep learning (DL) method. This research aims to classify text data in the Indonesian language using convolutional neural network (CNN) as one of the DL algorithms. The CNN algorithm used modified following the Indonesian language characteristics. Thereby, in the text pre-processing phase, stopword removal and stemming are particularly suitable for the Indonesian language. The experiment conducted using 472 Indonesian news text data from various sources with four categories: ‘hiburan’ (entertainment), ‘olahraga’ (sport), ‘tajuk utama’ (headline news), and ‘teknologi’ (technology). Based on the experiment and evaluation using 377 training data and 95 testing data, producing five models with ten epoch for each model, CNN has the best percentage of accuracy around 90,74% and loss value around 29,05% for 300 hidden layers in classifying the Indonesian News data.
Model-view-controller approach for e-Zakah Ah. Fathonih; Dian Sa’adillah Maylawati; Muhammad Ali Ramdhani
Indonesian Journal of Electrical Engineering and Computer Science Vol 15, No 2: August 2019
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijeecs.v15.i2.pp1054-1065

Abstract

Zakah (alms) has a strategic position in terms of Islamic value and terms of the development of the welfare of the people. In the current digital era, the use of technology can facilitate zakah worship more easily, quickly, efficiently, and secure. This study aims to analyze and design electronic zakah (e-Zakah) structurally and systematically using the Model-View-Controller (MVC) approach. MVC is an approach or pattern of object-oriented analysis and design for software development that widely used today. MVC is implemented in the analysis and design modelling using Unified Modeling Language (UML) for e-Zakah. Based on the traceability result of analysis and design of e-Zakah, it can be concluded that the e-Zakah analysis and design model has been met all of zakah concept, user and software requirements, and all of models can be traced to each other. Therefore, e-Zakah analysis and design model in this study is ready to be built as a software.