BhushanMahajan25
CS grad student at University of Maryland Baltimore County. Experienced software engineer, well versed in Java, Python, C/C++, Spring Boot & distributed systems
Washington DC - Baltimore Area
BhushanMahajan25's Stars
leehanchung/awesome-full-stack-machine-learning-courses
Curated list of publicly accessible machine learning engineering courses from CalTech, Columbia, Berkeley, MIT, and Stanford.
theanalyst/awesome-distributed-systems
A curated list to learn about distributed systems
kalyani-28/Full_Stack_Dev_AI
This is an AI project which involves deep learning, computer vision and rule-based inference engine. The objective is to create an AI which can understand the hand-drawn forms and creates full-fledged application with front-end and back-end.
google-deepmind/deepmind-research
This repository contains implementations and illustrative code to accompany DeepMind publications
riti2409/Resources-for-preparation-Of-Placements
Lecture video links for preparation of Placements
kuleshov/cornell-cs5785-2020-applied-ml
Teaching materials for the applied machine learning course at Cornell Tech (online edition)
yangshun/tech-interview-handbook
💯 Curated coding interview preparation materials for busy software engineers
practical-tutorials/project-based-learning
Curated list of project-based tutorials
jlevy/the-art-of-command-line
Master the command line, in one page
srebroa/awesome-yolo
:rocket: :star: The list of the most popular YOLO algorithms - awesome YOLO
Renumics/awesome-open-data-centric-ai
Curated list of open source tooling for data-centric AI on unstructured data.
pdx97/CF2-Computervision
code that allows Crazyflie camera to be used with common computer vision techniques.
PacktPublishing/3D-Deep-Learning-with-Python
3D Deep Learning with Python, Published by Packt
jayybhatt/Text-to-Image-Synthesis
PyTorch Implementation of the paper - 'Generative Adversarial Text to Image Synthesis' from ICML 2016 https://arxiv.org/abs/1605.05396
DayuanTan/multicast-programming-multicast-ordering
Firstly, I implemented the multicast cpp implementation in distributed systems. Secondly, based on that, I implemented multicast ordering (FIFO ordering, Causal ordering) for DS.
Coder-World04/Complete-System-Design
This repository contains everything you need to become proficient in System Design
roboflow/notebooks
Examples and tutorials on using SOTA computer vision models and techniques. Learn everything from old-school ResNet, through YOLO and object-detection transformers like DETR, to the latest models like Grounding DINO and SAM.
huggingface/pytorch-image-models
The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT), MobileNetV4, MobileNet-V3 & V2, RegNet, DPN, CSPNet, Swin Transformer, MaxViT, CoAtNet, ConvNeXt, and more
ashishpatel26/ResourceBank_CV_NLP_MLOPS_2022
This repository offers a goldmine of materials for students of computer vision, natural language processing, and machine learning operations.
mkassm/References_Books
My awseome reference books library
scarlet2131/PBFT
Implemented the PBFT Consensus algorithm. PBFT is a fault tolerant algorithm which reaches consensus even having n/3 faulty nodes
ufkapano/graphtheory
Python implementation of graphs.
kashishkhullar/pbft
Implementation of PBFT in node.js
surya0180/ECC-Cryptosystem
A Text based cryptosystem which is built using elliptic curve cryptography
ashishrana160796/fibonacci-initialized-neural-networks
A repository containing experimental results about fibonacci intialized neural networks in comparison to random intialization neural networks.
labmlai/annotated_deep_learning_paper_implementations
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
Michael0x2a/curated-programming-resources
A curated list of resources for learning programming.
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
pytorch/tutorials
PyTorch tutorials.
eriklindernoren/PyTorch-GAN
PyTorch implementations of Generative Adversarial Networks.