Open Access. Powered by Scholars. Published by Universities.®
- Institution
-
- California Polytechnic State University, San Luis Obispo (271)
- San Jose State University (255)
- Chapman University (96)
- Technological University Dublin (51)
- University of South Florida (41)
-
- Kennesaw State University (40)
- California State University, San Bernardino (38)
- City University of New York (CUNY) (35)
- Louisiana State University (35)
- University of New Mexico (34)
- SASTRA Deemed to be University (33)
- Embry-Riddle Aeronautical University (31)
- Purdue University (31)
- Southern Methodist University (29)
- West Virginia University (29)
- University of North Florida (27)
- University of Louisville (26)
- University of Nebraska - Lincoln (25)
- Association of Arab Universities (24)
- University of Arkansas, Fayetteville (21)
- Clemson University (20)
- Air Force Institute of Technology (19)
- University of Texas at Arlington (19)
- University of Central Florida (18)
- Boise State University (16)
- University of Kentucky (15)
- Michigan Technological University (14)
- The University of Akron (14)
- Georgia Southern University (13)
- Virginia Commonwealth University (12)
- Keyword
-
- Machine Learning (91)
- Machine learning (72)
- Deep learning (50)
- Deep Learning (49)
- Cybersecurity (37)
-
- Computer Science (32)
- Artificial Intelligence (28)
- Computer Vision (27)
- Artificial intelligence (24)
- AI (23)
- Blockchain (23)
- Large Language Models (23)
- Security (22)
- Android (21)
- Computer vision (18)
- Virtual reality (17)
- Software (16)
- Thesis; University of North Florida; UNF; Dissertations (16)
- Natural Language Processing (15)
- Academic -- UNF -- Master of Science in Computer and Information Sciences; Dissertations (14)
- CNN (14)
- Classification (14)
- Neural networks (14)
- Virtual Reality (14)
- Coalgebra (13)
- Java (13)
- Arduino (12)
- BERT (12)
- Clustering (11)
- Convolutional Neural Network (11)
- Publication Year
- Publication
-
- Master's Projects (220)
- Computer Engineering (110)
- Engineering Faculty Articles and Research (88)
- Theses and Dissertations (84)
- Master's Theses (82)
-
- Computer Science and Software Engineering (44)
- Electronic Theses, Projects, and Dissertations (35)
- Library Philosophy and Practice (e-journal) (34)
- Conference papers (33)
- Military Cyber Affairs (33)
- Electronic Theses and Dissertations (30)
- Graduate Theses, Dissertations, and Problem Reports (ETD) (29)
- UNF Graduate Theses and Dissertations (26)
- Branch Mathematics and Statistics Faculty and Staff Publications (24)
- College of Engineering Summer Undergraduate Research Program (21)
- Honors Theses (17)
- LSU Doctoral Dissertations (17)
- LSU Master's Theses (16)
- Computer Science and Computer Engineering Undergraduate Honors Theses (14)
- Future Computing and Informatics Journal (14)
- Human-Machine Communication (14)
- Articles (13)
- Dissertations, Theses, and Capstone Projects (13)
- Williams Honors College, Honors Research Projects (13)
- Boise State University Theses and Dissertations (12)
- Computer Science and Engineering Theses and Dissertations (12)
- Dissertations, Master's Theses and Master's Reports (12)
- Publications and Research (12)
- All Dissertations (11)
- Chemical Technology, Control and Management (11)
- Publication Type
- File Type
Articles 451 - 480 of 1677
Full-Text Articles in Computer Engineering
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 …
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 …
Comparitive Analysis Of Time Series Forecasting Using Frequency Informed Dense Neural Networks And Lstm, Avinash Mangalore Suresh
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
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
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
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
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
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
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
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 …
Factors Affecting The Adoption Of Information Technology In Medium And Small Enterprises: A Case Study In Mekong Delta, Vietnam, Thy-Lieu Nguyen-Thi, Duy-Dong Le, Kieu-Chinh Nguyen-Ly, Trung-Tien Nguyen, Mohamed Saleem Haja Nazmudeen
Factors Affecting The Adoption Of Information Technology In Medium And Small Enterprises: A Case Study In Mekong Delta, Vietnam, Thy-Lieu Nguyen-Thi, Duy-Dong Le, Kieu-Chinh Nguyen-Ly, Trung-Tien Nguyen, Mohamed Saleem Haja Nazmudeen
ASEAN Journal on Science and Technology for Development
This research endeavors to discern the determinants influencing the adoption of information technology in the management practices of small and medium-sized enterprises (SMEs) situ-ated within the Mekong Delta region of Vietnam. Leveraging the Unified Theory of Ac-ceptance and Use of Technology (UTAUT), PLS-SEM, and ANN models, this study ranks the pivotal factors that impact the decision to integrate information technology into SME management. The identified factors, in order of significance, encompass (1) Support from State Agencies, (2) Managerial Qualifications, (3) Competitive Landscape, (4) Enterprise Scale, and (5) Employee Qualifications. The investigation encompasses 496 SMEs across the Mekong Delta and evaluates …
Machine Learning Based Intrusion Detection Framework For Can Bus Vulnerabilities In Modern Vehicles, Obinna C. Agbo
Machine Learning Based Intrusion Detection Framework For Can Bus Vulnerabilities In Modern Vehicles, Obinna C. Agbo
Graduate Theses, Dissertations, and Problem Reports (ETD)
The Controller Area Network (CAN) bus is a crucial communication backbone in modern vehicles, connecting various Electronic Control Units (ECUs). However, inherent design weaknesses such as the lack of encryption and authentication make CAN networks vulnerable to cyber-attacks, including spoofing, Denial of Service (DoS), and fuzzing attacks. This thesis thoroughly evaluates these vulnerabilities and the limitations of existing security frameworks like Message Authentication Codes (MACs) and encryption, advocating for the adoption of Intrusion Detection Systems (IDS) as a more practical solution for CAN bus security. The proposed IDS leverages advanced machine learning techniques to accurately detect intrusions, even under complex …
Securing Internet Of Things (Iot) Data Storage, Savannah Malo
Securing Internet Of Things (Iot) Data Storage, Savannah Malo
Honors Theses and Capstones
Internet of Things (IoT) devices are commonly known to be susceptible to security attacks, which can lead to the leakage, theft, or erasure of data. Despite similar attack methods used on conventional technologies, IoT devices differ in how they consist of a small amount of hardware, limited networking capability, and utilize NoSQL databases. IoT solutions prefer NoSQL databases since they are compatible for larger datasets, unstructured and time-series data. However, these implementations are less likely to employ critical security features, like authentication, authorization, and encryption. The purpose of this project is to understand why those security measures are not strictly …
Adaptive Neh With Constrained Nearest Neighbor Subtours For The Electric Vehicle Routing Problem With Time Windows, Andrew Struthers
Adaptive Neh With Constrained Nearest Neighbor Subtours For The Electric Vehicle Routing Problem With Time Windows, Andrew Struthers
All Master's Theses
The development of electric vehicles is currently considered one of the most innovative areas in manufacturing. Largely driven by the desire to reduce greenhouse emissions, electric vehicles are seen as a viable alternative to internal combustion engine cars. Starting from consumer cars, a dedicated effort is being made to translate this into commercial vehicles for freight and delivery. This research introduces a novel adaptive Nawaz, Enscore, Ham (NEH) algorithm with constrained nearest neighbor subtour (NEH-NN). This algorithm is tested on the standard benchmark problems in literature and used as a seed solution for the Genetic Algorithm (GA). The performance and …
Machine Learning For Electronic Structure Prediction, Shashank Pathrudkar
Machine Learning For Electronic Structure Prediction, Shashank Pathrudkar
Dissertations, Master's Theses and Master's Reports
Kohn-Sham density functional theory is the work horse of computational material science research. The core of Kohn-Sham density functional theory, the Kohn-Sham equations, output charge density, energy levels and wavefunctions. In principle, the electron density can be used to obtain several other properties of interest including total potential energy of the system, atomic forces, binding energies and electric constants. In this work we present machine learning models designed to bypass the Kohn-Sham equations by directly predicting electron density. Two distinct models were developed: one tailored to predict electron density for quasi one-dimensional materials under strain, while the other is applicable …
Deep-Learning Approaches To Predict Remaining Useful Life Of Hard Disks, Rohan Mohapatra
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
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
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
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
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
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
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
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
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
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
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
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
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
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 …