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

Other Computer Engineering Commons™

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

San Jose State University

Discipline
Keyword
Publication Year
Publication
Publication Type

Articles 91 - 120 of 255

Full-Text Articles in Other Computer Engineering

Opinion Graphs Construction For Reviews Using Transfer Learning And Large Language Models, Yichen Lin Jan 2024

Opinion Graphs Construction For Reviews Using Transfer Learning And Large Language Models, Yichen Lin

Master's Projects

With the rapid development of the Internet, reading online reviews before making a purchase, booking a hotel, or making a restaurant reservation has become a part of daily life. Customers often consider reviews as crucial supplementary information before making decisions on how to spend their money. However, reading many reviews to gain helpful information takes time and effort. This project proposes a new method OpinionGraphGenerator that aims to create opinion graphs from hotel reviews to reduce the high volume of text in reviews while preserving essential insights. In an opinion graph, vertices are semantically similar opinions, where each opinion consists …


Gesture Recognition Dynamics: Unveiling Video Patterns With Deep Learning, Nithish Reddy Agumamidi Jan 2024

Gesture Recognition Dynamics: Unveiling Video Patterns With Deep Learning, Nithish Reddy Agumamidi

Master's Projects

This paper, Gesture Recognition Dynamics: Revealing Video Patterns with Deep Learning, explores the combination of Long Short-Term Memory(LSTM) with Convolutional Neural Network(CNN) in the identification of convoluted human activities. The study assesses LSTM’s capability to capture temporal dependencies and CNN’s potential to apprehend and extract spatial characteristics to detect the gestures from UCF50. It further evaluates the architecture linkage of LSTM and CNN, which will improve the analytical capacity to interpret and validate dynamic gesture trends. The paper utilizes Mediapipe, an open-source framework created by Google specifically designed for extracting poses. The Mediapipe tool is well-designed to track important body …


Gender Classification Through Postural Analysis: A Comparative Study Of 2d Images And 3d Reconstructions., Prathamesh Dixit Jan 2024

Gender Classification Through Postural Analysis: A Comparative Study Of 2d Images And 3d Reconstructions., Prathamesh Dixit

Master's Projects

In computer vision, gender classification has become a vital task having applications in human-computer interaction, healthcare, and surveillance. In this study, we look at a two-step approach based on human joint information for gender classification. In this research, we use convolutional neural networks (CNNs).

With Leeds Sports Pose (LSP) dataset, we use a C5 pre-trained model to map and extract joint information from 2D RGB images and after pre-processing and background removal, we use PiFUHD to transform these 2D images into 3D representations. Next, we train our models on RGB images and joint images for both 2D and 3D representations. …


Understanding Distracted Driving And Gaze Patterns In A Driving Simulator: Simple Vs. Complex Challenges, Rishi Prabhat Narayana Sannala Jan 2024

Understanding Distracted Driving And Gaze Patterns In A Driving Simulator: Simple Vs. Complex Challenges, Rishi Prabhat Narayana Sannala

Master's Projects

Distracted driving has grown in criticality over the recent years, given the numerous distractions that drivers face today, and which have further been magnified by the proliferation of in-vehicle technologies and mobile devices. Such distractions can seriously compromise a driver's ability to be fully focused on the road and to carry out timely responses and informed decisions that are key in minimizing the risks of a crash and maximizing road safety. The general aim of the research is to observe how simple versus complex distractors affect driving performance and gaze patterns. The eyetracker used is the Tobii Pro Fusion, synchronized …


An Empirical Analysis Of Adversarial Attacks In Federated Learning, Rohit Mapakshi Jan 2024

An Empirical Analysis Of Adversarial Attacks In Federated Learning, Rohit Mapakshi

Master's Projects

