Open Access. Powered by Scholars. Published by Universities.®

Computer Sciences Commons

Open Access. Powered by Scholars. Published by Universities.®

2025

Discipline
Institution
Keyword
Publication
Publication Type
File Type

Articles 301 - 330 of 3495

Full-Text Articles in Computer Sciences

Integrated Log Spectrogram Convolutional Neural Network (Ils-Cnn) For Robust Spoken Digit Recognition, Awais Ahmed Nov 2025

Integrated Log Spectrogram Convolutional Neural Network (Ils-Cnn) For Robust Spoken Digit Recognition, Awais Ahmed

Turkish Journal of Electrical Engineering and Computer Sciences

Spoken digit recognition (SDR), a type of supervised automatic speech recognition, is essential for various human-machine interaction applications, including banking operations, dialing systems, price extraction, and airline reservation systems. However, designing an effective SDR system presents several challenges, such as developing labeled audio data, selecting appropriate feature extraction methods, and creating high-performance models. To overcome these challenges, a novel approach for robust spoken digit recognition using an integrated log spectrogram convolutional neural network (ILS-CNN) has been proposed. The proposed work presents an efficient SDR method by taking advantage of a log spectrogram layer directly within the neural network to enhance …


Railway Track Condition Monitoring Based On Sensor Data And Artificial Neural Networks, Ivan Kots, Alina Isaeva, Mark Denisenko, Alexander Sinyukin, Andrey Kovalev Nov 2025

Railway Track Condition Monitoring Based On Sensor Data And Artificial Neural Networks, Ivan Kots, Alina Isaeva, Mark Denisenko, Alexander Sinyukin, Andrey Kovalev

Turkish Journal of Electrical Engineering and Computer Sciences

Monitoring the condition of engineering objects is one of the urgent tasks of industry, construction, and transport infrastructure. This article describes a system for condition monitoring and diagnostics of rail tracks in real time. Compared with other similar studies, the proposed system has the advantages of compactness, usability, scalability and versatility of application. The proposed monitoring system is based on an Nvidia Jetson Nano embedded computing board and also includes inertial sensor modules, a microphone, a geolocation module, communication modules, an SSD storage device, and a battery. The prototype of the diagnostic module is a portable device that can be …


Modeling And Simulation Of Dynamic Energy Management Systems For Smart Buildings, Onur Özel, Ali̇ Rifat Boynueğri̇, Hayri̇ Yi̇ği̇t, Burak Tekgün Nov 2025

Modeling And Simulation Of Dynamic Energy Management Systems For Smart Buildings, Onur Özel, Ali̇ Rifat Boynueğri̇, Hayri̇ Yi̇ği̇t, Burak Tekgün

Turkish Journal of Electrical Engineering and Computer Sciences

This study presents a dynamic energy management system tailored for smart residential buildings, integrating thermal and electrical models to achieve both natural gas and electricity bill cost reduction. By harnessing wind and solar energy sources, the system aims to meet the diverse energy needs of modern homes. Through load shifting and thermal storage strategies, known as power-to-heat (P2H) approaches, the system ensures efficient renewable energy utilization while maintaining resident comfort. Validation of the proposed system was conducted using real-world data from the Yıldız Technical University Smart Home Laboratory, demonstrating its practical applicability and effectiveness. Results indicate significant reductions in both …


Grey Wolf Optimization Of Pi Controller For Power Management In Wind Farms: A Novel Approach, Anis Feddaoui, Lotfi Farah, Abdelouahab Benretem, Mohammed Abdeldjalil Djehaf Nov 2025

Grey Wolf Optimization Of Pi Controller For Power Management In Wind Farms: A Novel Approach, Anis Feddaoui, Lotfi Farah, Abdelouahab Benretem, Mohammed Abdeldjalil Djehaf

Turkish Journal of Electrical Engineering and Computer Sciences

