<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title>M.Sc Thesis/Project</title>
<link>http://dspace.uiu.ac.bd/handle/52243/29</link>
<description/>
<pubDate>Sun, 12 Apr 2026 21:08:45 GMT</pubDate>
<dc:date>2026-04-12T21:08:45Z</dc:date>
<item>
<title>A Secure Spectrum Aware MAC layer protocol for Cognitive Radio Wireless Sensor Network.</title>
<link>http://dspace.uiu.ac.bd/handle/52243/3408</link>
<description>A Secure Spectrum Aware MAC layer protocol for Cognitive Radio Wireless Sensor Network.
Hossain, Md Shamiun
Persistent Secure Spectrum Aware MAC layer, scalability and load balancing are important&#13;
requirements for numerous ad-hoc sensor network. Secure Clustering sensor nodes&#13;
is an effective technique for achieving these goals. In this work, we present a secure,&#13;
spectrum-aware cross-layer MAC protocol designed for Cognitive Radio Ad Hoc Networks&#13;
(CRAHN), where cluster formation is defined maximum edge biclique problem, enhance&#13;
the security of the cluster formation process and ensure both a stable number of common&#13;
channels and robustness to varying spectrum availability. The clustering process concludes&#13;
in O(1) of iterations, independent of the network’s structure or scale. By carefully choosing&#13;
the secondary clustering parameter, the process can significantly reduce the hassle of&#13;
re-clustering. This thoughtful selection ensures that the workload is evenly spread across&#13;
the cluster heads, preventing any one cluster from becoming overloaded, and keeping the&#13;
network running smoothly and efficiently. Dynamic approach maintains a stable network&#13;
structure despite node mobility. These protocols focus on secure and efficient spectrum&#13;
sharing among nodes to enhance network performance. It also achieves fairly uniform&#13;
cluster head distribution across the network. The cluster-based architecture is designed&#13;
to be highly flexible, allowing it to build and adjust itself as needed. This dynamic nature&#13;
is supported by two key operations: Node-Move-In and Node-Move-Out. These operations&#13;
enable the network to easily integrate new nodes and remove existing ones, ensuring&#13;
that the system can adapt to changes and maintain optimal performance without manual&#13;
intervention. A pseudocode analysis focused on enhancing the security of the cluster&#13;
formation process is also applied in two topology management operations. Overall, the&#13;
time complexity for the Node-Move-In and Node-Move-Out algorithms is O(n), where n&#13;
represents the number of members in the cluster. This means that the algorithms handle a&#13;
number of operations proportional to the number of nodes involved, making them efficient&#13;
and scalable as the network grows.
</description>
<pubDate>Tue, 31 Mar 2026 00:00:00 GMT</pubDate>
<guid isPermaLink="false">http://dspace.uiu.ac.bd/handle/52243/3408</guid>
<dc:date>2026-03-31T00:00:00Z</dc:date>
</item>
<item>
<title>A Hybrid Approach to Bangla Regional Text Classification Using BERT Ensemble and Region-Specific Lexical Oversampling</title>
<link>http://dspace.uiu.ac.bd/handle/52243/3393</link>
<description>A Hybrid Approach to Bangla Regional Text Classification Using BERT Ensemble and Region-Specific Lexical Oversampling
Sultana, Babe
Regional text analysis reflects the lived realities of diverse communities by capturing&#13;
the linguistic richness and diversity present in various dialects. It bridges the gap between everyday regional usage and standardized language forms, thereby enhancing the&#13;
inclusivity of language technologies. In this paper, we focus on five regional dialects in&#13;
Bangladesh, namely Chittagong, Sylhet, Noakhali, Barishal, and Rangpur, using a dataset&#13;
of 4,218 text samples. The dataset is validated by five regional experts and categorized into&#13;
three tiers based on an assigned agreement criterion. Tier 1 represents a strictly filtered,&#13;
high-confidence subset and is used primarily for evaluation. A set of region-specific special&#13;
words, which belong exclusively to their respective regions and are validated by domain&#13;
experts, is introduced. These words are used in a linguistically informed oversampling&#13;
technique to balance the dataset in both experiments. In the first experiment, we demonstrate the effectiveness of the tiered dataset structure, where Tier 2 and Tier 3 (mediumand low-confidence subsets) are used for training, and Tier 1 (high-quality subset) is used&#13;
for testing. In this setting, BanglaBERT achieves the best individual performance with&#13;
67.45% accuracy and a weighted F1-score of 67.62%. In the second experiment, we focus exclusively on the Tier 1 dataset, applying a wide range of machine learning and deep&#13;
learning models to assess their effectiveness. The key contribution is a heterogeneous deep&#13;
ensemble technique that combines three BERT models, BanglaBERT, BUETBERT, and&#13;
DistilBERT, achieving an accuracy of 85.17% and a weighted F1-score of 84.84% on the&#13;
Tier 1 dataset.
CSE
</description>
<pubDate>Mon, 12 Jan 2026 00:00:00 GMT</pubDate>
<guid isPermaLink="false">http://dspace.uiu.ac.bd/handle/52243/3393</guid>
<dc:date>2026-01-12T00:00:00Z</dc:date>
</item>
<item>
<title>An Explainable Ensemble Convolutional Neural Network for Early Lung Cancer Prediction with Web Application</title>
<link>http://dspace.uiu.ac.bd/handle/52243/3392</link>
<description>An Explainable Ensemble Convolutional Neural Network for Early Lung Cancer Prediction with Web Application
Noor, Kazi Rifah
Lung Cancer is one of the deadliest forms of cancer significantly contributing to the rising&#13;
mortality rates globally. The high mortality rate associated with lung cancer can largely be&#13;
attributed to its late detection, as symptoms often do not appear until the disease has reached&#13;
advanced stages. Early detection of anomalies in medical imaging, particularly at the initial stages,&#13;
is crucial for advancing both quantitative image analysis and patient care. In this context, our&#13;
research introduces a fully automated web application to predict lung cancer early on CT scan&#13;
images. This application leverages the power of a weighted average ensemble-based deep learning&#13;
framework that combines multiple neural network architectures to enhance the reliability of&#13;
automated classification. The work highlights the need for interpretability in clinical decision&#13;
support systems, going beyond classification. Our proposed approach is organized into three&#13;
independent phases. First, we performed image augmentation as part of the preprocessing stage&#13;
analyzing the IQ-OTH lung cancer dataset which implies that the model is trained on diverse and&#13;
enriched input data. The system incorporates ResNet50, VGG16, and a custom CNN, all of which&#13;
provide complementary feature-learning capabilities that improve overall predictive&#13;
dependability. The ensemble model clearly outperformed the individual networks, achieving an&#13;
accuracy of 92.28% on the IQ-OTH lung cancer dataset. The visual indications and regions that&#13;
most influence our model’s decisions are highlighted using Explainable Artificial Intelligence&#13;
techniques, particularly LIME and SHAP. By making the model’s inner workings more&#13;
understandable, these explanations hope to boost medical practitioners’ confidence.&#13;
&#13;
Finally, the ensemble model was integrated into a user-friendly web application allowing users to&#13;
upload CT scan images, which are then analyzed to classify the images into normal, benign, or&#13;
malignant categories. Furthermore, our web application gives confidence levels for each prediction&#13;
increasing the credibility of its results. Our system provides medical practitioners with a smooth&#13;
and effective tool by integrating the precision of an ensemble model with the flexibility of a web&#13;
application.
CSE UIU
</description>
<pubDate>Mon, 12 Jan 2026 00:00:00 GMT</pubDate>
<guid isPermaLink="false">http://dspace.uiu.ac.bd/handle/52243/3392</guid>
<dc:date>2026-01-12T00:00:00Z</dc:date>
</item>
<item>
<title>Recognition of Bangla and English Words in Bangla Texts Using a Modified BERT-base-NER Model</title>
<link>http://dspace.uiu.ac.bd/handle/52243/3391</link>
<description>Recognition of Bangla and English Words in Bangla Texts Using a Modified BERT-base-NER Model
Hossain, Md. Parvez
A combination of Bangla and English words is commonly used, particularly on social media. This tendency greatly hampers the next generation’s ability to learn Bangla.&#13;
This study suggests an approach for identifying words in Bangla texts that are both&#13;
English and Bangla. This study also translates the identified English terms into standard Bangla words. The Transformer architecture, which uses an attention mechanism&#13;
to identify the connections between words and their contexts inside a text, is the foundation of bidirectional encoder representations from transformers (BERT). In this study, we&#13;
use the training input dataset to modify the BERT-base-NER model. For the name entity recognition (NER) task, the proposed BERT-base-NER model in this study achieves&#13;
state-of-the-art performance. For both the training and testing scenarios, we employ a&#13;
holdout cross-validation procedure. We used 80% of the entire data for training and 20%&#13;
for testing. We use the Google Translate API (application programming interface) to&#13;
translate the identified English words into standard Bangla words. In order to assess the&#13;
modified BERT-base-NER model, we applied the input dataset to the current machine&#13;
learning (ML) and deep learning (DL) techniques. Support vector machines (SVM) and&#13;
Naive Bayes (NB) are two components of the machine learning approach. Conversely, the&#13;
DL method uses bidirectional LSTM (BiLSTM), long short-term memory (LSTM), and&#13;
convolutional neural network (CNN). The improved BERT-base-NER model is highly accurate and efficient at identifying Bangla and English words, according to simulation data.&#13;
With an accuracy of 95%, the proposed BERT-base-NER model achieves the best result&#13;
among the current methods. For Bangla–English code-mixed text, this study presents a&#13;
reliable BERT-based word-level language identification system that successfully resolves&#13;
Banglish ambiguity and allows downstream Bangla language processing applications such&#13;
as standard Bangla conversion, machine translation, and information extraction.
CSE UIU
</description>
<pubDate>Mon, 12 Jan 2026 00:00:00 GMT</pubDate>
<guid isPermaLink="false">http://dspace.uiu.ac.bd/handle/52243/3391</guid>
<dc:date>2026-01-12T00:00:00Z</dc:date>
</item>
</channel>
</rss>