In this paper, we experimentally analyze the susceptibility of selected Federated Learning (FL) systems to the presence of adversarial clients. We find that temporal attacks significantly affect model performance in FL, especially when the adversaries are active throughout and during the ending rounds of the FL process. Machine Learning models like Multinominal Logistic Regression, Support Vector Classifier (SVC), Neural Network models like Multilayer Perceptron (MLP), Convolution Neural Network (CNN), Recurrent Neural Network (RNN), Long Short-Term Memory (LSTM) and tree-based machine learning models like Random Forest and XGBoost were considered. These results highlight the effectiveness of temporal attacks and the need …


Comparitive Analysis Of Time Series Forecasting Using Frequency Informed Dense Neural Networks And Lstm, Avinash Mangalore Suresh Jan 2024

Comparitive Analysis Of Time Series Forecasting Using Frequency Informed Dense Neural Networks And Lstm, Avinash Mangalore Suresh

Master's Projects

Time series forecasting influences our lives on a daily basis, being a versatile tool in various application areas like environmental studies, finance, medicine and much more. While there are many established statistical and deep learning approaches to model time series data, each implementation comes with their own set of drawbacks or areas of improvements. Most of the existing deep learning architectures and research have focused on modeling time series data in the time-domain exclusively. However training deep learning models in the time-domain has some drawbacks, mainly due to the inherent temporal dependence of each time-step on the time-steps before it, …


Personalizing Image Generation From Prompts Using Generative Ai, Mit Ramesh Jain Jan 2024

Personalizing Image Generation From Prompts Using Generative Ai, Mit Ramesh Jain

Master's Projects

The rapid advancements in Generative AI, particularly Text-to-Image (T2I) models, have opened up new possibilities for personalized image generation. Finetuning large T2I models for specific downstream tasks is a key approach to achieving tailored outputs. In recent years, Parameter-Efficient Fine-Tuning (PEFT) techniques have gained significant attention as a cost-effective and efficient solution for fine-tuning large models. Initially developed for fine-tuning large language models (LLMs), PEFT techniques have been extensively studied and compared in the context of language tasks. However, regarding the T2I domain, there is a lack of similarly exhaustive and detailed literature on PEFT. This research project, in the …


Load Balancing For Cloud-Based Applications, Nitish Ranjan Jan 2024

Load Balancing For Cloud-Based Applications, Nitish Ranjan

Master's Projects

Effective load balancing is critical in ensuring optimal resource utilization, reducing latency, and improving the overall performance of distributed systems. This report commences with a comprehensive literature review on existing load-balancing algorithms, examining their methodologies, strengths, and limitations within various computing environments, including cloud computing, data centers, and network traffic management. Despite significant advancements in this field, the dynamic nature of distributed systems, coupled with the ever-increasing demand for efficient data processing, poses ongoing challenges. In response, this study proposes a novel load-balancing algorithm to address these contemporary challenges. The approach leverages dynamic and hybrid load balancing, distinguishing it from …


Multimodal Techniques For Malware Classification, Jonathan Jiang Jan 2024

Multimodal Techniques For Malware Classification, Jonathan Jiang

Master's Projects

The threat of malware has remained a serious concern for computer networks and systems, highlighting the need for accurate classification techniques. This research adopted the structured nature of PE files incorporated with a multi-modal machinelearning approach, to classify malware types. Features extracted from the PE headers were used to train an LSTM model. Features extracted from the PE sections were used to train a CNN model. Probabilities produced from these two models were then concatenated and fed into an SVM classifier. This multi-modal approach demonstrated high accuracy by experimenting with and verifying the approach on a large and labeled dataset. …


An Attributed And Diverse Encoder-Decoder Processing Technique For Anomaly Detection., Kenneth Antony John Jan 2024

An Attributed And Diverse Encoder-Decoder Processing Technique For Anomaly Detection., Kenneth Antony John

Master's Projects

Attributed graphs are graphs that contain extra information about the attributes of nodes and edges. They can be used to model a plethora of real-world scenarios like social networks, bank transactions, and even academic citation data. Anomalies in such graphs can be irregularities or unusual patterns that are observed in the attributes or the structure of the graph. Anomaly detection in attributed networks is a crucial task, aiming to identify such anomalies. Existing methodologies use various deep learning techniques using graph neural networks, graph encoder-decoder architectures, and multi-layer perceptions. This study proposes a new approach to improve the existing methods …