This study proposes a novel power management strategy for wind farms using a grey wolf optimization (GWO)-based PI controller. The method aims to enhance active and reactive power control in systems employing dou bly fed induction generators. Three control strategies are evaluated—namely, a classical frequency-domain PI controller, an Artificial Neural Network (ANN)-based controller, and the proposed GWO-based PI controller—the last of which represents the main contribution. The classical PI and ANN controllers are included strictly for comparative bench marking. MATLAB simulations demonstrate that the GWO-beased PI controller offers superior dynamic performance, particularly in settling time and overshoot reduction. A power …


Fpga-Based Takagi-Sugeno Fuzzy Controller For Quadrotor Uav Stabilization And Trajectory Tracking, Hocine Khati, Mohamed Amine Nehmar, Arezki Fekik, Mohand Achour Touat, Hand Talem, Rabah Mellah Nov 2025

Fpga-Based Takagi-Sugeno Fuzzy Controller For Quadrotor Uav Stabilization And Trajectory Tracking, Hocine Khati, Mohamed Amine Nehmar, Arezki Fekik, Mohand Achour Touat, Hand Talem, Rabah Mellah

Turkish Journal of Electrical Engineering and Computer Sciences

This study presents the implementation of a fuzzy logic–based control system on a field-programmable gate array (FPGA) for a quadrotor autonomous aerial vehicle (UAV). The objective is to design and integrate six Takagi–Sugeno fuzzy controllers to regulate roll, pitch, and yaw angles, along with longitudinal, latitudinal, and altitude movements, thereby stabilizing the UAV and enabling it to follow a desired trajectory. Due to the computational complexity of the six controllers, achieving the desired performance requires considerable processing time, which can adversely affect the quadrotor’s mission. Owing to their high processing power and operating frequency, FPGAs enable the control algorithm to …


Gc-0258 Safecircle:​ Ai And Micro-Radar-Based Remote Monitoring For Patients With Ad/Adrd​, Awan-Ur- Rahman, Soarov Borty, Shakib Quddus Nov 2025

Gc-0258 Safecircle:​ Ai And Micro-Radar-Based Remote Monitoring For Patients With Ad/Adrd​, Awan-Ur- Rahman, Soarov Borty, Shakib Quddus

C-Day Computing Showcase

Alzheimer's disease and related dementias (AD/ADRD) is an irreversible and degenerative neurological condition that severely impacts neurons, resulting in cognitive decline and memory loss. This study explores a mHealth system, including a SafeCircle iOS prototype, a novel solution that combines artificial intelligence with cutting-edge micro-radar technology. The platform offers a variety of features, including management of patient and caregiver profiles, real-time alerts in case of emergencies, emergency contact lists, one-touch SOS support, sharing of live locations, and recording of unusual events in video. It is a responsive and reliable care assistant that optimizes patient safety while reducing caregiver burden.


Grm-0267 Learned Heuristics For Efficient A* Search: Improving Pathfinding In Combinatorial Pathfinding Problems, Jamia Jackson Nov 2025

Grm-0267 Learned Heuristics For Efficient A* Search: Improving Pathfinding In Combinatorial Pathfinding Problems, Jamia Jackson

C-Day Computing Showcase

This work proposes a learned heuristic framework designed to improve planning efficiency in deterministic pathfinding tasks. Building on the classic 8-puzzle as an initial test domain, supervised models were trained to approximate heuristic values and guide node ordering during A* search. The proposed approach focuses on modifying and enhancing traditional heuristics such as Manhattan distance by incorporating learned corrections that reduce search depth and node expansions. Experimental results show that the learned heuristic consistently improves search efficiency over standard baselines. Although this evaluation began with the 8-puzzle, the framework establishes a foundation for scaling to significantly larger and more practical …


Grp-0200 Tadps: Thrashing-Aware Dynamic Priority Scheduler For Virtual Memory Systems, Nasim Ahmed Nov 2025

Grp-0200 Tadps: Thrashing-Aware Dynamic Priority Scheduler For Virtual Memory Systems, Nasim Ahmed

C-Day Computing Showcase

