Abstract:Abstract: Student graduation is one thing that needs to be considered because it is included in the College's Internal Quality Assurance Standards (SPMI). STMIK Royal is one of the universities experiencing problems with…
student graduation. To achieve the quality of these graduates, a graduation diagnosis with the standards that have been set for students who are still carrying out studies is very necessary so that anticipatory steps can be taken from the beginning to overcome the occurrence of graduation problems in the academic field. This research aims to diagnose fast-track student graduation by using a data mining model with a classification function. The technique used for the classification data mining model is the Naïve Bayes Algorithm. The dataset used as training and testing data is data from the 2021 STMIK Royal fast track students. The criteria used to determine student graduation are Gender, class, credits, GPA, Tuition Fee, Guidance Process, and the KKL Report. The results of the classification modeling with the Naïve Bayes Algorithm produce an accuracy value of 83%.
Keywords: data mining; graduation; naïve Bayes
Abstrak: Kelulusan mahasiswa adalah salah satu hal yang harus diperhatikan karena termasuk ke dalam Standar Penjaminan Mutu Internal (SPMI) perguruan tinggi. STMIK Royal adalah salah satu perguruan tinggi yang mengalami masalah kelulusan mahasiswa. Untuk mencapai kualitas lulusan tersebut, diagnosis kelulusan dengan standar yang telah ditetapkan untuk mahasiswa yang masih menjalankan studi sangat diperlukan sehingga dapat dilakukan langkah antisipasi dari awal untuk menanggulangi terjadinya permasalahan kelulusan dalam bidang akademik. Tujuan diadakannya penelitian ini untuk untuk mendiagnosis kelulusan mahasiswa fast track dengan menggunakan model data mining dengan fungsi klasifikasi. Teknik yang digunakan untuk model data mining klasifikasi adalah Algoritma Naïve Bayes. Dataset yang akan digunakan untuk menjadi data latih dan data uji adalah data mahasiswa fast track STMIK Royal tahun 2021. Kriteria yang digunakan untuk diganosis kelulusan mahasiswa, diantaranya Jenis Kelamin, Kelas, SKS, IPK, Uang Kuliah, Proses Bimbingan, dan Pengumpulan Laporan KKL. Hasil pemodelan klasifikasi dengan Algoritma Naïve Bayes menghasilkan nilai akurasi sebesar 83%.
Kata kunci: data mining; kelulusan; naïve bayes
Abstract:Abstract: Non-performing loan (NPL) is a risk that credit unions must face and to avoid that, prospective debtors need to be surveyed. With previous loan data, support vector machine and naïve bayes can be used as classification…
ssification methods to give a decision about NPL. We use a data set with 61 data and process the data with orange 3.30 application to see the difference between SVM using linear (SVM-L), polynomial (SVM-P), RBF (SVM-R) and sigmoid (SVM-S) kernel with naïve bayes. We use a cross validation technique with various folds to measure the classification results and a convusion matrix to measure the data training classification results. Naïve bayes scores the highest in terms of accuracy and SVM-R scores the highest in terms of F1, precision and recall. SVM-P scores the lowest in terms of accuracy, F1, precision and recall. Naïve bayes scores the highest in terms of proportion of predicted for true negative class and proportion of actual for true positive class. SVM-S scores the highest in terms of proportion of predicted for true positive class and proportion of actual for true negative class. SVM-P scores the lowest in both proportion of predicted and proportion of actual.
Keywords: classification; naïve bayes; non-performing loan; support vector machine
Abstrak: Kredit macet merupakan resiko yang sering dialami koperasi simpan pinjam, sehingga perlu dilakukan survei terhadap calon debitur agar kredit menjadi sehat. Dengan menggunakan data pemberian kredit sebelumnya, support vector machine dan naïve bayes digunakan sebagai metode klasifikasi untuk memberikan keputusan macet atau tidaknya kredit anggota koperasi Mutiara Sejahtera. Data set yang berjumlah 61 data diolah menggunakan aplikasi Orange 3.30 dan dilihat perbandingan antara metode SVM dengan kernel linear, polynomial, RBF dan sigomoid dengan metode naïve bayes. Cross validation dengan jumlah fold bervariasi digunakan sebagai nilai ukur klasifikasi dan convusion matrix digunakan sebagai nilai ukur klasifikasi data training. Hasil yang diperoleh adalah naïve bayes memiliki nilai accuracy tertinggi dan SVM kernel RBF memiliki nilai F1, precision dan recall tertinggi. SVM kernel polynomial memiliki nilai terendah untuk accuracy, F1, precision dan recall. Naïve bayes memiliki nilai tertinggi untuk proportion of predicted (PoP) kelas true negative dan proportion of actual (PoA) kelas true positive. SVM kernel sigmoid memiliki nilai tertinggi untuk PoP kelas true positive dan PoA kelas true negative. SVM kernel polynomial memiliki nilai terendah baik untuk PoP maupun PoA true negative dan kelas true positive.
Kata kunci: klasifikasi; kredit macet; naive bayes; SVM
Abstract:Abstract: Patient’s symptoms could be used as features in Covid-19 classification. Using multi layer perceptron, the classification uses data set that contains patient’s diagnosis which has Covid-19 symptoms dan processes…
s dan processes the data set to see if the patient is Covid-19 positive or not. This paper compare four activation function such as identity, logistic, ReLu and tanh and combined them with optimizer such as L-BFGS-B, SGD and Adam. Using 5-fold and 10-fold cross validation technique to get the accuracy, F1, precision and recall values, the result that we get is that logistic function with L-BFGS-B optimizer and ReLu function with L-BFGS-B optimizer are the best combinations. The logistic function with SGD optimizer, ReLu function with Adam optimizer and tanh function with Adam optimizer are the worst combinations according to their accuration values. The logistic function with SGD optimizer is the worst combination according to its F1 value. The logistic function with SGD optimizer and tanh function with L-BFGS-B optimizer are the worst combinations according to their precision values. The logistic function with SGD optimizer, ReLu function with Adam optimizer and tanh function with Adam optimizer are the worst combinations according to their recall values.
Keywords: activation function, covid-19; multi layer perceptron; optimizer algorithm
Abstrak: Diagnosa gejala yang dialami pasien dapat digunakan sebagai fitur dalam klasifikasi penderita Covid-19. Dengan multi layer perceptron, klasifikasi dilakukan menggunakan data set yang berisi hasil diagnosa pasien yang memiliki gejala Covid-19 dan selanjutnya diolah untuk melihat apakah memang pasien tersebut menderita Covid-19 atau tidak. Penelitian ini membandingkan fungsi aktivasi identity, logistic, ReLu dan tanh yang dikombinasikan dengan algoritma optimasi L-BFGS-B, SGD dan Adam. Hasil evaluasi cross validation menggunakan 5-fold dan 10-fold digunakan sebagai dasar menentukan kombinasi yang terbaik dan terburuk, dengan hasil yang menunjukkan bahwa kombinasi fungsi logistic dengan optimasi L-BFGS-B dan fungsi ReLu dengan optimasi L-BFGS-B merupakan kombinasi terbaik. Kombinasi fungsi logisctic dengan optimasi SGD, fungsi ReLu dengan optimasi Adam dan fungsi tanh dengan optimasi Adam merupakan yang terburuk dari nilai accuracy. Kombinasi fungsi logistic dan optimasi SGD merupakan kombinasi terburuk dari nilai F1. Kombinasi fungsi logistic dengan optimasi SGD dan fungsi tanh dan optimasi L-BFGS-B merupakan yang terburuk dari nilai precision. Kombinasi fungsi logisctic dengan optimasi SGD, fungsi ReLu dengan optimasi Adam dan fungsi tanh dengan optimasi Adam merupakan kombinasi terburuk dari nilai recall.
Kata kunci: algoritma optimasi; covid-19; fungsi optimasi; multi layer perceptron
Abstract:Abstract: Along with the development of information technology, the way people listen to music also changed with the emergence of many music streaming applications. The user experience of an application plays an important…
t role in attracting and retaining application users. Therefore, this study has goal to compare the music steaming applications’ user experience of the Joox and Spotify by using User Experience Questionnaire (UEQ) method. There are 6 scales assessed by UEQ, including attractiveness, perspicuity, efficiency, dependability, stimulation, and novelty. Data was collected by distributing online questionnaires and obtained as many as 104 responses that could be processed. The results show that both applications have positive impressions which are indicated by the average value of each scale greater than 0.8. This indicates that these two applications are considered quite fun, effective, easy to understand, and innovative. However, the comparison’ results show that between Spotify and Joox is not significantly different, with Spotify scores slightly better than Joox.
Keywords: music streaming application; user experience; user experience questionnaire
Abstrak: Seiring dengan perkembangan teknologi informasi, cara masyarakat mendengarkan musik juga mengalami perubahan dengan munculnya banyak aplikasi streaming musik. User experience suatu aplikasi berperan penting untuk menarik dan mempertahankan pengguna aplikasi. Oleh karena itu, penelitian ini memiliki tujuan untuk membandingkan user experience dari aplikasi streaming musik Joox dan Spotify dengan metode User Experience Questionnaire (UEQ). Terdapat 6 skala yang dinilai oleh UEQ yaitu daya tarik, kejelasan, efisiensi, ketepatan, stimulasi, dan kebaruan. Data dikumpulkan melalui penyebaran kuesioner secara daring dan diperoleh sebanyak 104 jawaban yang bisa diolah. Hasil penelitian menunjukkan bahwa kedua aplikasi memiliki impresi positif yang ditandai dengan nilai rata-rata setiap skala lebih besar dari 0.8. Artinya kedua aplikasi ini dinilai cukup menyenangkan, efektif, mudah dipahami, dan inovatif. Meskipun demikian, hasil perbandingan menunjukkan bahwa perbedaan antara Spotify dan Joox tidak terlalu signifikan, dengan nilai Spotify sedikit lebih unggul daripada Joox.
Kata kunci: aplikasi streaming musik; pengalaman pengguna; user experience questionnaire
Abstract:Abstract: Garden lighting from a sun source utilizes a series of joule thieves so that the lighting of the garden lights at night is bright. This research method uses a quantitative method because it must be tested on each…
ch module so that it finds that there are three types of module systems to be combined, the booster or joule electronic thief module, the supply media solar module circuit, and finally, the control system with the Arduino nano board. The solar module used is a 1-watt solar module with 1n4004 diodes, which will convert the heat of sunlight into voltage. The voltage will be sent via the IC TP4056 input, the output from the IC TP4056 will charge the 18650 battery, which aims to ignite the booster circuit on the 12 W lamp, or the 3.7VDC input from the 18650 battery capable of turning on the 12W/220VAC led light. While the controller is connected to the LDR sensor and relay when the user makes the command, LDR > 800 of the provisions, the relay position from NC becomes open, or during the day, the relay will be in the NC position and turn off the 12W light in the booster circuit, while at night the relay will remain in the no position, so that it will connect the booster circuit voltage and turn on the 12W lamp (LDR < 800).
Keywords: booster circuit; campus park lighting; solar panels
Abstrak: Penerangan taman dari sumber matahari memanfaatkan rangkaian joule thief agar penerangan lampu taman pada malam hari terang. Metode penelitian ini menggunakan metode kuantitatif dikarenakan harus diuji coba pada tiap modul, sehingga mendapati ada tiga jenis sistem modul yang akan digabungkan, modul elektronika rangkaian booster atau joule thief, rangkaian modul surya media pensuplly, dan terakhir sistem controller dengan board arduino nano. Modul surya yang digunakan modul surya 1 watt dengan dioda 1n4004, akan mengubah panas cahaya matahari menjadi tegangan . Tegangan akan dikirimkan melalui input IC TP4056, output dari IC TP4056 akan mengisi baterai 18650 yang bertujuan sebagai penyala rangkaian booster pada lampu 12 W, atau input 3.7VDC dari baterai 18650 mampu menyalakan lampu led 12W/220VAC. Sementara controller terhubung kesensor ldr dan relay, ketika perintah yang dibuat oleh user, ldr > 800 dari ketentuan, posisi relay dari nc menjadi open, atau siang hari, relay akan diposisi nc dan mematikan lampu 12W pada rangkaian booster, sementara jika malam hari relay akan diposisi no, sehingga akan menghubungkan tegangan rangkaian booster dan menyalakan lampu 12W (ldr < 800).
Kata kunci : panel surya, penerangan taman, rangkaian booster.
Abstract:Abstract: This research is based on retention activities in a hospital that are still done manually. Storage activities that are still carried out manually greatly affect the performance of medical record officers because…
use of the length of time it takes and also affects the storage of medical record files in the storage room. The purpose of this research is to create a retention information system. Where the design of this retention information system can provide information about the processing and reporting of retention carried out in a hospital. This retention information system contains data that supports the presentation of information needed by medical record officers. In addition, this retention information system helps make it easier for medical record officers to store medical record files quickly and accurately, as well as assist officers in the data reporting process. Data are collected through observation, interviews, and literature study. The results of this study indicate that this retention information system makes it easier for officers to do retention more quickly and precisely, especially in terms of data reporting.
Keywords: design; informations system; microsoft visual studio 2010; retention.
Abstrak: Penelitian ini dilatarbelakangi oleh kegiatan retensi di suatu rumah sakit yang masih dilakukan secara manual. Kegiatan retensi yang masih dilakukan secara manual ini sangat mempengaruhi kinerja petugas rekam medis karena lamanya waktu yang dibutukan dan juga berpengaruh terhadap penyimpanan berkas rekam medis di ruang penyimpanan. Tujuan penelitian ini adalah untuk membuat sistem informasi retensi. Dimana perancangan sistem informasi retensi ini dapat memberikan informasi mengenai pengolahan dan pelaporan retensi yang dilakukan di suatu rumah sakit. Sistem informasi retensi ini terdapat data yang mendukung penyajikan informasi yang dibutuhkan oleh para petugas rekam medis. Selain itu, sistem informasi retensi ini membantu memudahkan petugas rekam medis untuk meretensi berkas rekam medis dengan cepat dan tepat, dan juga membantu petugas dalam proses pelaporan data. Pengumpulan data dilakukan melalui observasi, wawancara dan literatur review. Hasil penelitian ini menunjukan bahwa sistem informasi retensi ini mempermudah petugas untuk melakukan retensi lebih cepat dan tepat terutama dalam hal pelaporan data.
Kata kunci: microsoft visual studio 2010; perancangan; retensi; system informasi.
Abstract:Abstract: In this study, one of the 4.0 industrial technologies was used to monitor the parameters of the localizer using an android based internet of things application to simplify and shorten the time for monitoring instrument…
strument landing system (ILS) equipment. Technicians, management of the Public Company (Perum) Indonesian Aviation Navigation Service Organizing Agency, and the Navigation Inspector do not have to go the runway to check the performance of the landing system instrument, simply use the android application to monitor the parameters of the localizer instrument. In the experiment, measuring the input voltage to the Arduino pin with a negative ground position and positive in the A9 pin position with the playing condition o Tx1 in the on position using a multimeter, the voltage value is 2.99 volt, while the main position on Tx1 is in the off condition, the voltage value is obtained 4.88 volts.
Keywords: instrument landing system; internet of things
Abstrak: Pada penelitian ini digunakan salah satu teknologi industri 4.0 untuk memonitoring parameter dari Localizer menggunakan aplikasi android berbasis Internet of Things (IoT) untuk mempermudah dan mempersingkat waktu dalam monitoring peralatan instrument landing system (ILS). Teknisi, manajemen Perusahaan Umum (Perum) Lembaga Penyelenggara Pelayanan Navigasi Penerbangan Indonesia LPPNPI dan Inspektur Navigasi tidak harus ke landasan pacu untuk mengecek kinerja instrument landing system cukup menggunakan aplikasi android untuk memonitoring parameter Localizer instrument landing system (ILS). Pada percobaan pengukuran tegangan input ke pin arduino dengan negatif pada posisi ground dan positif berada pada posisi pin A9 dengan kondisi main di TX1 pada posisi on dengan menggunakan multimeter didapat nilai tegangan 2,99 Volt, sedangkan posisi main di TX1 pada kondisi off didapat nilai tegangan 4,88 Volt.
Kata kunci: instrument landing system; internet of things
Abstract:Abstract: The tracer study is a method of alumni tracker carried out by state universities and private universities .A function of the tracer study is a source of information and to know the presence of alumni and provides…
es information and an evaluation for stakeholders to know the quality of a college education .The implementation of the tracer study at the university of dharmawangsa is still done manually using google form that is facility from google , so the implementation in collecting the inefficient .Researchers to develop a web based information system for the purpose of completing deficiencies in the implementation of the tracer study. The goal is to ease the tracer study for stakeholders to an efficiently..
Keywords: alumni; tracer; tracer study; stakeholders; web
Abstrak: Tracer study adalah suatu metode pelacakkan alumni yang dilaksanakan oleh perguruan tinggi negeri dan perguruan tinggi swasta. Fungsi dari tracer study adalah sebagai sumber informasi dan untuk mengetahui keberadaan dari alumni serta dapat menyediakan informasi dan bahan evaluasi bagi stakeholders untuk mengetahui kualitas pendidikan perguruan tinggi. Pelaksanaan tracer study di Universitas Dharmawangsa masih dilakukan secara manual menggunakan google form yang merupakan fasilitas dari google, sehingga pelaksanaannya dalam menghimpun data kurang efisien. Peneliti bermaksud membangun suatu sistem informasi berbasis web dengan tujuan untuk menyelesaikan kekurangan dalam pelaksanaan tracer study. Tujuannya adalah untuk memudahkan bagi stakeholders untuk melaksanakaan tracer study secara efisien.
Kata kunci: alumni; pelacakan; tracer study; web
Abstract:Abstract: Higher education is an institution engaged in services that provides services to internal and external consumers consisting of students, stakeholders and alumni both academically and non academically. The services…
ces provided determine the satisfaction of consumers. Higher education values are manifested in the form of accreditation. The value of accreditation is expected to be in accordance with the quality culture that runs in universities. To ensure customer satisfaction, universities must always evaluate the service policies provided based on established university standards. Evaluation is done by conducting an internal university quality audit. In the future, this activity will be routinely carried out to ensure that activities in higher education are in accordance with the standards set as a process for implementing a higher education quality culture. This is expected to be able to encourage the superior value of higher education accreditation by conducting analysis, costs and providing advice to support decisions by the highest leadership. The application of this framework analysis uses the Actor Network Theory approach to see the relationship between actors in the application of information technology so that the resulting information system is acceptable and in accordance with existing business processes at universal universities. The results of this study are a framework for making information systems based on the results of web-based ANT analysis.
Keywords: actor network theory; audit; iaps 4.0; it framework; internal quality of PT
Abstrak: Perguruan tinggi merupakan suatu lembaga yang bergerak dibidang jasa yang memberikan pelayanan kepada para konsumen internal dan eksternal yang terdiri dari mahasiswa, stakeholder dan alumni baik secara akademik dan non akademik. Pelayanan yang diberkan menentukan kepuasan para kosumen. Nilai perguruan tinggi diwujudkan dalam bentuk akreditasi. Nilai akreditasi diharapkan sesuai dengan budaya mutu yang berjalan didalam pergurua tinggi. Untuk menjamin kepuasan konsumen maka, perguruan tinggi harus selalu melakukan evaluasi terhadap kebijakan pelayanan yang diberikan berdasarkan standar perguruan tinggi yang ditetapkan. Evaluasi dilakukan dengan cara melakukan kegiatan audit mutu internal perguruan tinggi. Kegiatan ini kedepannya secara rutin dilakukan untuk memastikan aktivitas didalam perguruan tinggi sesuai dengan standar yang ditetapkan sebagai proses untuk menerapkan budaya mutu perguruan tinggi. Hal ini diharapkan mampu mendorong nilai unggul akreditasi perguruan tinggi dengan melakukan analisis, penilaian dan pemberian saran sebagai pendukung pengambilan keputusan oleh pimpinan tertinggi. Penerapan analisis kerangka kerja ini menggunakan pendekatan Actor Network Theory untuk melihat hubungan antara actor dalam penerapan teknologi informasi sehingga system informasi yang dihasilkan dapat diterima dan sesuai dengan bisnis proses yang ada pada universitas universal. Hasil dari penelitian ini adalah sebuah kerangka pikir untuk pembuatan system informasi berdasarkan hasil analisis ANT berbasis web.
Kata kunci: actor network theory; audit; iaps 4.0; kerangka kerja ti; mutu internal PT
Abstract:Abstract: Activities in the world of education and institutions are documents that must be documented which can be used as activity reports to the leadership. One such documentation is attendance documentation because attendance…
tendance is sometimes very sensitive because it affects the prerequisites for further activities. Meanwhile, most attendance systems currently use conventional methods, namely printing attendance forms and participants taking notes on the form. After completion of the event, it is recorded in an electronic storage and the original sheet is archived. Meanwhile, universities and schools are required to be sensitive to technology so that they are not out of date. So the researchers proposed a presence system based on Scan Id QR Code based on Restful Web Service technology with the following process: (i) Schedule 1 time in advance; (ii) attendance by scanning the QR-Code ID to a scanner; (iii) Attendance monitoring. This proposed technology can be used for multi-platform and multi-event, so that to use this presence system, each agency can list its activities and its members. And as a member, you can do attendance by just scanning the QR-Code Id you have into a scanner. The development of this system uses the web engineering method because this method is appropriate for developing this system. So that the system is deemed capable of trimming the administration of the committee and minimizing the problem of data fraud and corruption.
Keywords: presence, qr-code, web engineering
Abstrak: Kegiatan pada dunia pendidikan dan instansi merupakan dokumen yang wajib didokumentasikan yang dapat digunakan sebagai laporan kegiatan ke pimpinan. Salah satu dokumentasi tersebut adalah dokumentasi presensi kehadiran karena presensi kehadiran terkadang sangat sensitif karena mempengaruhi prasyarat kegiatan selanjutnya. Sedangkan hampir besar sistem presensi saat ini menggunakan cara konvensional yaitu cetak formulir presensi dan peserta mencatat di formulir tersebut. Setelah selesai acara, dicatat di penyimpanan elektronik dan lembar aslinya diarsipkan. Sedangkan universitas dan sekolah dituntut peka terhadap teknologi agar tidak ketinggalan zaman. Sehingga peneliti mengusulkan sistem presensi berbasis dengan Scan Id qr-code berbasis teknologi Restful Web Service dengan proses sebagai berikut: (i) Jadwal 1 kali diawal; (ii) Presensi dengan cara scan Id qr-code ke mesin scanner; (iii) Pemantauan kehadiran. Teknologi yang diusulkan ini dapat digunakan untuk multi platform dan multi event, sehingga untuk menggunakan sistem presensi ini, setiap instansi dapat membuat daftar kegiatan dan anggotanya masing-masing. Serta sebagai anggota dapat melakukan presensi hanya melakukan scan Id qr-code yang dimiliki ke mesin scanner. Pengembangan sistem ini menggunakan metode web engineering karena metode tersebut tepat untuk mengembangkan sistem ini. Sehingga sistem tersebut dirasa mampu memangkas administrasi panitia dan memperkecil permasalahan kecurangan dan rusaknya data.
Kata kunci: presensi, qr-code, web engineering