Open Access. Powered by Scholars. Published by Universities.®
- Discipline
-
- Computer Sciences (9)
- Artificial Intelligence and Robotics (4)
- Medicine and Health Sciences (3)
- Information Security (2)
- Statistics and Probability (2)
-
- Agricultural Science (1)
- Biomedical Informatics (1)
- Categorical Data Analysis (1)
- Databases and Information Systems (1)
- Dermatology (1)
- Education (1)
- Geography (1)
- Higher Education (1)
- Life Sciences (1)
- Medical Genetics (1)
- Medical Sciences (1)
- Medical Specialties (1)
- Plant Sciences (1)
- Remote Sensing (1)
- Social and Behavioral Sciences (1)
- Theory and Algorithms (1)
- Keyword
-
- Machine learning (6)
- CNN (3)
- Convolutional neural network (3)
- Data science (3)
- Computer Vision (2)
-
- Large language models (2)
- Machine Learning (2)
- Small language models (2)
- Systemic lupus erythematosus (2)
- AI (1)
- Adversarial Machine Learning (1)
- Agricultural image classification (1)
- Artificial intelligence (1)
- Aspect-based sentiment analysis (1)
- Attention mechanism (1)
- BMR (1)
- Backpropagation (1)
- Bacterial adaptation (1)
- Behavioral biometrics (1)
- Butterfly malar rash (1)
- CIFAR (1)
- Chlorophyll (1)
- Chromosomes (1)
- Classification (1)
- Climate studies (1)
- Computer vision (1)
- Conflict (1)
- Continuous authentication (1)
- Conversational AI (1)
- Convolution (1)
Articles 1 - 24 of 24
Full-Text Articles in Data Science
A Data-Driven Framework For Automation Readiness In Minnesota State University, Mankato Course Scheduling, Prisca Bongu Payanzo Maba
A Data-Driven Framework For Automation Readiness In Minnesota State University, Mankato Course Scheduling, Prisca Bongu Payanzo Maba
All Graduate Theses, Dissertations, and Other Capstone Projects
University course scheduling is one of the most complex optimization problems in higher education institutions. With universities growing in size and offering a broad spectrum of majors and disciplines, the number of possible course scheduling combinations increases exponentially, rendering traditional ways of scheduling ineffective.
Although operations research has extensively studied automated scheduling algorithms, there has been limited investigations into the organization readiness of academic departments to implement such systems. This paper offers a hybrid data science framework that assesses departmental readiness for scheduling automation.
The study combines qualitative Zoom interview data from 19 academic departments with institutional scheduling rules from …
Previsit Ai: A Retrieval-Augmented Generation For Patient Readiness In Clinical Encounters, Rolande Umuhoza
Previsit Ai: A Retrieval-Augmented Generation For Patient Readiness In Clinical Encounters, Rolande Umuhoza
All Graduate Theses, Dissertations, and Other Capstone Projects
With healthcare systems under growing pressure from rising patient volumes and shrinking consultation windows, improving how patients communicate with physicians has become essential to delivering quality care. Yet patients routinely arrive at appointments unable to clearly describe their symptoms, recall their medical history, or articulate concerns, contributing to miscommunication, diagnostic inefficiency, and pre-visit anxiety. This study introduces PreVisit AI, a conversational system designed to address this gap through structured, knowledge-based patient preparation. The system is built on a Retrieval-Augmented Generation (RAG) architecture combining HuggingFace sentence embeddings (all-MiniLM-L6-v2), a Chroma vector store, and Google’s Gemini language model over a curated seven-document …
Impact Of Cross-Client Heterogeneity In Federated Learning For Real-World Plant Disease Classification, Ritesh Janga
Impact Of Cross-Client Heterogeneity In Federated Learning For Real-World Plant Disease Classification, Ritesh Janga
All Graduate Theses, Dissertations, and Other Capstone Projects
Deep learning applications are being adopted in agricultural image analysis that include challenges of data privacy and limited institutional data and heterogeneity of different types of architectures. However, Federated Learning is a model that allows collaborative training on data that does not have to be shared among parties. Therefore, Federated Learning is an effective method of collaborative training; however, its comparative effectiveness as compared to individual (local) training on diverse architectures has never been examined in an agricultural context. The objective of this study was to examine Federated Learning for the purpose of crop disease classification on extreme non-IID distributed …
Data-Driven Climate Damage Functions For Capital Formation: Estimating The Climate Penalty Using Maching Learning, Pramudya Wicaksono
Data-Driven Climate Damage Functions For Capital Formation: Estimating The Climate Penalty Using Maching Learning, Pramudya Wicaksono
All Graduate Theses, Dissertations, and Other Capstone Projects
Traditional integrated assessment models assume parametric climate damage functions that may miss nonlinearities, heterogeneity, and dynamic effects on investment. This thesis develops a data-driven climate damage function for capital formation by estimating the predictive relationship between climate conditions and future gross fixed capital formation (% GDP) across 125 countries over 1982–2019. We construct a panel dataset by combining daily ERA5 climate reanalysis data (accessed via the Copernicus Climate Data Store API and aggregated to yearly country-level variables including temperature anomalies, extreme heat days, frost days, precipitation, and solar radiation) with economic indicators from the World Bank World Development Indicators and …
An Analysis Of Slms For Machine Translation Of Healthcare Documents, Wyatt Clausen
An Analysis Of Slms For Machine Translation Of Healthcare Documents, Wyatt Clausen
All Graduate Theses, Dissertations, and Other Capstone Projects
The language barrier creates significant healthcare challenges for patients who struggle with English. While large language models (LLMs) have advanced machine translation, their high computational costs, environmental impact, and risk of data breaches have raised concerns. Small language models (SLMs) can address these concerns and be further adapted to specific tasks through parameter-efficient fine-tuning (PEFT) methods, including Quantized Low-Rank Adaptation (QLoRA). This study compares the Spanish-to-English translation quality of two 7-billion-parameter SLMs, Mistral and Llama 2 7B, in the medical domain, using BLEU, chrF, and COMET as evaluation metrics. It further investigates whether QLoRA fine-tuning and Retrieval-Augmented Generation (RAG) on …
Comparative Analysis Of Machine Learning Models For Glioblastoma Survival., Muna Awel
Comparative Analysis Of Machine Learning Models For Glioblastoma Survival., Muna Awel
All Graduate Theses, Dissertations, and Other Capstone Projects
Glioblastoma multiforme (GBM) remains one of the most lethal brain tumors, necessitating improved survival prediction models that integrate clinical and molecular data. This study develops a comprehensive machine learning pipeline leveraging TCGA-derived multi-omics datasets to predict binary survival outcomes. The framework integrates four classifiers Logistic Regression, Random Forest, XGBoost, and Support Vector Machine (SVM) and includes rigorous preprocessing with MCAR testing, KNN imputation, feature scaling, and hyperparameter optimization via GridSearchCV. SMOTE was applied to mitigate class imbalance and enhance model robustness for minority survival classes. Comparative performance analyses revealed Random Forest and XGBoost as top performers, achieving the highest recall …
Hybrid Agentic System For Schema-Aware Nl2sql Generation, David Omondi Onyango
Hybrid Agentic System For Schema-Aware Nl2sql Generation, David Omondi Onyango
All Graduate Theses, Dissertations, and Other Capstone Projects
The natural language to SQL (NL2SQL) task enables non-expert users to interact with relational databases via natural language interfaces. However, NL2SQL frameworks often rely on Large Language Models (LLMs), raising concerns about computational overhead, data privacy, and deployment in resource-limited environments. To address these issues, we propose a hybrid schema-aware agentic system using Small Language Models (SLMs) as primary agents, with a selective LLM fallback mechanism. The LLM activates only when errors are detected in SLM-generated queries, reducing inference costs. Experiments on the BIRD benchmark dataset show our system achieves an execution accuracy of 53.91% and validation efficiency score of …
Elephant Presence Detection For Early-Warning In Kenya: A Cnn Transfer-Learning Approach, Pascaline Jerotich
Elephant Presence Detection For Early-Warning In Kenya: A Cnn Transfer-Learning Approach, Pascaline Jerotich
All Graduate Theses, Dissertations, and Other Capstone Projects
In Kenya, conflicts between humans and elephants often lead to destruction of crops, lower family income, and put people and elephants at risk at the border of developing farms. Fences, patrols, and manual camera inspection are all expensive and take too long to be useful. This research creates an affordable early warning system that uses transfer learning with convolutional neural networks to find elephants in images. There are two label of elephant and non-elephant wildlife which are a public wildlife corpus of approximately 40,000 photographs of binary task. Cleaning of the dataset was done to ensure high quality and consistency. …
Design And Implementation Of A Low-Cost Raspberry Pi And Ai-Based Intrusion Detection System For Surveillance, Metrine Nyaboke Osiemo
Design And Implementation Of A Low-Cost Raspberry Pi And Ai-Based Intrusion Detection System For Surveillance, Metrine Nyaboke Osiemo
All Graduate Theses, Dissertations, and Other Capstone Projects
As security concerns continue to rise, there is a growing demand for affordable and intelligent surveillance solutions to ensure safety in homes, businesses, and other environments. Many individuals are embracing AI-driven technologies such as Closed-Circuit Television (CCTV), smart doorbells, and automated security systems to protect their properties. This project presents a design and implementation of a cost-effective AI-powered intrusion detection system utilizing Raspberry Pi 5 for home surveillance, with adaptability for broader applications. The system integrates a camera module and an LCD screen running on a Linux-based platform, with Python, and OpenCV as key software components. It employs dlib’s deep …
Ripples: An Automated Embedding Generation Algorithm For The Forward-Forward Algorithm, Spencer Connolly
Ripples: An Automated Embedding Generation Algorithm For The Forward-Forward Algorithm, Spencer Connolly
All Graduate Theses, Dissertations, and Other Capstone Projects
The Forward-Forward algorithm (FF) is yet another novel invention by Geoffrey Hinton, the creator of the famous backpropagation algorithm (BP). Since its proposal, many papers have been published exploring its potential, and good progress has been made in increasing its viability. Though FF continually falls short of BP, its purpose is not to replace BP and preliminary research shows that there is plenty of room for growth. In this paper, we present a literature review for FF algorithms applied to Convolution Neural Networks (CNN) for image classification tasks and set the stage for applying FF to more complex datasets. The …
A Vision Transformer Based Assistive System For Dermatological Diagnosis In Systemic Lupus Erythematosus, Syeda Lamima Farhat
A Vision Transformer Based Assistive System For Dermatological Diagnosis In Systemic Lupus Erythematosus, Syeda Lamima Farhat
All Graduate Theses, Dissertations, and Other Capstone Projects
Systemic Lupus Erythematosus (SLE) is a complex and often underdiagnosed autoimmune disease that affects multiple organs and presents with a wide range of symptoms-ranging from fatigue and joint pain to life-threatening organ damage. One of its most visible and diagnostically significant indicators is the Butterfly Malar Rash (BMR), a distinctive facial rash that often resembles other common dermatological conditions like rosacea, acne, eczema, and fifth disease. This overlap can lead to misdiagnosis or delayed detection, especially in busy clinical environments. To assist dermatologists in distinguishing BMR from similar facial rashes, this study explores the development of an AI-powered image classification …
Evaluating Aspect-Based Sentiment Analysis In Healthcare Drug Reviews Across Machine Learning, Deep Neural Networks, And Transformer Models, Eun Soo Park
All Graduate Theses, Dissertations, and Other Capstone Projects
Sentiment analysis has become a critical area of research in Natural Language Processing (NLP), enabling insights from unstructured text. Within this field, Aspect-Based Sentiment Analysis (ABSA) plays a practical role in domains such as healthcare, where patients drug reviews often contain diverse opinions across multiple aspects, including overall comments, perceived benefits, and side effects. However, aspect-level classification remains challenging due to class imbalance, subtle sentiment expression, and the limitations of traditional models. This research investigates the performance of three modeling paradigms: traditional machine learning (SVM, SVC, and XGBoost), deep learning (CNN-BiLSTM), and transformer-based approaches (DistilBERT sentence-pair classification). Using the UCI …
Leveraging Machine Learning & Deep Learning Methodologies To Detect Deepfakes, Aniruddha Tiwari
Leveraging Machine Learning & Deep Learning Methodologies To Detect Deepfakes, Aniruddha Tiwari
All Graduate Theses, Dissertations, and Other Capstone Projects
The rapid evolution of deep learning (DL) and machine learning (ML) techniques has facilitated the rise of highly convincing synthetic media, commonly referred to as deepfakes. These manipulative media artifacts, generated through advanced artificial intelligence algorithms, pose significant challenges in distinguishing them from authentic content. Given their potential to be disseminated widely across various online platforms, the imperative for robust detection methodologies becomes apparent. Accordingly, this study explores the efficacy of existing ML/DL-based approaches and aims to compare which type of methodology performs better in identifying deepfake content. In response to the escalating threat posed by deepfakes, previous research efforts …
A Deep Learning Model For Early Diagnosis Of Systemic Lupus Erythematosus From Facial Images, Shourav Bikash Dey
A Deep Learning Model For Early Diagnosis Of Systemic Lupus Erythematosus From Facial Images, Shourav Bikash Dey
All Graduate Theses, Dissertations, and Other Capstone Projects
Systemic Lupus Erythematosus (SLE) poses significant challenges due to its complex and varied symptoms making diagnosis extremely challenging and time consuming. Symptoms of SLE often mimics other autoimmune or physical conditions and around 5 million people worldwide suffers from this condition, as reported by the Lupus Foundation of America during their study in 2019. However, diagnosis is much more difficult in developing countries with backdated clinical technology and setup therefore, making it virtually unknown the exact number of SLE patient count worldwide. Among all the heterogeneous symptoms presented by SLE, Butterfly Malar Rash (BMR) is one of the symptoms that …
Comparative Analysis Of Data Augmentation On Sentiment Analysis In Three Distinct Languages, Hyesu Lee
Comparative Analysis Of Data Augmentation On Sentiment Analysis In Three Distinct Languages, Hyesu Lee
All Graduate Theses, Dissertations, and Other Capstone Projects
Machine learning in natural language processing analyzes datasets to make future predictions for various filed in the real world. By training machine algorithms on the datasets of text, the model can learn patterns and structure of the text in many different languages. Then the model enables to perform the text classification, sentiment analysis, and other tasks. A large and balanced dataset is required to develop an accurate machine learning model. However, the collection of a reliable, large, and equally distributed dataset is a challenging and requires significant resources and time. As a solution to this challenge, a data augmentation technique …
Machine Learning-Based Analysis Of Dna Methylation Patterns In E.Lenta, Tsion Tsegaye Sherbeza
Machine Learning-Based Analysis Of Dna Methylation Patterns In E.Lenta, Tsion Tsegaye Sherbeza
All Graduate Theses, Dissertations, and Other Capstone Projects
Methylation patterns in bacterial genomes, such as those found in Eggerthella lenta, take roles in mediating microbial interactions with their environment, host, and external stressors. These patterns are formed by DNA methylation with diverse sequence specificities that provide insights into the DNA sequence regulation and defense against bacteriophages. We utilize computational approaches and machine learning models to identify and analyze 5mC and 6mA methylation motifs in E. lenta genomes. By integrating host characteristics such as age, birth country, gender, and medication history, we explore 1) the predictive relationships between 5mC & 6mA methylation types in E. lenta strains and …
Intelligent Traffic Management Systems, Mohammad Mazhar
Intelligent Traffic Management Systems, Mohammad Mazhar
All Graduate Theses, Dissertations, and Other Capstone Projects
With the increase in population and in particular urban population. The traffic and travel times in between cities and inside cities has increased due to more and more people using private means of transportation. Due to this need arose for tackling the increase in traffic by managing it using various means. For this we look towards The Intelligent Traffic Management System (ITMS). ITMS is an AI-powered solution designed to optimize traffic flow, reduce congestion, and improve overall road safety. The system will monitor real-time traffic data using a combination of cameras and sensors, identify traffic jams, and send alerts to …
Developing A Snow Detection Algorithm Using Spatial Attention For Pedestrian Safety, Ricardo De Deijn
Developing A Snow Detection Algorithm Using Spatial Attention For Pedestrian Safety, Ricardo De Deijn
All Graduate Theses, Dissertations, and Other Capstone Projects
SNOW-COVERED SIDEWALKS POSE SIGNIFICANT SAFETY HAZARDS, ESPECIALLY FOR VULNERABLE POPULATIONS SUCH AS THE ELDERLY AND VISUALLY IMPAIRED. THE DEVELOPMENT OF EFFECTIVE SNOW DETECTION SYSTEMS IS CRUCIAL FOR ENHANCING PEDESTRIAN SAFETY. THIS RESEARCH AIMS TO ADDRESS THESE CHALLENGES BY DEVELOPING A SNOW DETECTION ALGORITHM SPECIFICALLY DESIGNED FOR SIDEWALKS. THE PROPOSED ALGORITHM USES A CONVOLUTIONAL NEURAL NETWORK (CNN) ARCHITECTURE INCORPORATING A 2-DIMENSIONAL SPATIAL ATTENTION MECHANISM TO FOCUS ON RELEVANT FEATURES IN IMAGES, IMPROVING SNOW DETECTION ACCURACY. DUE TO THE SEASONAL AND GEOGRAPHIC LIMITATIONS OF SNOW DATA COLLECTION, SYNTHETIC DATA GENERATION USING INVERSE DIFFUSION MODELS WAS EMPLOYED TO AUGMENT THE REAL-WORLD DATASET. ALTHOUGH …
Metaheuristics For White-Box Path Attraction Attacks In Hidden Markov Models, Brandon Koch
Metaheuristics For White-Box Path Attraction Attacks In Hidden Markov Models, Brandon Koch
All Graduate Theses, Dissertations, and Other Capstone Projects
Hidden Markov Models (HMMs) play a pivotal role in fields such as speech recognition, spam detection, and autonomous vehicles, where reliable predictive capabilities are essential. However, the rapid adoption of HMMs has heightened their susceptibility to adversarial attacks. This research investigates inherent weaknesses in traditional HMMs by examining how adversarial manipulation of observable data impacts model performance. We address three core questions: How does varying HMM parameters influence a path attraction problem? Which metaheuristic methods most effectively optimize these attacks in a white-box scenario? What key vulnerabilities emerge in HMMs under adversarial manipulation? To explore these questions, we design HMMs …
Detecting Overlapping Gene Regions Using The U-Net Attention Mechanism, Samuel Lemma
Detecting Overlapping Gene Regions Using The U-Net Attention Mechanism, Samuel Lemma
All Graduate Theses, Dissertations, and Other Capstone Projects
The current issue of locating, diagnosing, and treating cancer and other diseases linked to specific target genes necessitates the creation of a reliable system for precisely identifying target genes that are initially extracted from a human chromosome. Current methodologies often suffer from overlapping gene regions in the target gene that occurs during the analysis process, which can have a substantial impact on the accuracy of the results. Our recommended approach, which was the appropriate model to apply for this particular problem, is set to enhance the analytical process by utilizing neural networks' U-Net with an attention mechanism. We were able …
Unlocking User Identity: A Study On Mouse Dynamics In Dual Gaming Environments For Continuous Authentication, Marcho Setiawan Handoko
Unlocking User Identity: A Study On Mouse Dynamics In Dual Gaming Environments For Continuous Authentication, Marcho Setiawan Handoko
All Graduate Theses, Dissertations, and Other Capstone Projects
With the surge in information management technology reliance and the looming presence of cyber threats, user authentication has become paramount in computer security. Traditional static or one-time authentication has its limitations, prompting the emergence of continuous authentication as a frontline approach for enhanced security. Continuous authentication taps into behavior-based metrics for ongoing user identity validation, predominantly utilizing machine learning techniques to continually model user behaviors. This study elucidates the potential of mouse movement dynamics as a key metric for continuous authentication. By examining mouse movement patterns across two contrasting gaming scenarios - the high-intensity "Team Fortress" and the low-intensity strategic …
Making Data-Driven Decisions For Investing In Restaurant Business: A Case Study Based On Zomato Dataset, Rachna Shah
Making Data-Driven Decisions For Investing In Restaurant Business: A Case Study Based On Zomato Dataset, Rachna Shah
All Graduate Theses, Dissertations, and Other Capstone Projects
In today’s fast-paced world, where time is a precious commodity, the ability to order a wide array of cuisines from the comfort of your home or office impacts your quality of life. With an increasing number of food delivery services, with just a few taps on the smartphone or clicks on the computer, we can enjoy the food we want. The importance of this convenience cannot be overstated, as it allows people to save time and effort that would otherwise be spent on cooking, grocery shopping, or dining out. As the food delivery system grows and develops, its economic framework …
Proposed Data Governance Framework For Small And Medium Scale Enterprises (Smes), Rejoice Okoro
Proposed Data Governance Framework For Small And Medium Scale Enterprises (Smes), Rejoice Okoro
All Graduate Theses, Dissertations, and Other Capstone Projects
Data governance is not a one size fits all, instead, it should be an evolutionary process that can be started small and measurable along the way. This research aims at proposing a data governance framework by ensuring data management processes, data security and control are compliant with laws and policies. This article also presents the first results of a comparative analysis between three data privacy laws and outlines five components which together form a data governance framework for SMEs. The data governance model documents data quality roles and their type of interaction with data quality management activities exploring how data …
Assessing And Forecasting Chlorophyll Abundances In Minnesota Lake Using Remote Sensing And Statistical Approaches, Ben Von Korff
Assessing And Forecasting Chlorophyll Abundances In Minnesota Lake Using Remote Sensing And Statistical Approaches, Ben Von Korff
All Graduate Theses, Dissertations, and Other Capstone Projects
Harmful algae blooms (HABs) can negatively impact water quality, lake aesthetics, and can harm human and animal health. However, monitoring for HABs is rare in Minnesota. Detecting blooms which can vary spatially and may only be present briefly is challenging, so expanding monitoring in Minnesota would require the use of new and cost efficient technologies. Unmanned aerial vehicles (UAVs) were used for bloom mapping using RGB and near-infrared imagery. Real time monitoring was conducted in Bass Lake, in Faribault County, MN using trail cameras. Time series forecasting was conducted with high frequency chlorophyll-a data from a water quality sonde. Normalized …