Mühendislik Fakültesi / Faculty of Engineering

Permanent URI for this collectionhttps://hdl.handle.net/11727/1401

Browse

Search Results

Now showing 1 - 6 of 6
  • Item
    Classification of Human Movements by Using Kinect Sensor
    (2023) Acis, Busra; Guney, Selda; https://orcid.org/0000-0001-6683-0005; https://orcid.org/0000-0002-0573-1326; HDM-2942-2022
    In recent years, studies have been carried out to classify human movements in many areas such as health and safety. To classify human movements, image processing methods have also started to be used in recent years. With the help of learning-based algorithms, human posture can be defined in the images obtained by various imaging methods. The predecessor methods of these classification algorithms are machine learning and deep learning. In addition, in recent years, the use of sensors that can detect human joints in perceiving human posture has also increased. The Kinect sensor, developed by Microsoft, is one of the most frequently used sensors because it is not wearable and can detect joints with infrared rays and transfer this information directly to the computer via USB connection. This study used a dataset called CAD60 that included real-time human posture information and images obtained using a Microsoft Kinect sensor, which is available in the literature. This dataset contains data that includes different movements/postures of different people. Within the scope of this study, the performances of these algorithms were obtained by using classification algorithms with the MATLAB program and these performances were compared. The classification algorithms have been used to try to improve the results by using different architectures. When raw data is used, classification accuracy is obtained as 72.60% with one of the machine learning methods, the Cosine K-Nearest Neighbor method. With the feature selection method, this success value has been increased to 74.18%. In addition, when classified by the Support Vector Machines method after the feature extraction process using the Long Short Term Memory method from the deep network architectures, which is the method proposed in this study, the accuracy rate was increased to 98.95%. The best method of classifying human posture was investigated by using different methods and a method was proposed by comparing it with the literature.
  • Publication
    Multiclass Classification of Brain Cancer with Machine Learning Algorithms
    (2020) Erkal, Begum; Basak, Selen; Ciloglu, Alper; Sener, Duygu Dede
    Brain cancer is one the most important disease to be treated all around the world. Classification of brain cancer using machine learning techniques has been widely studied by researchers. Microarray gene expression data are commonly used medical data to get observable results in this manner. In this study, multiclass classification of brain cancer is aimed by using different machine learning approaches. Some preprocessing methods were applied to get improved results. According to the result, feature selection has greatly affected the overall performance of each method in terms of overall accuracy and per class accuracy. Experimental results show that Multilayer Perceptron (MP) method has higher accuracy rate compared with other machine learning methods.
  • Item
    Automated Temporal Lobe Epilepsy And Psychogenic Nonepileptic Seizure Patient Discrimination From Multichannel EEG Recordings Using DWT Based Analysis
    (2022) Ficici, Cansel; Telatar, Ziya; Erogul, Osman
    Psychogenic nonepileptic seizure (PNES) and epileptic seizure resemble each other, behaviorally. This similarity causes misdiagnosis of PNES and epilepsy patients, thus patients suffering from PNES may be treated with antiepileptic drugs which can have various side effects. Furthermore, seizure is diagnosed after time consuming examination of electroencephalography (EEG) recordings realized by the expert. In this study, automated temporal lobe epilepsy (TLE) patient, PNES patient and healthy subject discrimination method from EEG signals is proposed in order to eliminate the misdiagnosis and long inspection time of EEG recordings. Also, this study provides automated approach for TLE interictal and ictal epoch classification, and TLE, PNES and healthy epoch classification. For this purpose, subbands of EEG signals are determined from discrete wavelet transform (DWT), then classification is performed using ensemble classifiers fed with energy feature extracted from the subbands. Experiments are conducted by trying two approaches for TLE, PNES and healthy epoch classification and patient discrimination. Results show that in the TLE, PNES and healthy epoch classification the highest accuracy of 97.2%, sensitivity of 97.9% and specificity of 98.1% were achieved by applying adaptive boosting method, and the highest accuracy of 87.1%, sensitivity of 86.0% and specificity of 93.6% were attained using random under sampling (RUS) boosting method in the TLE patient, PNES patients and the healthy subject discrimination.
  • Item
    A novel electroencephalography based approach for Alzheimer's disease and mild cognitive impairment detection
    (2021) Oltu, Burcu; Aksahin, Mehmet Feyzi; Kibaroglu, Seda; 0000-0002-3964-268X; AAJ-2956-2021
    Background and objective: Alzheimer's disease (AD) is characterized by cognitive, behavioral and intellectual deficits. The term mild cognitive impairment (MCI) is used to describe individuals whose cognitive impairment departing from their expectations for the age that does not interfere with daily activities. To diagnose these disorders, a combination of time-consuming, expensive tests that has difficulties for the target population are evaluated, moreover, the evaluation may yield subjective results. In the presented study, a novel methodology is developed for the automatic detection of AD and MCI using EEG signals. Methods: This study analyzed the EEGs of 35 subjects (16 MCI, 8 AD, 11 healthy control) with the developed algorithm. The algorithm consists of 3 methods for analysis, discrete wavelet transform(DWT), power spectral density (PSD) and coherence. In the first approach, DWT is applied to the signals to obtain major EEG sub-bands, afterward, PSD of each sub-band is calculated using Burg's method. In the second approach, interhemispheric coherence values are calculated. The variance and amplitude summation of each sub-bands' PSD and the amplitude summation of the coherence values corresponding to the major sub-bands are determined as features. Bagged Trees is selected as a classifier among the other tested classification algorithms. Data set is used to train the classifier with 5-fold cross-validation. Results: As a result, accuracy, sensitivity, and specificity of 96.5%, 96.21%, 97.96% are achieved respectively. Conclusion: In this study, we have investigated whether EEG can provide efficient clues about the neuropathology of Alzheimer's Disease and mild cognitive impairment for early and accurate diagnosis. Accordingly, a decision support system that produces reproducible and objective results with high accuracy is developed.
  • Item
    Comparison of Different Machine Learning Approaches to Detect Femoral Neck Fractures in X-Ray Images
    (2021) Acici, Koray; Sumer, Emre; Beyaz, Salih; 0000-0002-3821-6419; 0000-0001-8502-9184; 0000-0002-5788-5116; AGA-5711-2022; K-8820-2019
    Femoral neck fractures are a serious health problem, especially in the elderly population. Misdiagnosis leads to improper treatment and adversely affects the quality of life of the patients. On the other hand, when looking from the perspective of orthopedic surgeons, their workload increases during the pandemic, and the rates of correct diagnosis may decrease with fatigue. Therefore, it becomes essential to help healthcare professionals diagnose correctly and facilitate treatment planning. The main purpose of this study is to develop a framework to detect fractured femoral necks in PXRs (Pelvic X-ray, Pelvic Radiographs) while also researching how different machine learning approaches affect different data distributions. Conventional, LBP (Local Binary Patterns), and HOG (Histogram of Gradients) features were extracted manually from gray-level images to feed the canonical machine learning classifiers. Gray-level and three-channel images were used as inputs to extract the features automatically by CNNs (Convolutional Neural Network). LSTMs (Long Short-Term Memory) and BILSTMs (Bidirectional Long Short-Term Memory) were fed by automatically extracted features. Metaheuristic optimization algorithms, GA (Genetic Algorithm) and PSO (Particle Swarm Optimization), were utilized to optimize hyper-parameters such as the number of the feature maps and the size of the filters in the convolutional layers of the CNN architecture. The majority voting was applied to the results of the different classifiers. For the imbalanced dataset, the best performance was achieved by the 2-layer LSTM architecture that used features extracted from the fifth max-pooling layer of the CNN architecture optimized by GA. For the balanced dataset, the best performance was obtained by the CNN architecture optimized by PSO in terms of the Kappa evaluation metric. Although metaheuristic optimization algorithms such as GA and PSO do not guarantee the optimal solution, they can improve the performance on a not extremely imbalanced dataset especially in terms of sensitivity and Kappa evaluation metrics. On the other hand, for a balanced dataset, more reliable results can be obtained without using metaheuristic optimization algorithms but including them can result in an acceptable agreement in terms of the Kappa metric.
  • Item
    Detection of multiple sclerosis from photic stimulation EEG signals
    (2021) Karaca, Busra Kubra; Aksahin, Mehmet Feyzi; Ocal, Ruhsen
    Background: Multiple Sclerosis (MS) is characterized as a chronic, autoimmune and inflammatory disease of the central nervous system. Early diagnosis of MS is of great importance for the treatment and course of the disease. In addition to the many methods, cost-effective and non-invasive electroencephalogram signals may contribute to the pre-diagnosis of MS. Objectives: The aim of this paper is to classify male subjects who have MS and who are healthy control using photic stimulation electroencephalogram signals. Methods: Firstly the continuous wavelet transformation (CWT) method was applied to electroencephalogram signals under photic stimulation with 5Hz, 10Hz, 15Hz, 20Hz, and 25Hz frequencies. The sum, maximum, minimum and standard deviation values of absolute CWT coefficients, corresponding to "1-4 Hz" and "4-13 Hz" frequency ranges, were extracted in each stimulation frequency region. The ratios of these values obtained from the frequency ranges "1-4Hz" and "4-13Hz" was decided as features. Finally, various machine learning classifiers were evaluated to test the effectivity of determined features. Results: Consequently, the overall accuracy, sensitivity, specificity and positive predictive value of the proposed algorithm were 80 %, 72.7 %, 88.9 %, and 88.9 %, respectively by using the Ensemble Subspace k-NN classifier algorithm. Conclusions: The results showed how photic stimulation electroencephalogram signals can contribute to the prediagnosis of MS.