Modern operating systems use multiprogramming and virtual memory to run multiple programs efficiently. When memory demand is high, excessive page swapping causes thrashing, degrading performance. This work introduces a thrashing-aware dynamic priority scheduler (TADPS) that uses page fault frequency to guide CPU scheduling. Processes with high page faults get lower priority, allowing others to progress efficiently. Tests under different memory pressures show that this approach improves CPU use, throughput, and stability compared with baseline schedulers such as FCFS and RR. Specifically, TADPS maintained superior throughput and efficiency, and consistently lower average turnaround time than FCFS and RR.


Grp-0197 Evaluating The Ability Of Llms To Interpret, Optimize And Translate Llvm Ir, Reuven Mueller Nov 2025

Grp-0197 Evaluating The Ability Of Llms To Interpret, Optimize And Translate Llvm Ir, Reuven Mueller

C-Day Computing Showcase

This study investigates whether modern state-of-the-art Large Language Models (LLMs) can interpret, optimize, and translate low-level intermediate representations (IR) used in compilers and binary translation software. We evaluate LLM performance on LLVM IR across three tasks: 1) interpreting the underlying algorithmic behavior, 2) identifying missed optimization opportunities, and generating improved IR variants, 3) Translating IR between AArch64 and x86-64 targets. To ensure correctness, all LLM generated IR is checked using a validation pipeline that verifies its syntax, structural correctness, compiles it into machine code, and executes it on randomized test data. Early results show that LLMs can perform non-trivial IR …


Grp-0176 A Comparative Analysis Of Traditional Virtual Machines And Micro Virtual Machines, Tasnim Akter Onisha Nov 2025

Grp-0176 A Comparative Analysis Of Traditional Virtual Machines And Micro Virtual Machines, Tasnim Akter Onisha

C-Day Computing Showcase

Virtualization technologies form the backbone of modern cloud and serverless platforms, but the balance between performance efficiency and strong isolation remains a key research challenge. Using a comparative literature based methodology, benchmark data from empirical studies are synthesized and normalized across four metrics: startup latency, memory footprint, isolation strength, and scalability. The findings show that traditional VMs such as KVM and Xen provide robust, formally verified isolation but incur higher boot times and memory usage, whereas Micro VMs like Firecracker and Kata Containers achieve lower latency (often < 125 ms) and smaller memory footprints (5–30 MB) while preserving VM-level isolation. Overall, Micro VMs deliver near container responsiveness with VM-grade security, making them suited for serverless and edge environments. As a future direction, this study highlights the need for scalable, formally verified Micro VM architectures for next-generation cloud systems.


Grp-0165 Reinforcement Learning For Latency-Aware Priority Boosting In Linux Completely Fair Scheduler, Joseph Natter Nov 2025

Grp-0165 Reinforcement Learning For Latency-Aware Priority Boosting In Linux Completely Fair Scheduler, Joseph Natter

C-Day Computing Showcase

Tail latency remains a persistent challenge in Linux’s Completely Fair Scheduler (CFS), particularly when short, latency-sensitive jobs compete with longer ones. Traditional boosting heuristics improve tail latency but require manual tuning and generalize poorly across workloads. This project evaluates whether a reinforcement-learning (RL) controller can dynamically apply priority boosts more effectively than fixed heuristics. Using a discrete-event Python simulator modeled after CFS, this project compares baseline CFS, heuristic boosting, and PPO-based learned boosting under mixed workloads. Results show that while heuristics achieve the lowest absolute latency, RL achieves competitive tail-latency reduction with significantly better fairness and adaptability. A state-space study …


Grp-0161 Predicting The Linux Scheduler’S Next Move With Transformers, Amirmohammad Naddaf Shargh Nov 2025

Grp-0161 Predicting The Linux Scheduler’S Next Move With Transformers, Amirmohammad Naddaf Shargh

C-Day Computing Showcase