Explainable Reinforcement Learning For Network Routing Optimization, Yu Xiu Jan 2024

Explainable Reinforcement Learning For Network Routing Optimization, Yu Xiu

Master's Projects

Software-defined Networking (SDN) provides a solution for configuring multiple network devices by offering a centralized controller architecture. Network routing is one of the most crucial problems in network configuration. In particular, the surging network traffic demands require efficient routing techniques to load balance communication links. In order to optimize the communication path’s utilization and reduce request blocking, this project utilizes Reinforcement Learning (RL) to decide the routes for given network requests. Furthermore, we adopt Explainable Reinforcement Learning (XRL) to explain the RL learning agent’s decision-making process to enhance the trustworthiness of our approach. In particular, we focus on Feature Importance …


Reinforcement Learning And Hidden Markov Models For Simulating And Analyzing Social Engineering Attacks., Bharkavi Sachithanandam Jan 2024

Reinforcement Learning And Hidden Markov Models For Simulating And Analyzing Social Engineering Attacks., Bharkavi Sachithanandam

Master's Projects

The advent of the internet has revolutionized communication and connectivity on a global scale. Now every computer is connected to the internet. Although this technological advancement has made human life easier, this has also led to an increase in sophisticated methods of exploitation. Social Engineering is such a prominent threat to the human community. Social engineering attackers manipulate the victim into giving away sensitive details. Understanding the dynamics of social engineering is crucial for developing measures to help individuals and organizations avoid falling prey to these deceptive tactics. Hence it is essential to understand the attackers. Thus gaining insight into …


Optimizing Web Design Code Generation: A Comparative Study Of Finetuning, Pretrained Models, And Rag (Retrieval Augmented Generation), Srinivas Rao Chavan Jan 2024

Optimizing Web Design Code Generation: A Comparative Study Of Finetuning, Pretrained Models, And Rag (Retrieval Augmented Generation), Srinivas Rao Chavan

Master's Projects

Website Creation is revolutionized by automated code generation, reducing the development effort, speeding the production process, and ensuring consistency in design. Automated web design code generation has emerged as a transformative tool bridging the gap between design and development. In this research, a website design tool is developed and used to create visual layouts, exporting them as JSON designs. These JSON outputs were then transformed into textual prompts, optimized using established HCI principles and UI/UX rules to ensure consistency, visual hierarchy, aesthetics and minimalistic design, accessibility, user-friendly navigation and flexibility. These generated prompts were fed into large language models for …


Deep-Learning Approaches To Predict Remaining Useful Life Of Hard Disks, Rohan Mohapatra Jan 2024

Deep-Learning Approaches To Predict Remaining Useful Life Of Hard Disks, Rohan Mohapatra

Master's Projects

On a daily basis, data centers process huge volumes of data using inexpensive hard disks. Data stored in these disks serve a range of critical functional needs from financial, and healthcare to aerospace. As such, premature disk failure and consequent loss of data can be catastrophic. To mitigate the risk of failures, cloud storage providers perform condition-based monitoring and replace hard disks before they fail. By estimating the remaining useful life (RUL) of hard disk drives, one can predict the time-to-failure of a particular device and replace it at the right time, ensuring maximum utilization whilst reducing operational costs. We …


Zookeeper Through The Ages: A Comparative Performance Analysis Of Evolutionary Versions, Ashish Khanchandani Jan 2024

Zookeeper Through The Ages: A Comparative Performance Analysis Of Evolutionary Versions, Ashish Khanchandani

Master's Projects

