Pinned Repositories
Andrew-Ng-Coursera-exercises
This file contains the ml algorithms implemented to solve specific real-world problems as well as code to exercises from Andrew Ng's online course
CROSR
PyTorch implementation for "Classification-Reconstruction Learning for Open-Set Recognition" CVPR 2019.
Generalized-ODIN-Implementation
Generative-adverserial-neural-networks
A simple implementation of Generative Adverserial Neural nets.
mmdetection
OpenMMLab Detection Toolbox and Benchmark
simple-text-to-query
This repo demonstrates how you can use a LLM to convert text to SQL query and execute it on a local DB
SMCL
PyTorch implementation of Stochastic Multiple Choice Learning for Training Diverse Deep Ensembles
Understanding-Deep-Image-Representations-by-Inverting-Them
Reconstructing the content of image based on paper "Understanding Deep Image Representations by Inverting Them"
Visualising-Image-Classification-Models-and-Saliency-Maps
Visualizing-and-Understanding-Convolutional-neural-networks
saketd403's Repositories
saketd403/Visualizing-and-Understanding-Convolutional-neural-networks
saketd403/CROSR
PyTorch implementation for "Classification-Reconstruction Learning for Open-Set Recognition" CVPR 2019.
saketd403/Visualising-Image-Classification-Models-and-Saliency-Maps
saketd403/Understanding-Deep-Image-Representations-by-Inverting-Them
Reconstructing the content of image based on paper "Understanding Deep Image Representations by Inverting Them"
saketd403/SMCL
PyTorch implementation of Stochastic Multiple Choice Learning for Training Diverse Deep Ensembles
saketd403/Andrew-Ng-Coursera-exercises
This file contains the ml algorithms implemented to solve specific real-world problems as well as code to exercises from Andrew Ng's online course
saketd403/Generalized-ODIN-Implementation
saketd403/Generative-adverserial-neural-networks
A simple implementation of Generative Adverserial Neural nets.
saketd403/mmdetection
OpenMMLab Detection Toolbox and Benchmark
saketd403/saketd403.github.io
saketd403/simple-text-to-query
This repo demonstrates how you can use a LLM to convert text to SQL query and execute it on a local DB
saketd403/simple-local-rag
Build a RAG (Retrieval Augmented Generation) pipeline from scratch and have it all run locally.
saketd403/simple-sequence-to-sequence-lstm
A simple LSTM model for natural language translation.