Pinned Repositories
advent-of-code
advent-of-code-2022
advent-of-code-2023
AoC2021
basic_makefile_generator
Ruby script to generate makefiles for basic C++ projects
BasicWebApp
BinarySearchTreeCPP
C++ implementation of a BST
Neural-Networks-Image-Classfication
Classification of the Fashion-MNIST dataset using neural networks. This is a solution to one of the Imperial College London ICDSS Advanced Data Science Team Challenges 2017-2018.
notebooks
Misc notebooks for fun
zombie_game_SDL
C++ implementation of a zombie game using SDL2
namanwahi's Repositories
namanwahi/Neural-Networks-Image-Classfication
Classification of the Fashion-MNIST dataset using neural networks. This is a solution to one of the Imperial College London ICDSS Advanced Data Science Team Challenges 2017-2018.
namanwahi/notebooks
Misc notebooks for fun
namanwahi/zombie_game_SDL
C++ implementation of a zombie game using SDL2
namanwahi/advent-of-code
namanwahi/advent-of-code-2022
namanwahi/advent-of-code-2023
namanwahi/AoC2021
namanwahi/basic_makefile_generator
Ruby script to generate makefiles for basic C++ projects
namanwahi/BasicWebApp
namanwahi/BinarySearchTreeCPP
C++ implementation of a BST
namanwahi/ComputerVision2018-19
Computer Vision 2018-19
namanwahi/emacs.d
My emacs configuration.
namanwahi/GoogleHashCode
namanwahi/heroku-flask-app
Testing flask + gunicorn configuration to deploy on Heroku
namanwahi/NLPLabs
Jupyter notebooks for CO490 NLP course
namanwahi/QuadtreeCollisionDetectionCPP
investigate the use of quadtrees for collision detection systems
namanwahi/SharedPointerImplementationCPP
my impementation of a smart_pointers for memory management in C++
namanwahi/Transfer-Learning
A look into transfer learning from one neural network to another to classify similar data.