Pinned Repositories
A-Star
Implements the A* algorithm to solve the 15 puzzle problem using hamming and manhattan distance as heuristic
Android-Fragments-and-Permissions
Backpropagation-for-MNIST-Digit-Classification
Implements the Backpropagation algorithm to classify the handwritten digits in the MNIST dataset.
Bee-Wasp-Image-Classification
Classifies images between bees and wasps using various deep learning techniques.
Bloom-Clock-Simulation
Simulates bloom clocks and vector clocks in an asynchronous distributed environment.
Django-Web-Application
A blog web application implemented using Pythons' Django framework for the back-end and Bulma CSS for the front-end styling.
Iterative-Deepening-A-Star
Implements the Iterative Deepening A* algorithm to solve the 15 puzzle problem using hamming and manhattan distance as heuristic
Sentiment-Analysis-using-RNN-and-Variants
Performs sentiment analysis of Rotten Tomatoes movie reviews using the RNN model and its variants, such as LSTM and GRU.
Simple-Logger
A simple logging library for Python that uses decorators to provide logging, exception handling, and type-checking.
Stack-Overflow-Quality-Prediction
Uses deep learning techniques to predict the quality of a Stack Overflow question.
yashchitre03's Repositories
yashchitre03/Backpropagation-for-MNIST-Digit-Classification
Implements the Backpropagation algorithm to classify the handwritten digits in the MNIST dataset.
yashchitre03/Bloom-Clock-Simulation
Simulates bloom clocks and vector clocks in an asynchronous distributed environment.
yashchitre03/Iterative-Deepening-A-Star
Implements the Iterative Deepening A* algorithm to solve the 15 puzzle problem using hamming and manhattan distance as heuristic
yashchitre03/Stack-Overflow-Quality-Prediction
Uses deep learning techniques to predict the quality of a Stack Overflow question.
yashchitre03/A-Star
Implements the A* algorithm to solve the 15 puzzle problem using hamming and manhattan distance as heuristic
yashchitre03/Android-Fragments-and-Permissions
yashchitre03/Bee-Wasp-Image-Classification
Classifies images between bees and wasps using various deep learning techniques.
yashchitre03/Breadth-First-Search
Implements the breadth first search algorithm to solve the 15 puzzle problem
yashchitre03/Django-Web-Application
A blog web application implemented using Pythons' Django framework for the back-end and Bulma CSS for the front-end styling.
yashchitre03/Sentiment-Analysis-using-RNN-and-Variants
Performs sentiment analysis of Rotten Tomatoes movie reviews using the RNN model and its variants, such as LSTM and GRU.
yashchitre03/Simple-Logger
A simple logging library for Python that uses decorators to provide logging, exception handling, and type-checking.
yashchitre03/Client-Server-App
yashchitre03/Computer-Vision-Problems
yashchitre03/Design-Patterns
yashchitre03/Digit-Classification-with-PTA
Classifies images of handwritten digits using the Perceptron Training Algorithm
yashchitre03/Fetch-Rewards
Django web application for calculating text similarity using naive algorithms.
yashchitre03/Functional-Programming-In-Scala
yashchitre03/Gradient-Descent-and-Newton-s-Method
Implements the Gradient Descent method and the Newton's Optimization method to compare the convergence of both of them.
yashchitre03/JavaFX-Tomcat-App
yashchitre03/Linear-Least-Squares-Fit
Uses linear least squares and gradient descent to fit randomly generated linear data.
yashchitre03/Logistic-Regression-Email-Classification
Implements logistic regression for classifying email as ham or spam
yashchitre03/Map-It
A simple android app that takes an address as input and opens Google Maps for that location
yashchitre03/Markov-Decision-Process
Implements the MDP (Markov Decision Process) Reinforcement Learning model
yashchitre03/Naive-Bayes-SMS-Classification
Uses Naive Bayes (Supervised Learning) to classify SMS as ham or spam
yashchitre03/Perceptron-Training-Algorithm
Implements the Perceptron Training Algorithm for the linearly separable data
yashchitre03/Singly-Linked-List
Implements the singly linked list and various methods to perform operations on the list
yashchitre03/Smartphone-Info-App
Implements custom list adapter and intents to display various smartphones and their details
yashchitre03/Support-Vector-Machine
Implements the SVM approach to separate the data into two classes using support vectors.
yashchitre03/yashchitre03