Pinned Repositories
alcoding-data-analysis
Web Application to analyse data collected by a college/university. For example, assignments, participation in coding contests.
datastructure
flight-booking-using-socket-programming
Client side and server side implementation of flight booking platform using socket programming
ImageSimilarityDetection
IPL-season-prediction
Prediction of Indian Premier League season statistics like season winner, orange cap winner (batsman scoring most number of runs) , purple cap winner (bowler taking most number of wickets) etc by running every match simulation using ball-to-ball predictions
multimedia-and-web-databases
This project implements advanced image retrieval techniques for Caltech101 dataset, using algorithms like MDS, SVD, DBScan, and Locality Sensitive Hashing (LSH). It focuses on optimizing retrieval accuracy and efficiency through dimensionality reduction, clustering, classification, and relevance feedback, enhancing multimedia search capabilities.
product-review-sentiment-analysis
This project performs sentiment analysis on e-commerce reviews, comparing traditional models like LSTMs and CNNs with advanced LLMs like GPT-2, BERT and DistilBERT. Using Amazon and Yelp datasets, it identifies the best and efficient methods for classifying reviews as positive or negative.
source_code_plagiarism_tool
A web-based Plagiarism Detection System for source code, utilizing Information Retrieval and NLP techniques to identify potential code plagiarism in C, C++, and Python. The tool offers customizable detection levels and supports educators in evaluating programming assignments efficiently.
Trie-trees
Trie is an efficient information reTrieval data structure. Using Trie, search complexities can be brought to optimal limit (key length). This project is about predicting words using prefix and verifying if the word is present in the words library.
UC-Berkeley-Pacman-AI
This project implements various AI techniques for controlling Pac-Man agents, developed as part of UC Berkeley's CS188 Intro to AI course. It explores search algorithms, neural networks, Markov Decision Process (MDP) and reinforcement learning in a simulated environment.
Gururaj29's Repositories
Gururaj29/flight-booking-using-socket-programming
Client side and server side implementation of flight booking platform using socket programming
Gururaj29/alcoding-data-analysis
Web Application to analyse data collected by a college/university. For example, assignments, participation in coding contests.
Gururaj29/datastructure
Gururaj29/ImageSimilarityDetection
Gururaj29/IPL-season-prediction
Prediction of Indian Premier League season statistics like season winner, orange cap winner (batsman scoring most number of runs) , purple cap winner (bowler taking most number of wickets) etc by running every match simulation using ball-to-ball predictions
Gururaj29/multimedia-and-web-databases
This project implements advanced image retrieval techniques for Caltech101 dataset, using algorithms like MDS, SVD, DBScan, and Locality Sensitive Hashing (LSH). It focuses on optimizing retrieval accuracy and efficiency through dimensionality reduction, clustering, classification, and relevance feedback, enhancing multimedia search capabilities.
Gururaj29/product-review-sentiment-analysis
This project performs sentiment analysis on e-commerce reviews, comparing traditional models like LSTMs and CNNs with advanced LLMs like GPT-2, BERT and DistilBERT. Using Amazon and Yelp datasets, it identifies the best and efficient methods for classifying reviews as positive or negative.
Gururaj29/source_code_plagiarism_tool
A web-based Plagiarism Detection System for source code, utilizing Information Retrieval and NLP techniques to identify potential code plagiarism in C, C++, and Python. The tool offers customizable detection levels and supports educators in evaluating programming assignments efficiently.
Gururaj29/Trie-trees
Trie is an efficient information reTrieval data structure. Using Trie, search complexities can be brought to optimal limit (key length). This project is about predicting words using prefix and verifying if the word is present in the words library.
Gururaj29/UC-Berkeley-Pacman-AI
This project implements various AI techniques for controlling Pac-Man agents, developed as part of UC Berkeley's CS188 Intro to AI course. It explores search algorithms, neural networks, Markov Decision Process (MDP) and reinforcement learning in a simulated environment.