We study whether deep learning can help the Linux CFS, which makes fair scheduling decisions without using historical behavior and may preempt tasks that are near completion. We adopt a dataset and baseline LSTM from earlier work and introduce a Transformer model to explore predictive scheduling. We train both on real scheduling traces to learn the next selected task and timing trends, and evaluate them using task classification accuracy and direction accuracy. Our results show that the LSTM remains the stronger baseline and captures CFS patterns more effectively than our Transformer model in this comparison under identical conditions for fairness.


Grp-0160 Quantum Anonymous Notification Protocol, Nitin Jha, Prateek Paudel Nov 2025

Grp-0160 Quantum Anonymous Notification Protocol, Nitin Jha, Prateek Paudel

C-Day Computing Showcase

The scalability of current quantum networks is limited due to noisy quantum components and high implementation costs, thereby limiting the security advantages that quantum networks provide over their classical counterparts. Quantum Augmented Networks (QuANets) address this by integrating quantum components in classical network infrastructure to improve robustness and end-to-end security. To enable such integration, Quantum Anonymous Notification (QAN) is a method to anonymously inform a receiver of an incoming quantum communication. Therefore, several quantum primitives will serve as core tools, namely, quantum voting, quantum anonymous protocols, quantum secret sharing, etc. However, all current quantum protocols can be compromised in the …


Grp-21187 Adaptive Sched_Deadline On Linux For Robotic-Arm Control, Zhiguo Liu Nov 2025

Grp-21187 Adaptive Sched_Deadline On Linux For Robotic-Arm Control, Zhiguo Liu

C-Day Computing Showcase

Industrial robot arms often run 500–1000 Hz control loops on general-purpose Linux. Most cycles are on time, but rare long scheduling delays can cause visible end-effector jitter, force spikes, and unstable insertion behavior. Static tuning of priorities and budgets cannot fully remove these long-tail outliers without wasting CPU. This work asks whether a lightweight adaptive layer on top of SCHED_DEADLINE can reduce high-percentile latency while keeping good utilization.


Grp-21186 A Safe Vision-Guided Robotic Injection Control Framework Based On Reinforcement Learning, Zhiguo Liu Nov 2025

Grp-21186 A Safe Vision-Guided Robotic Injection Control Framework Based On Reinforcement Learning, Zhiguo Liu

C-Day Computing Showcase

This project presents a modular vision-guided robotic framework for safe deltoid intramuscular injection. An external YOLO-based detector localizes the deltoid region and outputs a 3D injection point in the robot base frame. In NVIDIA Isaac Sim, a simulated myCobot 280 arm receives this point, and a deep reinforcement learning policy generates a safe approach pose under kinematic and safety constraints, while a deterministic controller executes the final straight-line insertion and withdrawal. A safety supervisor monitors target validity, joint limits and distance to a simplified arm model, triggering immediate stop and retraction when unsafe conditions arise.


Grp-21156 Detecting Dealer Gamma Hedging Mechanics: How Llms Identify Market Structure Without Context, Christopher Regan Nov 2025

Grp-21156 Detecting Dealer Gamma Hedging Mechanics: How Llms Identify Market Structure Without Context, Christopher Regan

C-Day Computing Showcase

We introduce obfuscation testing, a novel methodology for validating whether large language models detect structural market patterns through causal reasoning rather than temporal association. Testing three dealer hedging constraint patterns (gamma positioning, stock pinning, 0DTE hedging) on 242 trading days (95.6% coverage) of S&P 500 options data, we find LLMs achieve 71.5% detection rate using unbiased prompts that provide only raw gamma exposure values without regime labels or temporal context. The WHO→WHOM→WHAT causal framework forces models to identify the economic actors (dealers), affected parties (directional traders), and structural mechanisms (forced hedging) underlying observed market dynamics. Critically, detection accuracy (91.2%) remains …


Grp-21155 Autotrader-Agentedge, Christopher Regan Nov 2025

Grp-21155 Autotrader-Agentedge, Christopher Regan

C-Day Computing Showcase

