19 research outputs found
Implementation of Convolutional Neural Networks for Batik Image Dataset
One method of image recognition that can be used is a convolutional neural network (CNN). However, the training model of CNN is not an easy thing; it takes tuning parameters that take a long time in the training process. This research will do Batik pattern recognition by using CNN. From the experiment that we conducted, the result shows that the feature extraction, selection, and reduction give the accuracy more significant than raw image dataset. The feature selection and reduction also can improve the execution time. Parameters value that gave best accuracy are: epoch = 200, batch_size = 20, optimizer = adam, learning_rate = 0.01, network weight initialization = lecun_uniform, neuron activation function = linear
Note on the Measures of Dependence in Terms of Copulas
AbstractThe dependence structure among each risk factors has been an important topic for researches both from theoretical and applied standpoints. To measure such dependence, several characteristic quantities have been already introduced and widely employed, which include, for instance, the population version of Kendall's tau (τ) and/or Spearman's rho (ρ). Copulas, on the other hand, are well known tools for understanding the dependence relation among random variables, and the above τ and ρ are expressed in terms of copulas. In this note, we generalize these expressions. We also compute the extended formula for the Archimedean copulas as well as its generalized copulas, and pursue the possibility of its applications
Determining the Number of Batik Motif Object based on Hierarchical Symmetry Detection Approach
In certain conditions, symmetry can be used to describe objects in the batik motif efficiently. Symmetry can be defined based on three linear transformations of dimension n in Euclidian space in the form of translation and rotation. This concept is useful for detecting objects and recognising batik motifs. In this study, we conducted a study of the symmetry effect to determine the number of batik motif objects in an image using symmetry algorithm through a hierarchical approach. The process focuses on determining the intersection line of the batik motif object. Furthermore, by utilising intersection line information for bilateral and rotational symmetry, the number of objects carried out recursively is determined. The results obtained are numbers of batik motif objects through symmetry detection. This information will be used as a reference for batik motif detection. Based on the experimental results, there are some errors caused by the axis of the symmetry line that is not appropriate due to the characteristics of batik motifs. The problem is solved by adding several rules to detect symmetry line and to determine the number of objects. The additional rules increase the average accuracy of the number of object detection from 66.21% to 86.19% (19.99% increase)
Hospital quality classification based on quality indicator data during the COVID-19 pandemic
This research aim is to propose a machine learning approach to automatically evaluate or categories hospital quality status using quality indicator data. This research was divided into six stages: data collection, pre-processing, feature engineering, data training, data testing, and evaluation. In 2020, we collected 5,542 data values for quality indicators from 658 Indonesian hospitals. However, we analyzed data from only 275 hospitals due to inadequate submission. We employed methods of machine learning such as decision tree (DT), gaussian naïve Bayes (GNB), logistic regression (LR), k-nearest neighbors (KNN), support vector machine (SVM), linear discriminant analysis (LDA) and neural network (NN) for research archive purposes. Logistic regression achieved a 70% accuracy rate, SVM a 68% accuracy rate, and neural network a 59.34% of accuracy. Moreover, K-nearest neighbors achieved a 54% of accuracy and decision tree a 41% accuracy. Gaussian-NB achieved a 32% accuracy rate. The linear discriminant analysis achieved the highest accuracy with 71%. It can be concluded that linear discriminant analysis is the algorithm suitable for hospital quality data in this research.</p
Recommended from our members
Implementation of deep neural networks (DNN) with batch normalization for batik pattern recognition
One of the most famous cultural heritages in Indonesia is batik. Batik is a specially made drawing cloth by writing Malam (wax) on the cloth, then processed in a certain way. The diversity of motifs both in Indonesia and the allied countries raises new research topics in the field of information technology, both for conservation, storage, publication and the creation of new batik motifs. In computer science research area, studies about Batik pattern have been done by researchers and some algorithms have been successfully applied in Batik pattern recognition. This study was focused on Batik motif recognition using texture fusion feature which is Gabor, Log-Gabor, and GLCM; and using PCA feature reduction to improve the classification accuracy and reduce the computational time. To improve the accuracy, we proposed a Deep Neural Network model to recognise batik pattern and used batch normalisation as a regularises to generalise the model and to reduce time complexity. From the experiments, the feature extraction, selection, and reduction gave better accuracy than the raw dataset. The feature selection and reduction also reduce time complexity. The DNN+BN significantly improve the accuracy of the classification model from 65.36% to 83.15%. BN as a regularization has successfully made the model more general, hence improve the accuracy of the model. The parameters tuning also improved accuracy from 83.15% to 85.57%
Recommended from our members
Implementation of deep learning predictor (LSTM) algorithm for human mobility prediction
The studies of human mobility prediction in mobile computing area gained due to the availability of large-scale dataset contained history of location trajectory. Previous work has been proposed many solutions for increasing of human mobility prediction the accuracy result, however, only few researchers have addressed the issue of human mobility for implementation of LSTM networks. This study attempted to use classical methodologies by combining LSTM and DBSCAN because those algorithms can tackle problem in human mobility, including large-scale sequential data modeling and number of clusters of arbitrary trajectory identification. The method of research consists of DBSCAN for clustering, long short-term memory (LSTM) algorithm for modelling and prediction,
and Root Mean Square Error (RMSE) for evaluation. As the result, the prediction
error or RMSE value reached score 3.551 by setting LSTM with parameter of
epoch and batch_size is 100 and 20 respectively