Repository logo
  • English
  • Català
  • Čeština
  • Deutsch
  • Español
  • Français
  • Gàidhlig
  • Italiano
  • Latviešu
  • Magyar
  • Nederlands
  • Polski
  • Português
  • Português do Brasil
  • Srpski (lat)
  • Suomi
  • Svenska
  • Türkçe
  • Tiếng Việt
  • Қазақ
  • বাংলা
  • हिंदी
  • Ελληνικά
  • Српски
  • Yкраї́нська
  • Log In
    Have you forgotten your password?
Repository logoRepository logo
  • Communities & Collections
  • All Contents
  • English
  • Català
  • Čeština
  • Deutsch
  • Español
  • Français
  • Gàidhlig
  • Italiano
  • Latviešu
  • Magyar
  • Nederlands
  • Polski
  • Português
  • Português do Brasil
  • Srpski (lat)
  • Suomi
  • Svenska
  • Türkçe
  • Tiếng Việt
  • Қазақ
  • বাংলা
  • हिंदी
  • Ελληνικά
  • Српски
  • Yкраї́нська
  • Log In
    Have you forgotten your password?
  1. Home
  2. Browse by Author

Browsing by Author "Borandag E."

Now showing 1 - 10 of 10
Results Per Page
Sort Options
  • No Thumbnail Available
    Item
    Yazilim hata kestiriminde kolektif siniflandirma modellerinin etkisi
    (CEUR-WS, 2015) Kilinç D.; Borandag E.; Yücalar F.; Özçift A.; Bozyigit F.
    [No abstract available]
  • No Thumbnail Available
    Item
    Metin madenciligi kullanarak yazilim kullanimina dair bulgularin elde edilmesi
    (CEUR-WS, 2015) Kilinç D.; Bozyigit F.; Özçift A.; Yücalar F.; Borandag E.
    [No abstract available]
  • No Thumbnail Available
    Item
    A case study for the software size estimation through MK II FPA and FP methods
    (Inderscience Publishers, 2016) Borandag E.; Yucalar F.; Erdogan S.Z.
    Software size estimation is one of the most crucial and daunting tasks for a software project manager. It is very important for the accurate planning and calculation of the software project. The importance of software size estimation becomes critical at the beginning of the software life cycle. Software size estimation is a basic input for the software effort and cost estimation. There are many different approaches and various methods for software size estimation up to now such as the function points method, e.g., IFPUG FPA, Mk II FPA, COSMIC FFP. In this paper, the size of the software project was calculated through the function points method and Mark II FPA. The same software project was implemented by different software development teams. Early estimations were performed for the software project and the data obtained as a result of the teams' studies were compared. Copyright © 2016 Inderscience Enterprises Ltd.
  • No Thumbnail Available
    Item
    Regression Analysis Based Software Effort Estimation Method
    (World Scientific Publishing Co. Pte Ltd, 2016) Yücalar F.; Kilinc D.; Borandag E.; Ozcift A.
    Estimating the development effort of a software project in the early stages of the software life cycle is a significant task. Accurate estimates help project managers to overcome the problems regarding budget and time overruns. This paper proposes a new multiple linear regression analysis based effort estimation method, which has brought a different perspective to the software effort estimation methods and increased the success of software effort estimation processes. The proposed method is compared with standard Use Case Point (UCP) method, which is a well-known method in this area, and simple linear regression based effort estimation method developed by Nassif et al. In order to evaluate and compare the proposed method, the data of 10 software projects developed by four well-established software companies in Turkey were collected and datasets were created. When effort estimations obtained from datasets and actual efforts spent to complete the projects are compared with each other, it has been observed that the proposed method has higher effort estimation accuracy compared to the other methods. © 2016 World Scientific Publishing Company.
  • No Thumbnail Available
    Item
    TTC-3600: A new benchmark dataset for Turkish text categorization
    (SAGE Publications Ltd, 2017) Klllnç D.; Özçift A.; Bozyigit F.; Ylldlrlm P.; Yücalar F.; Borandag E.
    Owing to the rapid growth of the World Wide Web, the number of documents that can be accessed via the Internet explosively increases with each passing day. Considering news portals in particular, sometimes documents related to categories such as technology, sports and politics seem to be in the wrong category or documents are located in a generic category called others. At this point, text categorization (TC), which is generally addressed as a supervised learning task is needed. Although there are substantial number of studies conducted on TC in other languages, the number of studies conducted in Turkish is very limited owing to the lack of accessibility and usability of datasets created. In this paper, a new dataset named TTC-3600, which can be widely used in studies of TC of Turkish news and articles, is created. TTC-3600 is a well-documented dataset and its file formats are compatible with well-known text mining tools. Five widely used classifiers within the field of TC and two feature selection methods are evaluated on TTC-3600. The experimental results indicate that the best accuracy criterion value 91.03% is obtained with the combination of Random Forest classifier and attribute ranking-based feature selection method in all comparisons performed after pre-processing and feature selection steps. The publicly available TTC-3600 dataset and the experimental results of this study can be utilized in comparative experiments by other researchers. © Chartered Institute of Library and Information Professionals.
  • No Thumbnail Available
    Item
    Vehicle plate tracking system; [Araç plaka takip sistemi]
    (Institute of Electrical and Electronics Engineers Inc., 2018) Ozbaysar E.; Borandag E.
    Image processing field has been improved thanks to various technology in recent years. One of them is a very significant program OpenCv technology. OpenCv is an open source coded independent image processing library and can work on multiple free platforms. On the other hand, expect for image processing technology through Internet of Things (IOT) along with Industry 4.0. had very huge development in this field. There are hundreds of different devices which were developed for this area. One of these devices is the Raspberry PI tool. In this study, a platform for vehicle license plate tracking system which uses embedded system was developed. It has been aimed at making push notification for relevant units by comparing an image with image processing algorithm by means of camera, screen and GPRS modul which were added on this developed system, Raspberry PI, with the current notifications. © 2018 IEEE.
  • No Thumbnail Available
    Item
    Majority vote feature selection algorithm in software fault prediction
    (ComSIS Consortium, 2019) Borandag E.; Ozcift A.; Kilinc D.; Yucalar F.
    Identification and location of defects in software projects is an important task to improve software quality and to reduce software test effort estimation cost. In software fault prediction domain, it is known that 20% of the modules will in general contain about 80% of the faults. In order to minimize cost and effort, it is considerably important to identify those most error prone modules precisely and correct them in time. Machine Learning (ML) algorithms are frequently used to locate error prone modules automatically. Furthermore, the performance of the algorithms is closely related to determine the most valuable software metrics. The aim of this research is to develop a Majority Vote based Feature Selection algorithm (MVFS) to identify the most valuable software metrics. The core idea of the method is to identify the most influential software metrics with the collaboration of various feature rankers. To test the efficiency of the proposed method, we used CM1, JM1, KC1, PC1, Eclipse Equinox, Eclipse JDT datasets and J48, NB, K-NN (IBk) ML algorithms. The experiments show that the proposed method is able to find out the most significant software metrics that enhances defect prediction performance. © 2019, ComSIS Consortium. All rights reserved.
  • No Thumbnail Available
    Item
    Multiple-classifiers in software quality engineering: Combining predictors to improve software fault prediction ability
    (Elsevier B.V., 2020) Yucalar F.; Ozcift A.; Borandag E.; Kilinc D.
    Software development projects require a critical and costly testing phase to investigate efficiency of the resultant product. As the size and complexity of project increases, manual prediction of software defects becomes a time consuming and costly task. An alternative to manual defect prediction is the use of automated predictors to focus on faulty modules and let the software engineer to examine the defective part with more detail. In this aspect, improved fault predictors will always find a software quality application project to be applied on. There are many base predictors tested-designed for this purpose. However, base predictors might be combined with an ensemble strategy to further improve to increase their performance, particularly fault-detection abilities. The aim of this study is to demonstrate fault-prediction performance of ten ensemble predictors compared to baseline predictors empirically. In our experiments, we used 15 software projects from PROMISE repository and we evaluated the fault-detection performance of algorithms in terms of F-measure (FM) and Area under the Receiver Operating Characteristics (ROC) Curve (AUC). The results of experiments demonstrated that ensemble predictors might improve fault detection performance to some extent. © 2019 Karabuk University
  • No Thumbnail Available
    Item
    Software Fault Prediction Using an RNN-Based Deep Learning Approach and Ensemble Machine Learning Techniques
    (MDPI, 2023) Borandag E.
    Alongside the modern software development life cycle approaches, software testing has gained more importance and has become an area researched actively within the software engineering discipline. In this study, machine learning and deep learning-related software fault predictions were made through a data set named SFP XP-TDD, which was created using three different developed software projects. A data set of five different classifiers widely used in the literature and their Rotation Forest classifier ensemble versions were trained and tested using this data set. Numerous publications in the literature discussed software fault predictions through ML algorithms addressing solutions to different problems. Some of these articles indicated the usage of feature selection algorithms to improve classification performance, while others reported operating ensemble machine learning algorithms for software fault predictions. Besides, a detailed literature review revealed that there were few studies involving software fault prediction with DL algorithms due to the small sample sizes in the data sets and the low success rates in the tests performed on these datasets. As a result, the major contribution of this research was to statistically demonstrate that DL algorithms outperformed ML algorithms in data sets with large sample values via employing three separate software fault prediction datasets. The experimental outcomes of a model that includes a layer of recurrent neural networks (RNNs) were enclosed within this study. Alongside the aforementioned and generated data sets, the study also utilized the Eclipse and Apache Active MQ data sets in to test the effectiveness of the proposed deep learning method. © 2023 by the author.
  • No Thumbnail Available
    Item
    A Blockchain-Based Recycling Platform Using Image Processing, QR Codes, and IoT System
    (MDPI, 2023) Borandag E.
    The climate crisis is one of the most significant challenges of the twenty-first century. The primary cause of high carbon emissions is industrial production that relies on carbon-based energy sources such as fuel oil, paraffin, coal, and natural gas. One of the effective methods to minimize carbon emissions originating from the use of energy resources is using recycling systems. A blockchain-based recycling platform was developed in this regard, adhering to the basic principles of Industry 4.0, which Robert Bosch GmbH and Henning Kagermann’s working group described as an industrial strategy plan at the Hannover Fair in 2013. Concurrently, the recycling platform has set up an infrastructure that combines blockchain, AI, and IoT technologies for recycling objects. An IoT-based smart device was developed to collect recyclable objects. Thanks to the embedded artificial intelligence software and QR code sensor on the device, recyclable objects can be collected in different hoppers. In the laboratory studies, correct object recognition success was achieved at a rate of 98.2%. © 2023 by the author.

Manisa Celal Bayar University copyright © 2002-2025 LYRASIS

  • Cookie settings
  • Privacy policy
  • End User Agreement