The rise in the need for scalable, fault-tolerant, and high-performance systems is the primary factor driving the developments in distributed computing. However, the proliferation of distributed computing creates significant difficulties. In an internet- scale setting where errors and network delays are frequent, coordinating distributed applications presents difficulties that ZooKeeper attempts to solve. It ensures several crucial characteristics that guarantee reliability and consistency. However, performance and latency play a huge part when it comes to dealing with systems built for handling very high loads. ZooKeeper has very low latency for read-heavy workloads, making it suitable for real-time applications. These factors contribute …


Integrating Chatgpt With A-Frame For User-Driven 3d Modeling, Ivan Hernandez Jan 2024

Integrating Chatgpt With A-Frame For User-Driven 3d Modeling, Ivan Hernandez

Master's Projects

ChatGPT is a large language model that is capable of creating conversational text and functional code that can be integrated into various technologies, including computer graphics software. Currently, 3D modeling applications can be relatively difficult for novices to learn and understand due to the overwhelming amount of graphical user interfaces. However, we can remedy this issue by leveraging ChatGPT’s conversational language capabilities. Our project described in this report integrates ChatGPT with A-Frame, an online framework for developing virtual reality experiences, to create an immersive and user-friendly 3D modeling environment where users can create and modify 3D models through natural language …


Noteblocklib: A Library For Physics- And Animation-Driven Virtual Midi Instruments For Use In Video Games, Kevin Rotunni Jan 2024

Noteblocklib: A Library For Physics- And Animation-Driven Virtual Midi Instruments For Use In Video Games, Kevin Rotunni

Master's Projects

To better capture the relationship between the performer of a piece of music and the music itself in a video game context, I have designed NoteBlockLib, a system by which MIDI instructions are generated and processed in real time based on the motion and collision data of in-game objects. Ultimately, the movement of instruments made using this system would be driven by the animations of a character in the game. This system would thus allow the player character to interact with the performer in the game without sacrificing the relationship between the performer’s actions and the resulting music or to …


Gradual Typing For Information Flow Control In Typescript Using Es Lint, Ashish Agarwal Jan 2024

Gradual Typing For Information Flow Control In Typescript Using Es Lint, Ashish Agarwal

Master's Projects

Current state-of-the-art systems tackle data security threats by incorporating information flow control (IFC) to ensure that a piece of information reaches only its intended recipient. However, most IFC implementations introduce a custom language built on top of a well-known language. Adaptations of such languages are limited due to limited support and updates, along with difficulty in learning new syntaxes. Implementations without a custom language offer incomplete IFC support. We present a comprehensive framework by leveraging Typescript, in conjunction with ESLint and NodeJS, aiming to resolve some of the limitations of IFC and intending to facilitate acceptance by a wide range …


Adversarial Attacks And Defense Mechanisms In Multivariate Time-Series Forecasting For Applications In Smart And Connected Infrastructures, Pooja Krishan Jan 2024

Adversarial Attacks And Defense Mechanisms In Multivariate Time-Series Forecasting For Applications In Smart And Connected Infrastructures, Pooja Krishan

Master's Projects

The advent of deep learning models has revolutionized the industry over the past decade, leading to the widespread proliferation of smart devices and infrastructures. They play a crucial role in safety-critical applications like self-driving cars and medical image analysis, sustainable technologies like power consumption prediction, and in health monitoring tools to replace industrial equipment like hard disk drives, semiconductor chips, and lithium-ion batteries. But these indispensable deep learning models can be easily fooled to give incorrect predictions with utmost conviction, leading to catastrophic failures in applications where safety is of utmost importance, and resulting in the wastage of resources in …


A Two-Stage Machine Learning Approach For Fake News Detection And News Article Categorization, Snegdha Adusumilli Jan 2024

A Two-Stage Machine Learning Approach For Fake News Detection And News Article Categorization, Snegdha Adusumilli

Master's Projects

This project employs machine learning techniques to develop a sequential model for detecting and categorizing fake news, aiming to mitigate its proliferation in today's digital landscape. The model operates in two phases: in the first phase, the classification algorithms like Naïve Bayes, XGBoost and Random Forest are used to distinguish between true and false news stories and in the second phase the capabilities of Naïve Bayes, XGBoost, Random Forest, and the Transformer-based BERT (Bidirectional Encoder Representations from Transformers) model are leveraged to further categorize the news into specific topics.

