Open Access. Powered by Scholars. Published by Universities.®
- Keyword
-
- Large Language Models (18)
- Machine Learning (13)
- Deep Learning (11)
- Deep learning (10)
- Machine learning (10)
-
- Blockchain (7)
- Computer vision (7)
- CNN (6)
- Convolutional Neural Networks (6)
- Generative AI (6)
- Natural Language Processing (6)
- Retrieval Augmented Generation (6)
- BERT (5)
- LSTM (5)
- Large Language Models (LLMs) (5)
- Malware (5)
- Mask R-CNN (5)
- QLoRA (5)
- XGBoost (5)
- Chatbot (4)
- Clustering (4)
- Computer Vision (4)
- Deep Reinforcement Learning (4)
- Fine-tuning (4)
- LoRA (4)
- Malware detection (4)
- Natural Language Processing (NLP) (4)
- Quantization (4)
- Transformers (4)
- Adversarial Attacks (3)
- Publication Year
Articles 91 - 120 of 220
Full-Text Articles in Computer Engineering
Enhancing Restaurant Sales Prediction: The Dynamic Forecasting Engine, Rahul Sanjay Morishetti
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 …
Formula 1 Commentary Generator Using Generative Artificial Intelligence, Hiral Moliya
Formula 1 Commentary Generator Using Generative Artificial Intelligence, Hiral Moliya
Master's Projects
This project aims to create a high-quality commentary generation system utilizing cutting-edge Generative AI technologies, with a particular focus on the T5 transformer-based text-to-text transfer transformer (T5). The primary goal is to create a fully autonomous and contextually aware commentary system that will be able to provide consistent and insightful commentary on dynamic events that reflect the level of detail normally associated with human commentary. Upon giving the input as a text input of the race events the model using large language models that are trained on a large range of datasets creates text-based commentary. The system in order to …
Parallel Powerplay: Optimizing Performance With Mapreduce And Kubernetes Fusion, Shradha Chaturvedi
Parallel Powerplay: Optimizing Performance With Mapreduce And Kubernetes Fusion, Shradha Chaturvedi
Master's Projects
The combination of MapReduce (MR) & Kubernetes (K8s) strengths is not explored, and this study leverages the synergy between the two frameworks to meet the growing demands of data-intensive applications. First, this report elaborates on the existing literature work to understand the pros and cons of using MR and K8s, in what use cases these frameworks come to use, and investigates the effectiveness of research studies that explore the combination. This study aims to research the efficacy of the fusion of MR and K8s, considering these factors - application use case, infrastructure design, resource allocation, load balancing, and hypertuning parameters …
Personalized Medical Predictions, Bhargavi Chevva
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 …
Advancing Phishing Protection: Employing Sophisticated Methods For Precise Url Evaluation, Abbhinav Reddie Nomuiia
Advancing Phishing Protection: Employing Sophisticated Methods For Precise Url Evaluation, Abbhinav Reddie Nomuiia
Master's Projects
In short, the incidence of phishing - the illegal act of people pretending to be well-known companies to secure personal information - has skyrocketed in the past few years. In 2022 alone, 300,000 consumers in the United States were captured by scammers using phishing techniques, losing in all over $50 million. In the span of two weeks, over 510 million attempts occurred in a variety of sectors, particularly instant messaging platforms, package delivery businesses, and digital currency trading. Since most businesses have recognized that they are prone to these exposure cases, there has been a sixty percent increase in businesses …
Novel Approach To Music Analysis Using Apache Spark, Nidhi Zare
Novel Approach To Music Analysis Using Apache Spark, Nidhi Zare
Master's Projects
Music is one of the most common source of entertainment. Every user has their own taste of music and prefer to listen music that adheres to their taste and mood. There are various categories, called as music genres in which music can be classified. This research project addresses the challenge in music genre classification by using various deep learning models such as Convolutional Neural Networks (CNNs), Recurrent Neural Networks (RNNs), Very Deep Convolutional Networks (VGGNet), ResNet and others. The primary objective of this research is to enhance the accuracy of music genre classification using a distributed computing framework Apache Spark. …
Birdsong Classification Using Deep Learning And Mixit, Sasanka Kosuru
Birdsong Classification Using Deep Learning And Mixit, Sasanka Kosuru
Master's Projects
The identification of bird species using deep learning techniques presents a novel approach in bioacoustics, by significantly advancing our understanding and enhancing our capabilities in bird species recognition from audio recordings. The value of audio over visual data for monitoring ecological patterns in birds can be highlighted with the deployment of automated recording devices in remote wildlife sensing, offering a more cost-effective, non-invasive, and practical solution. However, the methods of processing and classifying the audio remain challenging due to the complexity of bird audio, characterized by diverse vocalizations and imminent environmental noise, which poses difficult challenges to perform effective classification. …
Optimization Of Inter-Satellite Routing Using Lstm-Based Path Prediction Model, Yash Bhamare
Optimization Of Inter-Satellite Routing Using Lstm-Based Path Prediction Model, Yash Bhamare
Master's Projects
Satellite networks are one of the most important components that fulfill the world’s need for connectivity. To ensure that communication is efficient and reliable, robust routing algorithms are a must. Because, although it is true that certain routing characteristics may not be permanently and continuously flawless, a routing technique must effectively adapt to modifications in such network characteristics. The new routing method uses a Long Short-Term Memory (LSTM) model to manage dynamic metrics for Low Earth Orbit satellite networks. This LSTM model is aimed at predicting the optimal routing direction on the premise that a satellite is soon to be, …
Sudoku As A Proof Of Useful Work Protocol On The Blockchain, Abishek Padaki
Sudoku As A Proof Of Useful Work Protocol On The Blockchain, Abishek Padaki
Master's Projects
The Proof of Work (PoW) consensus used by many blockchain networks like Bitcoin has been criticized for its excessive energy consumption and lack of tangible utility beyond maintaining the network. This report proposes a Proof of Useful Work (uPoW) protocol as an alternative consensus mechanism that utilizes computational resources to solve intrinsically valuable problems. Specifically, it explores the implementation of uPoW on the SpartanGold blockchain test network, where miners must solve Sudoku puzzles to validate new blocks. The report examines the shortcomings of traditional Proof-of-Work protocols, such as their environmental impact and inefficient use of computing power. It then delves …
Explaining The Maliciousness Of Urls Using Shap And Lime, Ayush Nair
Explaining The Maliciousness Of Urls Using Shap And Lime, Ayush Nair
Master's Projects
No system has ever reached the levels of proliferation that the Internet now enjoys. It stands as the most widely spread distributed system across the globe; yet this evolution has given rise to an ever-growing wave of malintent that challenges every user and entity on the vast expanse of cyberspace. Malicious URLs loom large as vulnerabilities leaving users naked as they traverse online landscapes, but cybersecurity experts craft models with esoteric algorithms in a bid to stem this tide and shield users from cybercrime. However, peering into the decision-making corridors of these models holds key importance, it’s through understanding such …
Scalable Container Caching Optimization With Action Masking For Serverless Edge Computing, Manikanta Sanjay Veera
Scalable Container Caching Optimization With Action Masking For Serverless Edge Computing, Manikanta Sanjay Veera
Master's Projects
Serverless edge computing is an emerging technology that realizes the low latency and resource-efficient function calls for responsive computing. In cloud-based serverless computing, it is a common practice to cache sufficiently many function containers for future reuse to reduce the overhead of container initiation. In contrast, the capacity limitation of edge nodes poses a complex problem to the caching strategy in serverless edge computing of selecting an appropriate set of container caches based on the request distribution. Deep Reinforcement Learning (DRL) can play a crucial role in optimizing the caching decisions under dynamic request arrivals. In this paper, we propose …
Reinforcement Learning-Based Dynamic Pricing For Revenue Maximization With Elastic Network Slicing, Jovian Anthony Jaison
Reinforcement Learning-Based Dynamic Pricing For Revenue Maximization With Elastic Network Slicing, Jovian Anthony Jaison
Master's Projects
Network slicing is a key enabler of next-generation networking that supports a diverse array of network applications with different service requirements. In particular, elastic network slicing that dynamically scales the bandwidth reserved for each network slice would benefit both slice users and providers through cost-effective resource utilization. However, the elasticity poses a complex problem of managing the dynamics of fluctuating network slices. It is necessary for a slice provider to maintain the balance of different types of slice requests, so it can accommodate more requests while satisfying the service requirements for each slice type. Dynamic pricing of slice resources is …
Multiclass Lung Disease Classification In Chest X-Ray Images: A Fine-Tuned Hybrid Cnn-Gnn Approach Using Transfer Learning And Feature Extraction, Vinay Vilas Khade
Multiclass Lung Disease Classification In Chest X-Ray Images: A Fine-Tuned Hybrid Cnn-Gnn Approach Using Transfer Learning And Feature Extraction, Vinay Vilas Khade
Master's Projects
In clinical practice, it is still difficult to accurately diagnose lung diseases from chest X-ray (CXR) images. In this study, we propose a new hybrid method for identifying several types of lung diseases using CXR images by combining Convolutional Neural Networks (CNNs) with Graph Neural Networks (GNNs). The framework of our proposed methodology takes advantage of CNN’s ability to extract detailed visual features and GNN’s capacity to understand complex relationships between these features, enabling comprehensive analysis in a multi-class classification setting of COVID-19, pneumonia, and normal lung conditions. We used multiple transfer learning models such as DenseNet201, VGG16, VGG19, MobileNetV2, …
Nft Price Prediction Using Machine Learning, Akhil Patil Bagili
Nft Price Prediction Using Machine Learning, Akhil Patil Bagili
Master's Projects
In the evolving cryptocurrency marketplace, Non Fungible Tokens (NFT) pose a unique challenge when it comes to predicting the prices due to their high volatility and fluctuating nature. This project aims to create a model that utilizes deep learning techniques to accurately forecast NFT prices. Based on the real time data and the transaction history, the model uses Convolutional Neural Networks (CNNs) and Long Term Short Memory Networks (LSTM) to analyze and make effective predictions about future prices. The methodology involves gathering data from two online marketplaces, Dune and Opensea to create a dataset that enhances the model’s predictive capabilities. …
Base Station Selection Based On The Predicted Dwell Time In 5g-V2x Handover, Anushree Jayesh Shah
Base Station Selection Based On The Predicted Dwell Time In 5g-V2x Handover, Anushree Jayesh Shah
Master's Projects
Vehicle-to-Everything (V2X) networks have facilitated smooth communication in vehicles and their surroundings via 5G technology. As vehicles move into different coverage areas, they tend to switch between cellular base stations in order to talk to these "things". Handovers are crucial to maintaining these networks’ effectiveness. To ensure uninterrupted connectivity and seamless handovers, it is extremely important to select a base station that is most appropriate. A vehicle’s dwell time is the duration it stays connected to a base station before handoff. This research focuses on predicting dwell time using regression techniques to proactively choose the most suitable base station. We …
Emotion Detection Using Ensemble Learning, Priya Harika Yerapothu
Emotion Detection Using Ensemble Learning, Priya Harika Yerapothu
Master's Projects
Emotion detection is gaining exponential necessity in today’s technological age. This research seeks to delve into ways conversational AI could be enhanced by integrating emotional intelligence using an ensemble learning approach. Traditional machine learning along with advanced neural network architectures are implemented to improve the understanding and intricacies of emotion detection from textual data. The dataset we use is GoEmotions dataset, annotated with 27 emotional labels, to conduct a detailed analysis of emotion recognition. Various machine learning models, such as HistGradientBoosting, LightGBM, CatBoost, and MLP, will be evaluated side by side with advanced models of Bidirectional Long Short-Term Memory (BiLSTM) …
Detecting Fake Reviews Using Aspect Based Sentiment Analysis And Graph Convolutional Networks, Prathana Phukon
Detecting Fake Reviews Using Aspect Based Sentiment Analysis And Graph Convolutional Networks, Prathana Phukon
Master's Projects
Online reviews significantly influence consumer behavior and business reputa- tions. Detecting fake reviews is important for maintaining trust and integrity in
these platforms. In this project, an application of Aspect-Based Sentiment Analy- sis (ABSA) called FakeDetectionGCN is introduced to distinguish genuine feedback
from deceptive content. The idea is to analyze sentiments related to specific aspects (features) within reviews. Graph Convolutional Networks (GCNs) are used to model the complex contextual dependencies in the review texts. Additionally, SenticNet, an external semantic resource, is integrated to enhance the understanding of sentiments in the reviews. This model is capable of identifying both human-generated as …
Multirelational Twitter Bot Detection Using Graph Neural Networks, Ketan Jadhav
Multirelational Twitter Bot Detection Using Graph Neural Networks, Ketan Jadhav
Master's Projects
Social media is a key resource in modern human communication as well as for information. Ease of access and global reach is a primary factor to the popularity of several social media platforms like Twitter. Social Media Bots are automated programs which are developed for social engagement. These bots, however, are being used with malicious intent as well, to spread fake news and manipulate the masses. Identification of social media bot accounts has become crucial since social media has become one of the primary sources of news and information for a lot of people. This project aims to propose Multirelation …
Community Detection Using Deep Learning: Variational Graph Autoencoder Enhanced With Leiden And K-Truss Techniques, Jyotika Hariom Patil
Community Detection Using Deep Learning: Variational Graph Autoencoder Enhanced With Leiden And K-Truss Techniques, Jyotika Hariom Patil
Master's Projects
Community detection in networks is essential for understanding the complex structures of connected systems. Traditional deep learning (DL) methods such as Graph Neural Networks (GNNs) and Graph Convolutional Networks (GCNs) have shown promised results in supervised tasks, like classification, but often fail in unsupervised tasks like community detection because of the lack of labels. Self- supervised approaches where we integrate crucial community information offer a solution. This project seeks to explore DL methods for community detection, focusing specifically on using Graph Variational Autoencoders (VGAEs). While classical approaches can efficiently handle small to medium-sized networks, they typically struggle with larger-sized structures. …
Opinion Graphs Construction For Reviews Using Transfer Learning And Large Language Models, Yichen Lin
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 …
Skin Cancer Detection Using Reinforcement Learning, Vikas Chercadu
Skin Cancer Detection Using Reinforcement Learning, Vikas Chercadu
Master's Projects
Advances in medical diagnostics have increasingly harnessed the power of artificial
intelligence, offering substantial improvements in early and accurate disease identifi- cation. This paper elaborates on a novel integration of Multi-Agent Reinforcement
Learning (MARL) with Deep Learning for the early detection of skin cancer, one of the most prevalent and lethal forms of cancer when left unchecked. Our project capitalizes on the sophisticated VGG16 Network for the extraction of detailed features from the widely-utilized HAM10000 dermatoscopic dataset, enhancing these features with additional color, texture, and shape analysis. Utilizing a custom-designed MARL environment, we facilitate a collaboration among multiple intelligent agents, …
Robustness Of Learning Models To Label Flipping Attacks, Sarvagya Bhargava
Robustness Of Learning Models To Label Flipping Attacks, Sarvagya Bhargava
Master's Projects
In this paper we compare traditional machine learning and deep learning models
trained on a malware dataset when subjected to adversarial attack based on label- flipping. Specifically, we investigate the robustness of different models when faced
with varying percentages of misleading labels, assessing their ability to maintain their accuracy in the face of such adversarial manipulations of the training data. This research aims to provide insights into which models are more robust, in the sense of being better able to resist intentional disruptions to the training data. We find that traditional machine learning models and boosting techniques are more robust …
Mitigating Learning Bias In Healthcare Datasets, Samyak Jagdish Kumbhalwar
Mitigating Learning Bias In Healthcare Datasets, Samyak Jagdish Kumbhalwar
Master's Projects
CVDs have been a major cause of deaths worldwide with WHO reporting 17.9 million deaths annually. Although there are advancements in the treatment of these diseases, most of the fatalities are a result of untimely diagnosis. Active research is going on to collect data points and risk factors related to these diseases, which can enable early diagnosis. Of the datasets available, many researchers have employed different ML models to predict/detect the prevalence of heart diseases. Many employed Tree based, regression models [3, 6]. Few also tried ensemble approaches [1, 2, 4]. These healthcare datasets are generally found to be imbalanced. …
Gesture Recognition Dynamics: Unveiling Video Patterns With Deep Learning, Nithish Reddy Agumamidi
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 …
Deciphering Speech Through Vision: A Deep Learning Lip Reading System, Srujith Rao Ambati
Deciphering Speech Through Vision: A Deep Learning Lip Reading System, Srujith Rao Ambati
Master's Projects
Lip-reading, a ubiquitous field between computer vision and speech processing, focuses on identifying what spoken words a person generates depending on their uttering lip movements. This paper presents a streamlined lip-reading solution that employs machine learning and deep learning. First, Our work utilizes the Multi-Task Cascaded Convo- lutional Networks to detect facial “landmarks,” including the face and lips region, and the aligns the face. The aligned faces are segmented to get the lip images. Lip images are preprocessed using the Real-Enhanced Super Resolution Generative Adversarial Network to enhance image resolution to identify subtle lip movement in video images: a critical …
Gender Classification Through Postural Analysis: A Comparative Study Of 2d Images And 3d Reconstructions., Prathamesh Dixit
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
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 …
Intelligent Caching Using Continuous Machine Learning In Named Data Networking, Sai Sameer Yanamandra
Intelligent Caching Using Continuous Machine Learning In Named Data Networking, Sai Sameer Yanamandra
Master's Projects
Our project focuses on improving Named Data Networking (NDN), an alternative network architecture to traditional IP networks, particularly in unstable conditions where connections frequently drop, and data movement is unpredictable. In NDN, data is cached at various routers across the network, enhancing accessibility even amidst unstable connections. A key challenge we address is determining the optimal level of data redundancy in unstable scenarios. We aim to balance the need for data availability with the risk of excessive data duplication. Our solution involves developing a novel data caching approach for the NDN’s content store based on continuous machine learning. This method …
An Empirical Analysis Of Adversarial Attacks In Federated Learning, Rohit Mapakshi
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 …
Employing Large Language Models And Retrieval Augmented Generation For Enhanced Predictive Flexibility In Cancer Mortality Prediction, Mridang Kejriwal
Employing Large Language Models And Retrieval Augmented Generation For Enhanced Predictive Flexibility In Cancer Mortality Prediction, Mridang Kejriwal
Master's Projects
Today, cancer is a major health risk to thousands of people, and there are over a two-hundred different types of cancer. Luckily, over the past several years, the outcomes and survival rates have increased, all thanks to machine learning, specifically Recurrent Neural Networks (RNN) and Long Short-Term memory (LSTM) networks. However, the current prognostic models don’t allow healthcare professionals to adapt the variables to mimic all the different features of every type of cancer, resulting in a model that works but is not as accurate as it could be. This study explores improving the accuracy and adaptability of the current …