Image Interpolation Algorithms – Comparative Study [Link]
Supervisor - Prof. Ved Prakash Kaushik, Dept. of Applied Mathematics, DTU, Delhi, IN
Compared Nearest neighbour interpolation, Linear & Bilinear interpolation, Cubic interpolation and Cubic B-Spline interpolation algorithms on the basis of time complexity, accuracy and flaws associated with these algorithms. (2nd year Group project) [Ayushi Sagar]
Graph Theory – Example based study of Conjectures [Report]
Supervisor - Dr. Dinesh Udar, Dept. of Applied Mathematics, DTU, Delhi, IN
Proves Barnette's conjecture for matrix of order upto 8x8. Proves Erdős–Gyárfás conjecture for matrix of order upto 5x5. (2nd year Group project) [Ayushi Sagar]
The Tacoma Narrows Bridge - Case Study [Link]
Supervisor - Prof. Chandra Prakash Singh, Dept. of Applied Mathematics, DTU, Delhi, IN
Linear and Non-linear analysis of Tacoma Bridge model (Spring Rubber Band System). Found and presented some possible reasons for the disaster. (2nd year Individual project)
Applications of Fourier Transforms in Image processing [Link] [Report]
Supervisor - Dr. Dinesh Udar, Dept. of Applied Mathematics, DTU, Delhi, IN
Evaluated the applications of fourier transforms (specifically, Fast Fourier Transforms) in image processing and signal processing through example of figure decomposition into combinations of frequency (for eg., sinusodial). (1st year Individual project)
Relativistic Mass - Is it correct ? [Report]
Supervisor - Dr. Renuka Bakolia, Dept. of Applied Physics, DTU, Delhi, IN
Theoretically proved Mass is relative only in isolated systems. Photons have zero rest mass and moves with velocity equal to speed of light which violates relative mass formula. (1st year Individual project)
Command based Text Editor [Link] [Report]
Tech Stack Used: C++
Implimentation of Command Based ''Line'' Text Editor using C++ programming language. This Command Based Text Editor is created using Stacks and Linked List Data Structures. Some of the most common text editors used now a days are VS Code, Atom, Notepad etc. One can work in txt file using this Editor.
Credit Card Management System [Link] [Report]
Tech Stack Used: C++
Implimentation of Credit Card Management System using C++ programming language. This management system is created using Luhn's Algorithm and Linked List Data Structures. One can directly on raw data (csv file) using this management system.
Minesweeper Game [Link 1] [Link 2]
Tech Stack Used: C
Minesweeper is one of the game which probably everyone have played in his/her childhood. But most of us doesn't even know how to play it. So here I have implimented Minesweeper game with most basic commands in C programming language. For better understanding of fflush I have given a specific code to get the concept of fflush clear. Levels in this level corresponds to number of mines and size of matrix in the game.
SPAM Classification [Link]
Tech Stack Used: Python
SPAM Classification app using Streamlit which is Open Source Python Library. Data Science Web App which predict the whether the given message is SPAM or not. MultinomialNB which is Naive Bayes Classifier for Multinomial is used for making predictions.
Stock Trend Prediction [Link]
Tech Stack Used: Python
Implemented Data Science Web App which predicts the trend of the stock market over past years. Predictions using LSTM and Rolling Mean methods.
Stock Price Prediction using GBM [Link]
Tech Stack Used: Python
Implemented Stock Market Predictions using GBM model for stock price. Modelling of stock price using Geometric Brownian Motion.