The methodology encompasses several key steps: data acquisition, preprocessing, feature extraction, …


Echo: A Browser Extension That Runs Experimental Javascript, Prayuj Pillai Jan 2024

Echo: A Browser Extension That Runs Experimental Javascript, Prayuj Pillai

Master's Projects

Narcissus is a JavaScript interpreter written in JavaScript. While it is a good engine for experimenting with JavaScript’s design, it does not integrate easily into the browser. This project introduces ‘‘Echo’’, a browser add-on designed to execute Narcissus JavaScript files and scripts within web browsers. The project explores the performance of the Narcissus interpreter against native browser JavaScript engines and benchmarks the results, showcasing the trade-offs in running an experimental engine—the Narcissus interpreter—on the browser versus native JavaScript. Additionally, as a proof of concept, we implement taint tracking, a capability meant to boost security by preventing sensitive data from being …


Mitigating The Risk Of Reentrancy Attack In Smart Contract Development, Eric Ngo Jan 2024

Mitigating The Risk Of Reentrancy Attack In Smart Contract Development, Eric Ngo

Master's Projects

Smart contracts, while revolutionizing the blockchain with their immutable nature, are prone to attacks such the reentrancy attack. This attack allows malicious adversaries to repeately enter a contract before previous executions are completed. SpartanScript, a custom dialect of Scheme, is a way for developers to write and develop contracts in an experimental blockchain environment like SpartanGold. Compared to cryptocurrencies that use a virtual machine to run on the blockchain, SpartanScript utilizes a simplified interpreter for rapid prototyping. However, SpartanScript does not have a way to detect and warn developers of reentrancy vulnerabilities. Hence, there is a need to implement reliable …


Secured Data Storage Management With Deduplication In Cloud Computing, Ganesh Regoti Jan 2024

Secured Data Storage Management With Deduplication In Cloud Computing, Ganesh Regoti

Master's Projects

In the cloud era, cloud storage has become a major service and the security of data and user privacy algorithms are becoming of great importance. This way, we make sure that the encrypted data is kept in the cloud storage. But, the challenges follow: First, storing encrypted data may result in ineffective utilization of cloud resources as in the provision of encrypted data, redundancy cannot be provided. Access control to the encrypted data is difficult as the underlying data is hidden and there is no metric with which the decision to share among users can be easily taken. Deduplication is …


Enhancing Environmental Health And Safety: Fine-Tuning Large Language Models For Domain-Specific Applications, Mohammad Adil Ansari Jan 2024

Enhancing Environmental Health And Safety: Fine-Tuning Large Language Models For Domain-Specific Applications, Mohammad Adil Ansari

Master's Projects

This study aims to simplify Environmental Health and Safety (EHS) by leveraging the power of Large Language Models (LLMs). In this research, we focus on fine-tuning three LLMs — LLaMA, Mistral, and Falcon — using PEFT techniques such as QLoRA and SFT, to address domain-specific needs such as safety compliance, incident reporting, and knowledge dissemination. Our research methodology involves fine-tuning each LLM model on a custom dataset compiled from various regulatory agencies, supplemented by targeted web scraping and manual collection of questionnaires to capture and enrich the models with the latest regulations and guidelines. This study aims to compare the …


Resume Content Generation Using Llama 2 With Adapters, Navaneeth Sai Nidadavolu Jan 2024

Resume Content Generation Using Llama 2 With Adapters, Navaneeth Sai Nidadavolu

Master's Projects

The primary objective of this project is to optimize the Llama language model to generate customized resumes containing domain-specific job descriptions and maintain the linguistic capabilities of the large language model. Building upon the prior research by Sumed Kale on Job Tailored Resume content generation using GPT-2, where he employed full fine-tuning of the model and demonstrated the capability of LLMs to generate resume content, it is evident that while effective, full fine-tuning has its limitations. Primarily, it is computationally expensive, which can pose constraints, especially for large models. Additionally, during the fine-tuning process, there is a risk of losing …


