<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<channel rdf:about="http://ir.bdu.edu.et/handle/123456789/10151">
<title>thesis</title>
<link>http://ir.bdu.edu.et/handle/123456789/10151</link>
<description/>
<items>
<rdf:Seq>
<rdf:li rdf:resource="http://ir.bdu.edu.et/handle/123456789/16310"/>
<rdf:li rdf:resource="http://ir.bdu.edu.et/handle/123456789/16309"/>
<rdf:li rdf:resource="http://ir.bdu.edu.et/handle/123456789/16308"/>
<rdf:li rdf:resource="http://ir.bdu.edu.et/handle/123456789/16307"/>
</rdf:Seq>
</items>
<dc:date>2001-01-13T05:52:23Z</dc:date>
</channel>
<item rdf:about="http://ir.bdu.edu.et/handle/123456789/16310">
<title>SENTIMENT ANALYSIS FOR CUSTOMER SATISFACTION: CASE OF ETHIOPIA ELECTRIC UTILITY SERVICE</title>
<link>http://ir.bdu.edu.et/handle/123456789/16310</link>
<description>SENTIMENT ANALYSIS FOR CUSTOMER SATISFACTION: CASE OF ETHIOPIA ELECTRIC UTILITY SERVICE
TEWODROS, MESERET MENGESHA
Advances in internet and web technologies have brought diversified online platforms for&#13;
people to engage in online chats, discussions, and access instant information delivered to&#13;
their handheld devices. Social media platforms, such as Facebook and X, have played a&#13;
paramount role by enabling people to share their ideas, emotions, feelings, or talk about&#13;
anything that affects us one way or another.&#13;
This study introduces a machine learning-based Amharic language Facebook sentiment&#13;
classifier model designed to conduct sentiment analysis for the Ethiopian electric utility’s&#13;
electric distribution service. In this sentiment classification experiment, one classical&#13;
machine learning and three deep learning models were evaluated: Support Vector&#13;
Machine (SVM), Recurrent Neural Network (RNN), Long Short-Term Memory (LSTM),&#13;
and Bidirectional LSTM (Bi-LSTM). The performance evaluation of these models&#13;
reveals distinct patterns in their accuracy rankings based on test outcomes. For multiclass&#13;
classification, the SVM model achieved test accuracy of 74.8%, and in binary class&#13;
classification, it demonstrated an impressive test accuracy of 89.18%. Following closely,&#13;
the Bi-LSTM model emerged as a strong contender with test accuracy slightly lower at&#13;
73.55% in multi-class classification and a commendable test accuracy of 87% in binary&#13;
class classification. The LSTM model showcased a test accuracy of 72.75% in multi-class&#13;
classification and a commendable test accuracy of 87% in binary class classification.&#13;
Lastly, the RNN model exhibited a test accuracy of 65.9% in multi-class classification,&#13;
and in binary class classification, the test accuracy slightly dipped to 86.33%.
</description>
<dc:date>2024-02-01T00:00:00Z</dc:date>
</item>
<item rdf:about="http://ir.bdu.edu.et/handle/123456789/16309">
<title>Amharic Text-to-Speech Synthesis Using Deep Learning Approach</title>
<link>http://ir.bdu.edu.et/handle/123456789/16309</link>
<description>Amharic Text-to-Speech Synthesis Using Deep Learning Approach
Tadele, Demeke Sntie
Text-to-Speech (TTS) translation is a process that generates synthetic speech artificially for a variety of uses, including telephone services, reading electronic documents, and speaking models for handicapped people. Currently, many text-to-speech translation models are available for different languages such as English, Afan Oromo, Tigrigna, and Welaytta. However, research on the Amharic language is extremely rare, so the study suffers from some limitations. Speech is generated from natural language text using deep learning approaches. Standard and nonstandard words, such as numbers, abbreviations, money, and dates, both SWs and NSWs found in written texts in a language. These NSWs cannot be detected by an application of the "letter-to-sound" rule. In general, the previous work converted text to speech using a rule-based and Hidden Markov Model. The main problem of HMM-based synthesis is that certain features for speech synthesis are hard coded by humans, but they are not necessarily the best features to synthesize speech. Hence to solve this problem we used LSTM and BiLSTM deep learning approaches. Because Deep learning has the ability to learn complex patterns in data and synthesize speech not required hard coding by humans. The performance of the LSTM model of MCD, MSE, and MAE is 0.2961, 0.0940, and 0.2474 respectively. And The performance of the BiLSTM model of MCD, MSE, and MAE is 0.2910, 0.0916, and 0.2400 respectively. As we have computed the translation performance of these models the BiLSTM has better performance. The second performance measurement of subjective evaluation metrics MOS is used to measure the quality of ineligibility and naturalness 4.14 and 3.93 respectively.&#13;
Keywords: Text-to-Speech translation, Deep learning, long short-term memory (LSTM), and Bidirectional LSTM.
</description>
<dc:date>2024-12-01T00:00:00Z</dc:date>
</item>
<item rdf:about="http://ir.bdu.edu.et/handle/123456789/16308">
<title>SOLID WASTE CLASSIFICATION USING DEEP LEARNING AND IMAGE PROCESSING TECHNIQUES</title>
<link>http://ir.bdu.edu.et/handle/123456789/16308</link>
<description>SOLID WASTE CLASSIFICATION USING DEEP LEARNING AND IMAGE PROCESSING TECHNIQUES
Ashagrie, Ayenew Wondifraw
Deep learning is playing a significant role in computer vision, particularly in various&#13;
application areas such as environmental sanitation, which relies on image-based&#13;
information. The accumulation of solid waste materials in different regions can lead to&#13;
health problems for both humans and animals. An alternate technique of waste&#13;
segregation is required since manual waste segregation is a very risky, laborious, and&#13;
time-consuming operation. The alternative strategy needs to be economical and timeefficient.&#13;
Even a minor classification error can result in a number of significant&#13;
environmental harms. To address such problems, the use of deep learning techniques in&#13;
combination with digital images of waste materials is crucial. In the field of image-based&#13;
applications, deep Convolutional Neural Network (CNN) architectures have gained&#13;
recognition for their excellent performance in classifying solid waste images. In this&#13;
study, the VGG16 and InceptionV3 neural architectures are proposed for the&#13;
classification of solid waste materials using images obtained from Bahir Dar and its&#13;
surrounding environment. The model uses RGB 224×224 pixel colored images as input&#13;
and extracts features from them, resulting in a 1024-dimensional feature representation.&#13;
The collected digital images of solid waste materials undergo preprocessing using&#13;
different techniques, such as noise reduction with bilateral filter techniques and&#13;
segmentation using region-based segmentation techniques. A comparison is made&#13;
between two CNN architectures, namely inceptionV3 and VGG16, and the testing&#13;
accuracy results in 82.01% accuracy for VGG16 and 76.47% accuracy for inceptionV3.&#13;
Based on this evaluation, VGG16 is selected as the superior model.&#13;
Keywords; Deep Learning, VGG16, Inception, Solid Waste
</description>
<dc:date>2024-03-01T00:00:00Z</dc:date>
</item>
<item rdf:about="http://ir.bdu.edu.et/handle/123456789/16307">
<title>EFFICIENT LOAD BALANCING ALGORITHM FOR FOG COMPUTING USING THROTTLED LOAD BALANCING ALGORITHM</title>
<link>http://ir.bdu.edu.et/handle/123456789/16307</link>
<description>EFFICIENT LOAD BALANCING ALGORITHM FOR FOG COMPUTING USING THROTTLED LOAD BALANCING ALGORITHM
MELAKU, BITEW
The placement of resources and proper allocation of workload to respected resources is called load balancing. Load balancing confirms proper allocation of tasks. Several algorithms have been developed to satisfy the request of the client for the fog nodes. Consequently, the nodes will be dynamically configured by the fog computing platform and these nodes can be physically or virtually present in the computing environment. Therefore, by using an appropriate load balancing strategy, selecting the fog node must be planned properly. For the uniform distribution of incoming jobs between virtual fog nodes, the throttled load balancing approach is proposed in this work. Further the performance is evaluated or analyzed using cloudAnalyst simulator and compare its performance with existing round robin, particle swarm optimization and hill climbing algorithms. Simulation results have shown that the proposed algorithm has uniformly distributed the load between fog nodes.&#13;
Key Words: Fog computing, fog node, Load Balancing, Virtual Machine, Response Time, CloudAnalyst, Resource Utilization.
</description>
<dc:date>2020-10-01T00:00:00Z</dc:date>
</item>
</rdf:RDF>