This work presents AutoTrader-AgentEdge, a human-in-loop trading system that positions AI agents as collaborative partners rather than autonomous replacements. We demonstrate that multi-indicator consensus voting combined with human approval achieves superior risk-adjusted returns while maintaining interpretability and control. Core Contribution: A production-ready VoterAgent implementing democratic voting between MACD momentum and RSI extremes, generating transparent trading signals for human evaluation. Unlike black-box automation, our interactive CLI augments trader expertise through interpretable consensus logic. The human retains final decision authority at all critical junctures. Validated Performance: Empirical validation demonstrates multi-indicator voting superiority over single-indicator automation: Sharpe ratio 0.856 vs 0.841, max drawdown …


Grp-20236 Zero-Day Host-Based Intrusion Detection Via Hybrid Deep Sequence Modeling Of Systemcalls​ ​, Syeda Umme Salma Nov 2025

Grp-20236 Zero-Day Host-Based Intrusion Detection Via Hybrid Deep Sequence Modeling Of Systemcalls​ ​, Syeda Umme Salma

C-Day Computing Showcase

Protecting endpoints has become increasingly challenging, as adversaries have been effective in bypassing defenses. Traditional signature-based Host-based IDS performs quite well at recognizing known patterns but often struggles with previously unseen activity. This study incorporates deep neural sequence modeling with classic OS telemetry to flag novel behavior from Linux system-cell traces. This study design is paired with a sequence encoder over syscall streams, incorporating lightweight statistical signals that are derived from process activity. We believe that our hybrid neural network approach will outperform conventional baselines and boost recall on unknown attacks while maintaining low false-positive rates, providing a practical and …


Grp-20219 Continuous Monitoring Of Cardiovascular Risk From Smartwatch Data Using A Knowledge Distillation Framework, Nursat Jahan Nov 2025

Grp-20219 Continuous Monitoring Of Cardiovascular Risk From Smartwatch Data Using A Knowledge Distillation Framework, Nursat Jahan

C-Day Computing Showcase

Cardiovascular Disease (CVD) is one of the leading causes of global health concern, but current risk assessments are limited to episodic clinical visits. Most machine learning (ML) models trained on clinical data offer high accuracy but are not practical for continuous monitoring. Smartwatch-based wearables provide continuous real-time physiological data but lack clinical validation for robust risk prediction outside the clinical setting. To bridge this gap, we proposed a novel teacher-student knowledge distillation framework that transfers knowledge of complex and large EHR datasets to a small Fitbit smartwatch dataset-based prediction model. The student model achieves promising accuracy, identifying all types of …


Grp-20194 Can Mental Health Apps Really Help Caregivers? Usability Findings From Human-In-The-Loop Nlp And Sentiment-Aware Analytics​, Syeda Umme Salma Nov 2025

Grp-20194 Can Mental Health Apps Really Help Caregivers? Usability Findings From Human-In-The-Loop Nlp And Sentiment-Aware Analytics​, Syeda Umme Salma

C-Day Computing Showcase

Caregivers face distinctive emotional and logistical burdens, yet many mental-health apps overlook their needs and show usability issues. We introduce an automated pipeline that analyzes 317K app-store reviews from 9 apps, mapping them to Nielsen’s usability components and heuristics, together with sentiment. To assess reliability, we run a human–AI agreement study (N=50) where a domain expert (A2) and a non- expert (A1) label reviews. For heuristics, the pipeline achieves 66% exact agreement and moderate κ=0.579 with the expert, outperforming human–human agreement; components remain harder, revealing a need to refine the codebook (e.g., learnability vs satisfaction). Complementary clustering and sentiment analyses …


Grp-20185 Energy-Aware Operating Systems For Edge Artificial Intelligence Inference, Nursat Jahan Nov 2025

Grp-20185 Energy-Aware Operating Systems For Edge Artificial Intelligence Inference, Nursat Jahan

C-Day Computing Showcase