Domain Expert Bot, Amrutha Dondemadahalli Ramegowda Jan 2024

Domain Expert Bot, Amrutha Dondemadahalli Ramegowda

Master's Projects

The fast growth of artificial intelligence in human-computer interaction has been aided significantly by the introduction of conversational AI systems. This project presents a Domain Expert Bot, a multi-domain conversational bot built with advanced NLP techniques incorporated through Sentence-BERT and MapReduce to allow the bot to analyze and comprehend challenging user queries on various topics. The bot can converse on different subjects ranging from technology topics to healthcare, environment, politics, and casual discussions. It excels in understanding deep language contexts and efficiently processes large datasets, ensuring prompt and accurate responses. Furthermore, it uses advanced ranking algorithms to perform real- time …


Instagram Data Analysis Using Machine Learning, Lakshmi Prasanna Gorrepati Jan 2024

Instagram Data Analysis Using Machine Learning, Lakshmi Prasanna Gorrepati

Master's Projects

With enormous amount of social media content, we can draw valuable insights. In this paper, we apply different Machine Learning and Deep Learning techniques on Instagram data to determine the techniques that work well to discover the engagement class of a social media post. Out of all the social media platforms, Instagram is growing rapidly not just in the number of users but also in terms of Advertisement and marketing surpassing YouTube’s advertisement revenue. The end goal of this paper is to propose a technique to predict the engagement class. We applied Random Forest (RF), Stacking Classifier, Extreme Gradient Boost …


Enhancing Restaurant Sales Prediction: The Dynamic Forecasting Engine, Rahul Sanjay Morishetti Jan 2024

Enhancing Restaurant Sales Prediction: The Dynamic Forecasting Engine, Rahul Sanjay Morishetti

Master's Projects

This project introduces a "dynamic forecasting engine," designed to transform the way restaurants predict sales. The engine dynamically handles seasonal ARIMA_HoltWinter hybrid model, XGBoost, and LSTM algorithms to dynamically select the best forecasting method based on data volume, variety, and customer taste preferences delving upon the spice level categorical sales. This guide differs from traditional crystal ball approaches because it has the ability to improve over time as new data comes in terms of spice levels. It emphasizes the importance of dataset size in the selection of machine learning algorithms through complexity for large datasets and simplicity for smaller ones …


Personalized Medical Predictions, Bhargavi Chevva Jan 2024

Personalized Medical Predictions, Bhargavi Chevva

Master's Projects

Over the past few years, personalized medicine has gained traction due to its ability to solve medical issues efficiently for a person based on their personal characteristics. This project aims to design a machine-learning model that can generate predictions of lab test scores in the future based on past medical history. The model is trained using the MIMIC-4 (Medical Information Mart for Intensive Care) dataset that consists of medical records of over 40,000 patients. The proposed model, MOE-BEHRT, consists of Bidirectional Encoder Representations from Transformers on Electronic Health Records (BEHRT) and Mixture of Experts (MOE). The BEHRT model was originally …


Satellite Handover Optimization Using Predicted Satellite-To-Base-Station Proximity, Pranathi Kunadi Jan 2024

Satellite Handover Optimization Using Predicted Satellite-To-Base-Station Proximity, Pranathi Kunadi

Master's Projects

Modern telecommunications heavily rely on Satellite communication networks to provide global coverage, especially in remote areas which link the whole world in a loop. Conventional handover algorithms methods rely on fixed and predefined rules and thresholds predefined statically to make a handover decision. However, these static handover algorithms may become inefficient under the changing conditions of the network. Therefore, it would be useful to measure the proximity order of satellites to the specific base station. Consequently, the assessed relative proximity helps in optimizing the handovers proactively inside related coverage areas. This results in the service quality and the delays in …