-
IIIT Hyderabad
- Hyderabad, India
- www.linkedin.com/in/megha-bose
- https://orcid.org/0009-0004-7272-4478
- @MegsB2001
-
Adaptive-MTD Public
Implementation of paper "A Factored MDP Approach to Moving Target Defense with Dynamic Threat Modeling and Cost Efficiency"
-
Linux-C-Shell Public
Linux Shell made in C.
-
-
Information-Security Public
Code for Principles of Information Security assignment
-
Distributed-Systems Public
Code for Distributed Systems course assignments
-
WebAppMTD Public
Contains Code for the Papers "Moving Target Defense under Uncertainty for Web Applications" and "Learning Effective Strategies for Moving Target Defense with Switching Costs" written by Vignesh Vis…
-
Home-Energy-Management Public
Home energy multi-agent recommender framework with demand response and power limit consideration.
-
Disease-NER Public
Given a medical diagnosis, identifying medical conditions within the text through named entity linking and mapping them to standardized medical encodings using BERT based models. Task: https://temu…
-
Wiki-Search-Engine Public
Creating an inverted index from Wikipedia dump and using TF-IDF score to retrieve relevant documents for search queries.
-
Optimization-Methods Public
Python implementations of Simplex Method, Branch and Bound, Gomory's Cutting Plane Method, Iterative: Steepest Gradient Descent, Newton's Method
-
Music-Popularity-Analysis Public
Extracting and analyzing acoustic and lyrical features of popular music on Spotify and study their relationship with their performance in terms of number of weekly plays.
-
ML-Algorithms Public
Basic implementations of frequently used ML concepts and algorithms - CNN, PCA, t-SNE, DT, RF, KNN, SVM, LR, RNN, LSTM.
-
Hindi-Pseudoword-Validation Public
Validating Deep Learning generated Hindi Pseudowords
-
SMAI-Project Public
Forked from vs666/SMAI-ProjectSMAI Project of Team Skynet: Analysing methods to tackle class imbalance for classification problems
Jupyter Notebook MIT License UpdatedDec 10, 2021 -
Chess-AI-MCTS Public
Chess AI implementation using Monte Carlo Tree Search. Link to ss below:
-
Sky-Shooter-WebGL Public
3D shooter game made using WebGL and three.js
-
Genetic-Algorithm Public
Given an overfit model, used genetic algorithm to get suitable weight vectors by reducing overfitting (done as Machine, Data and Learning course project)
-
Partially-Observable-MDP Public
Solving Partially Observable MDP (POMDP) problems
-
Markov-Decision-Process Public
Computing optimal MDP policy using Value Iteration Algorithm and Linear Programming
-
Automata-Theory-Conversions Public
Conversions covered: regex to NFA, NFA to DFA, DFA to regex. Minimizing DFA.
-
AmongUs-Maze Public
2D maze game built with OpenGL
-
Brick-Breaker-Game Public
Simulator of classic brick breaker implemented with OOPs concepts in Python
-
JobsPlanet-MERN-App Public
Job Portal (Publishing job offers, job search, and supporting the recruitment process including rejection, shortlisting, accepting, and rating) made using MERN stack. Link to ss:
-
Plasma-Bank-MySQL-CLI Public
CLI in Python3 using PyMySQL to manage a blood plasma bank.
-
Concurrency-OS Public
Merge sort (normal, using processes, using multithreading), simulations of real-life scenarios (vaccination, music fest) in C language using multithreading.
-
The-Lost-Pirates-game Public
A two-player river crossing game made using Pygame.
-
Socket-Programming Public
Downloading files from server to client using socket programming in C.
-
-
Django-blog Public
Basic multiple user blog app made using Django.
-
Linear-Programming Public
My notes on Linear Programming