Pinned Repositories
A-December-of-Algorithms-2019
Welcome to another year of A December of Algorithms. This is a small collection of algorithms to implement this December. Finish it all to get a certificate. :christmas_tree:
annoy
Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk
annoy-sim-search
test repo
autoencoder
A simple, easy-to-use and flexible auto-encoder neural network implementation for Keras
AutoOut
Automated Outlier Detection and Treatment Tool
Awesome-GRE-Materials
A curated list of materials to prepare for the GRE.
DALI
A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to accelerate deep learning training and inference applications.
simclr
SimCLRv2 - Big Self-Supervised Models are Strong Semi-Supervised Learners
SpaceForceDataSearch
A tool to help scientists using satellite imagery of specific phenomena to find similar images to rapidly curate a dataset for scientific studies
toy_dali
sample debug repository for NVIDIA DALI
tarunn2799's Repositories
tarunn2799/annoy-sim-search
test repo
tarunn2799/DALI
A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to accelerate deep learning training and inference applications.
tarunn2799/simclr
SimCLRv2 - Big Self-Supervised Models are Strong Semi-Supervised Learners
tarunn2799/SpaceForceDataSearch
A tool to help scientists using satellite imagery of specific phenomena to find similar images to rapidly curate a dataset for scientific studies
tarunn2799/toy_dali
sample debug repository for NVIDIA DALI
tarunn2799/A-December-of-Algorithms-2019
Welcome to another year of A December of Algorithms. This is a small collection of algorithms to implement this December. Finish it all to get a certificate. :christmas_tree:
tarunn2799/annoy
Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk
tarunn2799/autoencoder
A simple, easy-to-use and flexible auto-encoder neural network implementation for Keras
tarunn2799/AutoOut
Automated Outlier Detection and Treatment Tool
tarunn2799/create-ml-app
Template Makefile for ML projects in Python.
tarunn2799/data511_project
tarunn2799/Document-Dewarping-with-Control-Points
Document Dewarping with Control Points
tarunn2799/early-stopping-pytorch
Early stopping for PyTorch
tarunn2799/food_identify_gptv
tarunn2799/gnatss
Community Seafloor Global Navigation Satellite Systems - Acoustic (GNSS-A) Transponder Surveying Software
tarunn2799/keras
Deep Learning for humans
tarunn2799/keras-maskrcnn
Keras implementation of MaskRCNN object detection.
tarunn2799/keras-vis
Neural network visualization toolkit for keras
tarunn2799/lbtoolbox
My personal toolbox for doing datascience (especially deep learning) in python.
tarunn2799/Math_by_Richard_Feynman
A repo of curated links to Math lectures by Prof. Richard Feynman
tarunn2799/NSGIF
🔮 iOS Library for converting videos to animated GIFs.
tarunn2799/pandas
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
tarunn2799/PyContrast
PyTorch implementation of Contrastive Learning methods; List of awesome-contrastive-learning papers
tarunn2799/Python
All Algorithms implemented in Python
tarunn2799/PyTorch-BYOL
PyTorch implementation of Bootstrap Your Own Latent: A New Approach to Self-Supervised Learning
tarunn2799/PyTorch_CIFAR10
Pretrained TorchVision models on CIFAR10 dataset (with weights)
tarunn2799/Self-Supervised-Learner
Curator can be used to train a classifier with fewer labeled examples needed using self-supervised learning.
tarunn2799/SimCLR-1
PyTorch implementation of SimCLR: A Simple Framework for Contrastive Learning of Visual Representations
tarunn2799/SimCLR-CIFAR10
Pytorch SimCLR on CIFAR10 (92.85% test accuracy)
tarunn2799/SupContrast
PyTorch implementation of "Supervised Contrastive Learning" (and SimCLR incidentally)