Scopus İndeksli Yayınlar Koleksiyonu

Permanent URI for this collectionhttps://hdl.handle.net/20.500.12573/395

Browse

Search Results

Now showing 1 - 10 of 37
  • Article
    GraphUnet-SS: A Novel Deep Learning Model for Protein Secondary Structure Prediction Based on U-Net Architecture
    (Elsevier Ltd, 2026-04) Aydin, Zafer; Görmez, Yasin; Sabzekar, Mostafa
  • Conference Object
    Benchmarking AI-Based Forecasting Models Across Multiple Energy Sources: A Time Series Analysis in the European Context
    (Institute of Electrical and Electronics Engineers Inc., 2025-09-17) Dolar, Ayça; Çinarer, Gökalp
  • Article
    Non-Contact Acoustic Screening for Sleep Apnea: A Subject-Aware Deep Learning Approach
    (Springer Science and Business Media Deutschland GmbH, 2026-02-11) Aygün Çakıroğlu, M.; Kizilkaya Aydoǧan, E.; Bolatturk, Ö.F.; Aydoğan, S.; Ismailoǧullari, S.; Delice, Y.
    Purpose: To explore the feasibility of using camera-derived, non-contact audio synchronized with PSG for clinically relevant sleep-apnea classification, and to benchmark compact deep models under a subject-aware design using a previously unstudied, real-world dataset. Methods: Thirty-two adults underwent simultaneous polysomnography (PSG) and camera-based non-contact audio recording. The synchronized audio segments were used to train and compare three compact deep-learning architectures (convolutional, attention-augmented, and transformer-based) under a subject-aware evaluation design that prevented identity leakage. Model performance and calibration were assessed at both segment and subject levels using standard statistical tests. Results: Subject-level evaluation was based on a very small, imbalanced test set of six subjects (one positive). Within this limited yet previously unstudied local dataset, the CNN_trans model achieved an apparent perfect ranking performance (AUC = 1.00; 95% CI 0.00–1.00), though this likely reflects the small, imbalanced test cohort, with recall = 1.00 and precision = 0.55. The wide confidence interval reflects substantial statistical uncertainty, and DeLong comparisons showed no significant AUC difference between CNN_trans and CNN_att (ΔAUC = − 0.042; p = 0.43). Conclusion: PSG-synchronized, non-contact audio supports accurate and well-calibrated sleep-apnea classification with compact deep models. This subject-aware evaluation suggests that contactless acoustic monitoring may have potential clinical relevance, motivating larger, multi-site validation. © The Author(s), under exclusive licence to Springer Nature Switzerland AG 2026.
  • Article
    Deep-Learning Detection of Open-Apex Teeth on Panoramic Radiographs Using YOLO Models
    (Springer, 2025-12-23) Edik, Merve; Celebi, Fatma; Cukurluoglu, Aykagan
    ObjectivesThe use of deep learning in detecting teeth with open apices can prevent the need for additional radiographs for patients. The presented study aims to detect open-apex teeth using You Only Look Once (YOLO)-based deep learning models and compare these models.MethodsA total of 966 panoramic radiographs were included in the study. Open-apex teeth in panoramic radiographs were labeled. During the labeling process, they were divided into 6 classes in the maxilla and mandible, namely incisors, premolars, and molars. AI models YOLOv3, YOLOv4, and YOLOv5 were used. To evaluate the performance of the three detection models, both overall and separately for each class in the test dataset, precision, recall, average precision (mAP), and F1 score were calculated.ResultsYOLOv4 achieved the highest overall performance with a mean average precision (mAP) of 87.84% at IoU (Intersection over Union) 0.5 (mAP@0.5), followed by YOLOv5 with 85.6%, and YOLOv3 with 84.46%. Regarding recall, YOLOv4 also led with 90%, while both YOLOv3 and YOLOv5 reached 89%. Moreover, the F1 score was the highest for YOLOv4 (0.87), followed by YOLOv3 (0.86) and YOLOv5 (0.85).ConclusionsIn this study, YOLOv3, YOLOv4, and YOLOv5 were evaluated for the detection of open-apex teeth, and their mAP, recall, and F1 scores exceeded 84%. Deep learning-based systems can provide faster and more accurate results in the detection of open-apex teeth. This may help reduce the need for additional radiographs from patients and aid dentists by saving time.
  • Conference Object
    Citation - Scopus: 1
    Words Speak Louder Than Actions: Decoding Emotions Through NLP
    (Institute of Electrical and Electronics Engineers Inc., 2024-10-26) Paksoy, Melda; Bakal, Gokhan
    Emotion detection in text remains a significant challenge in Natural Language Processing due to human emotions' complexity and subtle nuances. This paper presents multiple experimental models for emotion classification using an up-to-date dataset curated to address 13 emotions implied in Twitter posts. We evaluated various machine learning (ML) models, including Logistic Regression, Random Forest, SVM, and XGBoost, alongside deep learning (DL) architectures such as LSTM and CNN. Our results demonstrate the efficacy of deep learning models, particularly the CNN model by achieving an impressive F1 score of 0.99. This study contributes to emotion detection capabilities, paving the way for more nuanced and accurate sentiment analysis (SA) in various text analysis applications. © 2025 Elsevier B.V., All rights reserved.
  • Conference Object
    Text Classification Experiments on Contextual Graphs Built by N-Gram Series
    (Springer International Publishing AG, 2025) Sen, Tarik Uveys; Yakit, Mehmet Can; Gumus, Mehmet Semih; Abar, Orhan; Bakal, Gokhan
    Traditional n-gram textual features, commonly employed in conventional machine learning models, offer lower performance rates on high-volume datasets compared to modern deep learning algorithms, which have been intensively studied for the past decade. The main reason for this performance disparity is that deep learning approaches handle textual data through the word vector space representation by catching the contextually hidden information in a better way. Nonetheless, the potential of the n-gram feature set to reflect the context is open to further investigation. In this sense, creating graphs using discriminative ngram series with high classification power has never been fully exploited by researchers. Hence, the main goal of this study is to contribute to the classification power by including the long-range neighborhood relationships for each word in the word embedding representations. To achieve this goal, we transformed the textual data by employing n-gram series into a graph structure and then trained a graph convolution network model. Consequently, we obtained contextually enriched word embeddings and observed F1-score performance improvements from 0.78 to 0.80 when we integrated those convolution-based word embeddings into an LSTM model. This research contributes to improving classification capabilities by leveraging graph structures derived from discriminative n-gram series.
  • Article
    Citation - WoS: 27
    Citation - Scopus: 30
    Super Resolution Convolutional Neural Network Based Pre-Processing for Automatic Polyp Detection in Colonoscopy Images
    (Pergamon-Elsevier Science Ltd, 2021-03) Tas, Merve; Yilmaz, Bulent
    Colonoscopy is the most common methodology used to detect polyps on the colon surface. Increasing the image resolution has the potential to improve the automatic colonoscopy based diagnosis and polyp detection and localization. In this study, we proposed a pre-processing approach that uses convolutional neural network based super resolution method (SRCNN) to increase the resolution of the training colonoscopy images before the localization of polyps. We also investigated the use of CNN based models such as the Single Shot MultiBox Detector (SSD) and Faster Regional CNN (RCNN) for real-time polyp detection and localization. Our results showed that using SRCNN method before the training process provides better results in terms of accuracy in both models compared to the low-resolution cases. Furthermore, we reached an F2 score of 0.945 for the correct localization of colon polyps using Faster RCNN with ResNet-101 feature extractor.
  • Conference Object
    Citation - Scopus: 1
    Semantic-Forward Relaying for 6G: Performance Boosts With ResNet-18 and GoogleNet Plus
    (Institute of Electrical and Electronics Engineers Inc., 2024-11-28) Erkantarci, Betul; Çoban, Mert Korkut; Bozoǧlu, Abdulkadir; Köse, Abdulkadir
    This paper investigates the integration of advanced deep learning architectures, namely ResNet-18, GoogleNet and enhanced GoogleNet (GoogleNet Plus), into the Semantic-Forward (SF) relaying framework for cooperative communications in 6G networks. The SF relaying framework enhances transmission efficiency and robustness by leveraging semantic information at relay nodes. We analyze and compare the performance of these deep learning models in terms of validation accuracy, semantic accuracy, and Euclidean distance (ED) metrics on the CIFAR-10 dataset. Results indicate that ResNet-18 achieves the highest performance due to its residual learning architecture. GoogleNet Plus, incorporating Automatic Mixed Precision (AMP) training and the Adam optimizer, demonstrates improved stability and efficiency compared to the original GoogleNet. The results highlights the potential of deep learning models to enhance semantic processing capabilities in SF relaying, contributing to the development of more efficient, resilient, and adaptive cooperative communication systems in 6G networks. © 2025 Elsevier B.V., All rights reserved.
  • Book Part
    Citation - Scopus: 3
    ROSE: A Novel Approach for Protein Secondary Structure Prediction
    (Springer Science and Business Media Deutschland GmbH, 2021) Görmez, Yasin; Aydin, Zafer
    Three-dimensional structure of protein gives important information about protein’s function. Since it is time-consuming and costly to find the structure of protein by experimental methods, estimation of three-dimensional structures of proteins through computational methods has been an efficient alternative. One of the most important steps for the 3-D protein structure prediction is protein secondary structure prediction. Proteins which contain different number and sequences of amino acids may have similar structures. Thus, extracting appropriate input features has crucial importance for secondary structure prediction. In this study, a novel model, ROSE, is proposed for secondary structure prediction that obtains probability distributions as a feature vector by using two position specific scoring matrices obtained by PSIBLAST and HHblits. ROSE is a two-stage hybrid classifier that uses a one-dimensional bi-directional recurrent neural network at the first stage and a support vector machine at the second stage. It is also combined with DSPRED method, which employs dynamic Bayesian networks and a support vector machine. ROSE obtained comparable results to DSPRED in cross-validation experiments performed on a difficult benchmark and can be used as an alternative to protein secondary structure prediction. © 2021 Elsevier B.V., All rights reserved.
  • Conference Object
    Citation - Scopus: 1
    PCB Component Recognition With Semi-Supervised Image Clustering
    (IEEE, 2021-06-09) Unal, Ahmet Emin; Tasdemir, Kasim; Bahcebasi, Akif
    Classification of surface mounted devices plays an important role on automated inspection systems of printed component board production. Limited number of publicly available datasets which the components are labeled and high intraclass variance in these datasets causes the supervised approches to be inefficient. In this study a deep learning method, enhanced with an unsupervised clustering system, which uses a small set of labeled data is proposed. The method compared with the current studies and the supervised systems. Most optimized setting reached high accuracy results by outrunning current classification methods.