-
MTech CSE @ IIIT Hyderabad
- India
-
Machine_Learning Public
Best collection of machine learning & deep learning algorithms implemented from scratch using python.
-
Designed a Sequence-to-Sequence Machine Translation model to translate from English to French using LSTM Networks.
Python UpdatedMay 25, 2022 -
-
-
Interview_Prep Public
This repository contains coding notes for interview prepration
-
Edge_on_IOT_Platform Public
A Platform built on Microservice architecture, where developers can register various types of sensors, and deploy business logics and, endusers can schedule them according to their usecases.
Python UpdatedNov 18, 2021 -
Implemented a research paper based on visual feature learning algorithm for filling missing pixels using GAN and context autoencoders.
-
P2P_File_Sharer Public
A group based file sharing system where users can share, download files from the group they belongs to.
C++ UpdatedOct 23, 2021 -
It is a multiclient chat application in which message can be sent to an individual or a group with end to end encryption
-
CashFlow_Minimizer Public
This algorithm minimizes the complex cashflow among persons into very simplified form
-
-
data-structures-algorithms-level-up-bootcamp Public
Forked from coding-minutes/data-structures-algorithms-level-up-bootcampC++ Code Repository.
C++ UpdatedMay 17, 2021 -
system-design-primer Public
Forked from donnemartin/system-design-primerLearn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Python Other UpdatedMay 15, 2021 -
-
CRUD_mongoDB Public
REST API for CRUD operation using python Flask & mongoDB Atlas
Python UpdatedMay 11, 2021 -
DataStructures_Algorithms Public
Best collection of Data Structures and Algorithms (Includes basic, advance & augmented data structures).
-
DataScience_Libraries Public
This repository consists of basic operation that we can perform using famous data science libraries.
Jupyter Notebook UpdatedApr 29, 2021 -
This program can recognise handwritten digits with 99% accuracy. It is trained on CNN lenet architecture using MNIST well known dataset. MNIST ("Modified National Institute of Standards and Technol…
-
A Deep learning model trained on ANN from scratch (preprocessed using nltk) classifies given movie reviews by analysing sentiments.
Jupyter Notebook UpdatedApr 29, 2021 -
Data Analysis on WHO dataset: Global Suicide Trends & Analysis
-
The shunting yard algorithm is used to convert the infix notation to reverse polish notation.
C++ UpdatedApr 28, 2021 -
BigInteger_Library_For_Cpp Public
I've implemeted my own BigInteger Library in C++ which can compute addition, subtraction, multiplication, division, gcd and factorial of very large numbers.
C++ UpdatedApr 28, 2021 -
Mini_SQL_Engine Public
A mini sql engine which will run a subset of SQL queries using command line interface
Python UpdatedApr 28, 2021 -
Two_Phase_MergeSort Public
Implemented two-phase merge sort algorithm to sort a large number of records.
Python UpdatedApr 28, 2021 -
Pyspark_Queries Public
Spark is a distributed general-purpose cluster-computing framework.
Python UpdatedApr 28, 2021 -
Implementation of CRC error detection method on a data encrypted with block cipher.
Python UpdatedApr 28, 2021 -
Joins_Implementation Public
Implementation of Sort merge join & Hash join from scratch.
Python UpdatedApr 28, 2021 -
Bplus_Tree Public
Implementation of generalised B+ tree, used for MultiIndexing in SQL databases .
C++ UpdatedApr 28, 2021 -
-
Sudoku_Solver Public
An algorithm to solve sudoku using backtracking paradigm
C++ UpdatedJan 10, 2021