Claim Missing Document
Check
Articles

Found 5 Documents
Search

IoT-Integrated Smart Attendance and Attention Monitoring System For Primary and Secondary School Classroom Management Muzayanah, Rini; Lestari, Apri Dwi; Muslim, Much Aziz
Journal of Electronics Technology Exploration Vol. 2 No. 1: June 2024
Publisher : SHM Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52465/joetex.v2i1.381

Abstract

The monitoring of student attendance is a crucial aspect of the assessment of academic performance. The conventional methods for monitoring student attendance have inherent limitations in terms of both time efficiency and accuracy. Consequently, there is a clear need for a more expedient and precise attendance system. The objective of this research is to present the design of a real-time attendance recording and monitoring system for students from elementary school to senior high school, which will be implemented using the concept of the Internet of Things (IoT). The proposed system employs biometric technology in the form of face recognition. The methodology commences with the capture of images of students who leave the classroom during the instructional period via an active camera positioned on the classroom door. The system employs a Convolutional Neural Network (CNN) algorithm and a powerful computer vision tool, OpenCV, to perform real-time face recognition. Teachers will be informed of student absences and returns, as well as at the 15th and 30th minutes. An absence exceeding 30 minutes is classified as truancy. The integration of sophisticated technologies, such as machine learning and image processing, not only enhances the precision of attendance records but also equips educators with an efficient and automated system for streamlining classroom attendance management. This not only optimizes the learning environment but also facilitates more advanced and efficient pedagogical practices.
Application of pest detection on vegetable crops using the cnn algorithm as a smart farm innovation to realize food security in the 4.0 era Lestari, Apri Dwi; Nur Afan syarifudin; Yopi Julia Nurriski
Journal of Soft Computing Exploration Vol. 3 No. 2 (2022): September 2022
Publisher : SHM Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52465/joscex.v3i2.72

Abstract

Pests and diseases are one of the factors that become obstacles in the cultivation of vegetables because they can cause a decrease in the quality and quantity of production. The more varied types of pests have different impacts on crops, so if farmers incorrectly identify the class of pests, the treatment will be ineffective. Therefore, we need a technology that can classify the types of pests on vegetable crops to maintain the quality and quality of the product as well as the abundant harvest. The classification model of pests on vegetables using the deep learning method using the Convolutional Neural Network (CNN) algorithm with a high level of accuracy is the solution to this problem. The application of artificial intelligence in the agricultural sector also supports smart agriculture in Indonesia. Based on the research that has been carried out, the application of pest classification on vegetable crops made by applying the CNN model using the Inception V3 - k-fold cross-validation method has a test accuracy rate of 99%, meaning that the application can perform pest classification correctly.
An expert system on diagnosis of mental diseases Jain, Somay; Aggarwal, Mukul; Singhal, Yash; Lestari, Apri Dwi
Journal of Soft Computing Exploration Vol. 4 No. 1 (2023): March 2023
Publisher : SHM Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52465/joscex.v4i1.100

Abstract

Mental disorder is one of the most serious problems in today's time. Mental disorders can be classified into different sub-disorders according to changes in human behavior and mental condition. According to reports one out of seven people suffered from mental disorders. In this research paper, our main emphasis is to build an expert system that diagnoses people based on their symptoms, so people can diagnose themselves early before going to the doctor. Expert Systems are one of the most important applications in artificial intelligence that solves complex problems without human help. We provide different rules, facts, and relationships among different symptoms in our knowledge base, from which users can query their problems and get their results. We used SWI-prolog to build an expert system. There are a few types of disorders, such as mental disorders, neurodevelopmental disorders, eating disorders, etc.
A new CNN model integrated in onion and garlic sorting robot to improve classification accuracy Lestari, Apri Dwi; Khan, Atta Ullah; Pertiwi, Dwika Ananda Agustina; Muslim, Much Aziz
Journal of Soft Computing Exploration Vol. 5 No. 1 (2024): March 2024
Publisher : SHM Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52465/joscex.v5i1.304

Abstract

The profit share of the vegetable market, which is quite large in the agricultural industry, needs to be equipped with the ability to classify types of vegetables quickly and accurately. Some vegetables have a similar shape, such as onions and garlic, which can lead to misidentification of these types of vegetables. Through the use of computer vision and machine learning, vegetables, especially onions, can be classified based on the characteristics of shape, size, and color. In classifying shallot and garlic images, the CNN model was developed using 4 convolutional layers, with each layer having a kernel matrix of 2x2 and a total of 914,242 train parameters. The activation function on the convolutional layer uses ReLu and the activation function on the output layer is softmax. Model accuracy on training data is 0.9833 with a loss value of 0.762.
Support vector machine on two-class classification problem to determine an otaku Husyen Ramadhan, Farhan; Lestari, Apri Dwi
Journal of Student Research Exploration Vol. 3 No. 1 (2025): January 2025
Publisher : SHM Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52465/josre.v3i1.358

Abstract

Machine Learning has become a popular topic among academics and practitioners in recent years. This paper describes the use of SVM for otaku classification problem. The dataset used is a dummy dataset created with a python programme. In this research, SVM will be used as a model. The model aims to predict whether someone is an otaku or not, based on several attributes. The optimal parameters are obtained after several experiments. The parameters consist of kernel=‘poly’, C=0.1, gamma=‘auto’, degree=2, and attribute class_weight=None. The performance obtained by applying the above parameters is 100% accuracy.