Claim Missing Document
Check
Articles

Found 22 Documents
Search

MEMBANGUN WEB CRAWLER BERBASIS WEB SERVICE UNTUK DATA CRAWLING PADA WEBSITE GOOGLE PLAY STORE Ilmawan, Lutfi Budi
ILKOM Jurnal Ilmiah Vol 10, No 2 (2018)
Publisher : Prodi Teknik Informatika FIK Universitas Muslim Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33096/ilkom.v10i2.282.215-224

Abstract

At this time, Google Play Store is not providing API that can be used for accessing datas from applications on it’s application store. With that plenty application’s data, it could be used to make it a good research object, specially on data mining field. In this research, the system that is built is the system that can retrieve that applications’ data. For multiplatform’s purpose, web services are used for being an interface between client and server. Finally, the built system is working as expected. The system can retrive data from Google Play Store and it is suitable from requirements of data analysis stage. It can also integrated with REST web service to provide multiplatform access.
Performance comparison of support vector machine (SVM) with linear kernel and polynomial kernel for multiclass sentiment analysis on twitter Mukarramah, Rifqatul; Atmajaya, Dedy; Ilmawan, Lutfi Budi
ILKOM Jurnal Ilmiah Vol 13, No 2 (2021)
Publisher : Prodi Teknik Informatika FIK Universitas Muslim Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33096/ilkom.v13i2.851.168-174

Abstract

Sentiment analysis is a technique to extract information of ones perception, called sentiment, on an issue or event. This study employs sentiment analysis to classify societys response on covid-19 virus posted at twitter into 4 polars, namely happy, sad, angry, and scared. Classification technique used is support vector machine (SVM) method which compares the classification performance figure of 2 linear kernel functions, linear and polynomial. There were 400 tweet data used where each sentiment class consists of 100 data. Using the testing method of k-fold cross validation, the result shows the accuracy value of linear kernel function is 0.28 for unigram feature and 0.36 for trigram feature. These figures are lower compared to accuracy value of kernel polynomial with 0.34 and 0.48 for unigram and trigram feature respectively. On the other hand, testing method of confusion matrix suggests the highest performance is obtained by using kernel polynomial with accuracy value of 0.51, precision of 0.43, recall of 0.45, and f-measure of 0.51.