Edge Artificial Intelligence (AI) refers to running AI inference directly on local devices such as wearables, sensors, and mobile systems rather than relying on cloud computing. The growth of Edge AI has created strong demand for efficient inference on resource-limited devices. Edge AI devices must perform real-time inference while operating under strict battery constraints. Although significant model optimizations exist for managing power-intensive inference models, operating system (OS) level support is limited. Existing OS schedulers often neglect energy limits in edge devices as they prioritize fairness or throughput. In this research we proposed an OS level framework to bridge this gap …


Grp-1265 Optimizing Cpu Scheduling For Deep Learning And Llm Inference Using Onnx Runtime, Mohammod Akib Khan Nov 2025

Grp-1265 Optimizing Cpu Scheduling For Deep Learning And Llm Inference Using Onnx Runtime, Mohammod Akib Khan

C-Day Computing Showcase

Modern applications rely on AI models that must perform real-time predictions on resource-constrained edge devices like laptops. The default OS scheduler often increases context switching, which slows down deep learning and LLM inference. Since these models depend heavily on parallel processing, efficient CPU scheduling becomes essential. In this project, we analyzed how core pinning and thread-level parallelism improve inference performance on a Windows system. Using multiple micro-batch sizes. We compare latency, throughput, and per-sample inference time. The goal is to show how simple OS-level optimization can significantly improve real-time performance for both deep learning models and LLM.


Grp-1231 Evaluating Generalization And Adaptation Of Learning-Based Schedulers For Directed Acyclic Graph Workloads, Rabia Rabia Nov 2025

Grp-1231 Evaluating Generalization And Adaptation Of Learning-Based Schedulers For Directed Acyclic Graph Workloads, Rabia Rabia

C-Day Computing Showcase

Learning-based schedulers such as Decima can optimize directed acyclic graph (DAG) workloads, yet their robustness under changing workload conditions is not well understood. This project evaluates how a Decima-trained policy transfers across different workload scenarios using an automated training and testing pipeline. Results show that the scheduler generalizes well to a workload with the same job scale, achieving a 1.9% improvement in average job completion time. Performance remains stable under a larger workload, but a shift in arrival pattern leads to an 83.7% increase in completion time and reduced fairness. These findings highlight both the potential and the limitations of …


Grp-1230 Environmental Protection: Development Of A Real-Time Multi-Stream Water Quality Monitoring System, Faruk Muritala Nov 2025

Grp-1230 Environmental Protection: Development Of A Real-Time Multi-Stream Water Quality Monitoring System, Faruk Muritala

C-Day Computing Showcase

Water quality monitoring is crucial for environmental protection, public health, and ecosystem sustainability. With increasing pressures from urbanization, agricultural runoff, and climate change, robust data-driven approaches are essential for early detection of water quality degradation and informed decision-making in environmental conservation efforts. Current water quality monitoring relies on reactive threshold exceedances, failing to detect gradual degradation and multi-parameter deterioration patterns. This creates delayed response to pollution events and missed opportunities for preventive intervention in one of Queensland's most vital water systems. The importance objective is to implement and evaluate a Real-Time Multi-Stream Monitoring system for early detection of water quality …


Grp-1203 Market-Driven Endurance Credits For Page Retention (Mecr) In Hybrid Dram–Nvm Systems, A E M Ridwan Nov 2025

Grp-1203 Market-Driven Endurance Credits For Page Retention (Mecr) In Hybrid Dram–Nvm Systems, A E M Ridwan

C-Day Computing Showcase

This work proposes MECR, a lightweight market-driven page-retention model for hybrid DRAM–NVM memory systems. MECR integrates a contextual bandit learner with endurance-aware credit bidding to optimize hit rate, fairness, and NVM lifetime. A deep verification layer ensures safe eviction decisions under wear-sensitive workloads. Experimental evaluation using synthetic memory traces shows stable accuracy, improved fairness, and adaptive DRAM allocation.


Grp-1190 Hybrid Virtualization Performance Modeling Using Monte Carlo Simulation, Amatul Akhi Nov 2025

Grp-1190 Hybrid Virtualization Performance Modeling Using Monte Carlo Simulation, Amatul Akhi

C-Day Computing Showcase

