Pinned Repositories
8PuzzleProblemSolver
Developed a python program to solve the problem of 8-puzzle of arranging tiles marked from 1 to 8 in a 3×3 board with one empty tile from initial configuration to goal configuration if they are reachable withing 10 moves displaying the sequence of moves as a part of CS 242 (System Software Lab) assignment.
AI-Image-Classifier
A machine learning model that can classify real and AI generated images
AlgoWizard
CS-246-
Weekly Lab Assignments of CS 246 - Lab of DBMS, 4th semester at IIT Guwahati
CS-342
Lab Assignments of CS 342 (Computer Networks Laboratory) July - December 2023
CS-344
Weekly Lab Assignment of CS 344 (Operating Systems Laboratory) July - December 2023
CS-361-Machine-Learning-Project
CS528-Course-Project
Image-to-Caption-Generator
A machine learning model that can generate meaningful textual descriptions for a given image
StockPricePrediction
A stacked LSTM model for predicting adjusted closing price of a stock.
SanKolisetty's Repositories
SanKolisetty/AI-Image-Classifier
A machine learning model that can classify real and AI generated images
SanKolisetty/CS-246-
Weekly Lab Assignments of CS 246 - Lab of DBMS, 4th semester at IIT Guwahati
SanKolisetty/CS-344
Weekly Lab Assignment of CS 344 (Operating Systems Laboratory) July - December 2023
SanKolisetty/Image-to-Caption-Generator
A machine learning model that can generate meaningful textual descriptions for a given image
SanKolisetty/StockPricePrediction
A stacked LSTM model for predicting adjusted closing price of a stock.
SanKolisetty/8PuzzleProblemSolver
Developed a python program to solve the problem of 8-puzzle of arranging tiles marked from 1 to 8 in a 3×3 board with one empty tile from initial configuration to goal configuration if they are reachable withing 10 moves displaying the sequence of moves as a part of CS 242 (System Software Lab) assignment.
SanKolisetty/AlgoWizard
SanKolisetty/CS-342
Lab Assignments of CS 342 (Computer Networks Laboratory) July - December 2023
SanKolisetty/CS-361-Machine-Learning-Project
SanKolisetty/CS528-Course-Project
SanKolisetty/fifty-challenging-problems-in-probability
My solutions to the problems in Fifty Challenging Problems in Probability by Frederick Mosteller
SanKolisetty/Interacti
SanKolisetty/Intern2023
Coding test questions of various companies in Intern Season 2023
SanKolisetty/learning-git
Learning Git
SanKolisetty/Personal-Website
Personal Website for Capstone Project 2, Complete 2023 Web Developement Course by Angela Yu
SanKolisetty/SIC-XE-Assembler
C++ implementation of SIC/XE Assembler