Pinned Repositories
awesome-portfolio-websites
A community maintained open source project aimed at making a personal portfolio for researchers, developers, and analysts simple, fast, and less cumbersome. We make sure you have a full-fledged website to showcase your work while you can spend time on your learning and innovative endeavors.
Awesome-Pruning
A curated list of neural network pruning resources.
Awesome-PyTorch
My Practise PyTorch tutorials
COVID-19-Drug-Designing-using-Deep-Learning
This Repo contains our methodology and solution to predict / Synthesise potential Antidotes/Cure using AI solutions for the current pandemic
EfficientDet-Object-Detection
PyTorch Implementation of EfficientDet: Scalable and Efficient Object Detection
External-Attention-pytorch
🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐
Object-Detection-on-Jetson-Nano
Building YOLO V2/V3 Object Detection on Jetson Nano
Pruning-Sparsifying-PyTorch-Conv-Nets
Filter Pruning, Sparsifying and Quantising PyTorch/FastAI Conv Nets
Research-Paper-Implementation
My PyTorch Implemenation of various Deep Learning Research Papers
Unsupervised-Deep-Learning-based-Segmentation
Unsupervised-Deep-Learning based Segmentation - PyTorch
rushi-the-neural-arch's Repositories
rushi-the-neural-arch/COVID-19-Drug-Designing-using-Deep-Learning
This Repo contains our methodology and solution to predict / Synthesise potential Antidotes/Cure using AI solutions for the current pandemic
rushi-the-neural-arch/Deep-Reinforcement-Learning-Based-Quadcopter-controller
Deep Reinforcement Learning Based Quadcopter controller
rushi-the-neural-arch/TCS-HumAIn---Taxonomy-Classification
This repo contains my implementation of the Taxonomy Classification problem for TCS HumAIn Idea submission round
rushi-the-neural-arch/best-of-ml-python
🏆 A ranked list of awesome machine learning Python libraries. Updated weekly.
rushi-the-neural-arch/deploy-models-with-grpc-pytorch-asyncio
Article about deploying machine learning models using grpc, pytorch and asyncio
rushi-the-neural-arch/NLP-Interview-Notes
本项目是作者们根据个人面试和经验总结出的自然语言处理(NLP)面试准备的学习笔记与资料,该资料目前包含 自然语言处理各领域的 面试题积累。
rushi-the-neural-arch/OpenAI-NLP-Hackathon-Symbiosis-University
This repository is made in lieu of submission towards the solution of problem statement 2 of the OPEN AI NLP hackathon. The objective here is to classify the voice recordings of a call center proceeding by treating them as consumer complaints into the said categories of the automotive industry
rushi-the-neural-arch/Python-Data-Structures-Algorithms
My implementation of various Data Structures and Algorithms in Python
rushi-the-neural-arch/External-Attention-pytorch
🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐
rushi-the-neural-arch/Adversarial-Attacks-on-Face-Recognition-Systems
rushi-the-neural-arch/advice
A repository of links with advice related to grad school applications, research, phd etc
rushi-the-neural-arch/awesome-fastai
A curated list of awesome fastai projects/blog posts/tutorials/etc.
rushi-the-neural-arch/Best-README-Template
An awesome README template to jumpstart your projects!
rushi-the-neural-arch/Deep-Learning-In-Production-1
Develop production ready deep learning code, deploy it and scale it
rushi-the-neural-arch/EVA8-Assignments
This repository contains solutions to assignments of the EVA 8 course of The School of AI.
rushi-the-neural-arch/Face_Pytorch
face recognition algorithms in pytorch framework, including arcface, cosface, sphereface and so on
rushi-the-neural-arch/hand-gesture-recognition-mediapipe
This is a sample program that recognizes hand signs and finger gestures with a simple MLP using the detected key points. Handpose is estimated using MediaPipe.
rushi-the-neural-arch/Knowledge-Distillation-Zoo
Pytorch implementation of various Knowledge Distillation (KD) methods.
rushi-the-neural-arch/openai-whisper
Robust Speech Recognition via Large-Scale Weak Supervision
rushi-the-neural-arch/pml-book
"Probabilistic Machine Learning" - a book series by Kevin Murphy
rushi-the-neural-arch/PyTorch-DistributedTraining
Distributed Data Parallel (DDP) training using PyTorch and other PyTorch based libraries
rushi-the-neural-arch/PyTorch_image_classifier
Image classification: efficientnet/resnest/seresnext/.....
rushi-the-neural-arch/PyTorchVideoCompression
PyTorch implementation and benchmark of Video Compression
rushi-the-neural-arch/RAG-Demo
rushi-the-neural-arch/Real-Time-Video-Style-Transfer
rushi-the-neural-arch/rushi-the-neural-arch
Config files for my GitHub profile.
rushi-the-neural-arch/SegmentationWorkshop
PyTorch implementation for Semnatic Segmentation example
rushi-the-neural-arch/SLAM-Resources-for-Beginner
Highly recommended resources for SLAM newbies (Lecture, Reviewed paper, Books, Tutorial, etc)
rushi-the-neural-arch/Transformers4Vision
A summarization of Transformer-based architectures for CV tasks, including image classification, object detection, segmentation, and Few-shot Learning. Keep updated frequently.
rushi-the-neural-arch/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch