susobhang70
Researcher - Statistical RL. Previously worked on MAS and Game Theory. Interests: 💤 🎮 📺
Pinned Repositories
core
Read-only LibreOffice core repo - no pull request (use gerrit instead https://gerrit.libreoffice.org/) - don't download zip, use https://dev-www.libreoffice.org/bundles/ instead
Cannon-Fire
Projectile based game like Angry Birds made in OpenGL 3.3 using GLFW, GLM, GLAD, SFML, and FreeType libraries
clustering_algorithms
Agglomerative Clustering, Spectral Clustering and Kernel K-Means Clustering implementation in Python
kernel_pca_lda
Kernel PCA and Kernel LDA Implementation in Python using RBF Kernel, and using SVM to classify reduced dimensional data
naive_bayes_PCA_LDA
Python code for Naive Bayes, PCA and 1-D LDA Implementation
OGLMinecraft
Level based game with looks of Minecraft made using OpenGL
OnlineNewsPopularity
Using Machine Learning techniques to determine the popularity of online news.
packet_queueing_and_scheduling
Packet Queuing and Scheduling Algorithms: FIFO, Round Robin and Weight Fair Queuing (WFQ)
packet_scheduling
PIM and iSLIP packet scheduling algorithms implemented in Python
shapley_value
Python code to find Shapley Value of a Characteristic Form Game
susobhang70's Repositories
susobhang70/shapley_value
Python code to find Shapley Value of a Characteristic Form Game
susobhang70/packet_queueing_and_scheduling
Packet Queuing and Scheduling Algorithms: FIFO, Round Robin and Weight Fair Queuing (WFQ)
susobhang70/kernel_pca_lda
Kernel PCA and Kernel LDA Implementation in Python using RBF Kernel, and using SVM to classify reduced dimensional data
susobhang70/Cannon-Fire
Projectile based game like Angry Birds made in OpenGL 3.3 using GLFW, GLM, GLAD, SFML, and FreeType libraries
susobhang70/naive_bayes_PCA_LDA
Python code for Naive Bayes, PCA and 1-D LDA Implementation
susobhang70/packet_scheduling
PIM and iSLIP packet scheduling algorithms implemented in Python
susobhang70/clustering_algorithms
Agglomerative Clustering, Spectral Clustering and Kernel K-Means Clustering implementation in Python
susobhang70/dominant_strategy_equilibrium
Python code to find strong and weak dominant strategy equilibrium for N-player games
susobhang70/FlatB-Compiler
Flat-B Compiler Frontend - AST, Interpreter and LLVM IR Generator
susobhang70/OGLMinecraft
Level based game with looks of Minecraft made using OpenGL
susobhang70/perceptrons_neuralnet
Perceptron Algorithms and Simple Supervised Feed Forward Neural Network with Backprop implementation in Python
susobhang70/trie_packet_classfication
Trie based implementation for Network packet classification
susobhang70/academicpages
Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
susobhang70/AdxGame
Implementation of the AdxGame.
susobhang70/bio_pdb_parser
Python PDB Parser to show details about PDB protein file
susobhang70/bootstrap_heartsteps
susobhang70/con_test
Concurrency and Testing Problems and Solutions
susobhang70/DB_duplicate_elimination
Database Duplication Elimination using BTree and Hashing
susobhang70/distributed_systems
susobhang70/Erlang_Matrix_Multiplication
Matrix Multiplication using Erlang (Single Process and Multiple Processes)
susobhang70/finite_field_generator
Finite Field (Polynomial) Generator Scripts with Helper Function Implementations
susobhang70/miniSQL_engine
Mini SQL engine in Python
susobhang70/negotiation_agent
A Negotiation Agent for the GENIUS platform
susobhang70/Ping-Packet-Capture
Code to emulate scenario where ICMP ping packets are captured and spoofed to another machine
susobhang70/rpg_maze_runner
RPG Puzzle Game for Children
susobhang70/simple_tcp_udp_programs
Some basic socket programming code for TCP, UDP, broadcast, client/server, peer-to-peer
susobhang70/susobhang70.github.io
Blog Repo
susobhang70/timeloop-examples
Timeloop repo with examples to be used for experimenting
susobhang70/undo_redo_logging
Undo and Redo Logging implementation in Python
susobhang70/upgma_phylogenetic_tree
Scripts in Python to read nucleotide/protein sequences and construct Phylogenetic relationship using UPGMA