This project presents a performance analysis of virtualization, containerization, and hybrid container-in-VM architectures in modern operating systems. Virtual machines provide strong isolation and system stability but incur higher CPU, memory, and startup costs. Containers offer lightweight and fast execution but rely on weaker isolation. To evaluate a balanced alternative, performance data was extracted from recent research and modeled using a Monte Carlo simulation with 1,000 randomized workloads. A unified Hybrid Efficiency Score (HES) was introduced to compare systems consistently, weighting efficiency at 70% and isolation at 30%. Simulation results demonstrate that hybrid systems achieve the highest efficiency–isolation balance, with an …


Grp-1184 Edge-Llm Anomaly Detection On Raspberry Pi: Syscall Dataset Collection And Prototype Llm Explanation Layer, Shiva Shrestha, Shiva Shrestha Nov 2025

Grp-1184 Edge-Llm Anomaly Detection On Raspberry Pi: Syscall Dataset Collection And Prototype Llm Explanation Layer, Shiva Shrestha, Shiva Shrestha

C-Day Computing Showcase

This research work offers a light-weight, end-to-end, syscall-level anomaly detection approach for the Raspberry Pi platform. The proposal involves the collection of around 2000 NORMAL and 200 ANOMALY syscall observation groups using the Linux Auditd safe synthetic generators. The work also utilizes a prototype LLM Explanation Layer, allowing the provision of human-friendly explanations pertaining to identified anomalies leveraging small LLM models like the Gemma-3 1B, Phi-3 Mini, or other sub 1B LLMs employing the Ollama platform. The LLM inference layer in this research work has partial implementations, as the fine-tuning of the model remains to be done.


Grp-1141 Decentralized Scheduling And Memory Management In A Simulated Multikernel Os Environment, Md Jahirul Islam Nov 2025

Grp-1141 Decentralized Scheduling And Memory Management In A Simulated Multikernel Os Environment, Md Jahirul Islam

C-Day Computing Showcase

Multikernel operating systems treat each processor core as an independent computing node rather than shared memory. This experiments presents the design and implementation of a multikernel OS simulator that models both decentralized and global scheduling architectures across multiple simulated cores. Each core executes tasks using either Round Robin (RR) or Shortest Job First (SJF) scheduling. The simulator incorporates memory management, task tracking, visualization, generating performance metrics including turnaround time, waiting time, CPU utilization, and heatmap. Experimental results demonstrate that scheduler architecture significantly influences system performance. Decentralized scheduling favors RR where in global scheduling SJF performs better through balanced workload distribution.


Uc-1152 Sustainsync, Youssef El-Shaer, Zaid Khan Nov 2025

Uc-1152 Sustainsync, Youssef El-Shaer, Zaid Khan

C-Day Computing Showcase

Sustain Sync investigates how organizations can standardize sustainability tracking and how AI can convert that data into actionable insights. The platform normalizes utility data into a consistent schema aligned with industry frameworks. It applies machine learning forecasting and a retrieval-augmented co-benefit engine to relate sustainability goals across domains such as CO₂, water, and biodiversity. Through a simple dashboard, Sustain Sync demonstrates an end-to-end data-driven approach for goal tracking, trend analysis, and AI-driven sustainability recommendations for an organization.


Ur-0227 Compilation Of Binary Neurons To Obdds, Aidan Boyce Nov 2025

Ur-0227 Compilation Of Binary Neurons To Obdds, Aidan Boyce

C-Day Computing Showcase

A neuron with binary inputs & outputs corresponds to a Boolean function. To explain and verify the behavior a neuron (and by extension, a neural network), we can explain and verify its Boolean function. There has been recent interest in representing the Boolean function of such a neuron as an Ordered Binary Decision Diagram (OBDD), which facilitates such analyses. We propose an algorithm for compiling a binary neuron into an OBDD using a compiler that decomposes a Boolean function into a decision graph. We augment this compiler so that it outputs an OBDD instead. Our augmented compiler produces intermediate OBDDs …