Rendi Nurcahyo
Gunadarma University

Published : 2 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 2 Documents
Search

Pengenalan Emosi Pembicara Menggunakan Convolutional Neural Networks Rendi Nurcahyo; Mohammad Iqbal
Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi) Vol 6 No 1 (2022): Februari 2022
Publisher : Ikatan Ahli Informatika Indonesia (IAII)

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (758.53 KB) | DOI: 10.29207/resti.v6i1.3726

Abstract

Recognition of the speaker's emotions is an important but challenging component of Human-Computer Interaction (HCI). The need for the recognition of the speaker's emotions is also increasing related to the need for digitizing the company's operational processes related to the implementation of industry 4.0. The use of Deep Learning methods is currently increasing, especially for processing unstructured data such as data from voice signals. This study tries to apply the Deep Learning method to classify the speaker's emotions using an open dataset from SAVEE which contains seven classes of voice emotions in English. The dataset will be trained using the CNN model. The final accuracy of the model is 88% on the training data and 52% on the test data, which means the model is overfitting. This is due to the imbalance of emotion classes in the dataset, which makes the model tend to predict classes with more labels. In addition, the lack of heterogeneity of the dataset makes the character of the emotion class more different from the others so that it can reduce the bias in the model so as not to overfit the model. Further development of this research can be done, such as over-sampling the existing dataset by adding other data sources, then performing data augmentation to get the data character of each emotion class and setting hyperparameter values ​​to get better accuracy values.
Comparative Analysis of Deep Learning Models for Vehicle Detection Rendi Nurcahyo; Mohammad Iqbal
Journal of Systems Engineering and Information Technology (JOSEIT) Vol 1 No 1 (2022): March 2022
Publisher : Ikatan Ahli Informatika Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (610.663 KB) | DOI: 10.29207/joseit.v1i1.1960

Abstract

Deep Learning techniques are now widely used instead of traditional Computer Vision. There are many Deep Learning model algorithms for each use case such as Object Detection has several models, including Faster R-CNN, SSD, and YOLO v3. The performance and results of each Deep Learning model have advantages and disadvantages. Therefore, we must determine which model is suitable for the use cases and datasets that we have so that we can make the best Deep Learning model. Based on this need, this paper will make a comparative analysis of the Deep Learning model for Vehicle Detection (the spesific of Object Detection) from the models mentioned, namely, Faster R-CNN, SSD (Single Shot Detector), and YOLO v3 (You Only Look Once) to see the advantages and the disadvantages and which ones are the best. And after a comparison, it was concluded that of the three models mentioned only YOLO v3 model is able to be used as real time detection because it has low latency due to YOLO v3 only performs single convolution process so that it makes the process simpler and faster without reduce the accuracy.