Pinned Repositories
Awesome-Sketch-Based-Applications
:books: A collection of sketch based application papers.
Awesome-Talking-Face
📖 A curated list of resources dedicated to talking face.
CSCCT
Official Implementation of the ECCV 2022 Paper "Class-Incremental Learning with Cross-Space Clustering and Controlled Transfer"
Gaussian-Poisson-GANs-For-Image-Blending
Blending composite images using a generative model and a Gaussian-Poisson equation with a Laplacian Pyramid
MLRC-2021-Few-Shot-Learning-And-Self-Supervision
Does Self-supervision Always Improve Few-shot Learning? - MLRC 2021 and ReScience-C
Monocular-Depth-Estimation
Depth estimation from single-view RGB images
pytorch-transformer-ts
Repository of Transformer based PyTorch Time Series Models
Zero-Shot-Sketch-Based-Image-Retrieval
Zero-shot sketch-based image retrieval using a domain adversarial neural network
TACTiS
TACTiS-2: Better, Faster, Simpler Attentional Copulas for Multivariate Time Series, from ServiceNow Research
lag-llama
Lag-Llama: Towards Foundation Models for Probabilistic Time Series Forecasting
ashok-arjun's Repositories
ashok-arjun/Awesome-Sketch-Based-Applications
:books: A collection of sketch based application papers.
ashok-arjun/Facebook-clone
Data Structures mini package to simulate the organization of users in facebook network. Includes the implementation of various data structures including Graph, Trie, Queue and Stack.
ashok-arjun/Torrenter
Torrenter is a torrent client, written from scratch, in Python 3.6.9.
ashok-arjun/abstract-reasoning-matrices
Progressive matrices dataset, as described in: Measuring abstract reasoning in neural networks (Barrett*, Hill*, Santoro*, Morcos, Lillicrap), ICML2018
ashok-arjun/Automatic-Flappy-Bird
An attempt to make the computer play the flappy bird game, using neural nets and genetic algorithms.
ashok-arjun/AV-sync
Python implementation of the paper " Dynamic Temporal Alignment of Speech to Lips"
ashok-arjun/basic_reinforcement_learning
An introductory series to Reinforcement Learning (RL) with comprehensive step-by-step tutorials.
ashok-arjun/Busylancer
Busylancer, a freelance job portal, developed using PHP and MySQL. Freelancers can bid for jobs posted by hiring managers of various companies. The job is then given to a freelancer by the hiring manager. Companies can also contract freelancers for a period of time.
ashok-arjun/Canteen-Management-System
C++ program to implement canteen management system, with MySQL database as the backend.
ashok-arjun/CLR
ashok-arjun/CN-DPM
Official code for ICLR 2020 paper "A Neural Dirichlet Process Mixture Model for Task-Free Continual Learning."
ashok-arjun/Colab-SSH-and-GDrive
SSH into Colab notebook with access to your google drive.
ashok-arjun/David-Silver-Reinforcement-learning
Notes for the Reinforcement Learning course by David Silver along with implementation of various algorithms.
ashok-arjun/DGL
ashok-arjun/going_deeper
Going Deeper: Infinite Deep Neural Networks
ashok-arjun/haze
A bittorrent client, for learning purposes
ashok-arjun/imagenet18
Code to reproduce "imagenet in 18 minutes" experiments
ashok-arjun/LAB
[CVPR 2018] Look at Boundary: A Boundary-Aware Face Alignment Algorithm
ashok-arjun/manifold_mixup
Code for reproducing Manifold Mixup results (ICML 2019)
ashok-arjun/Mario-Using-C-Plus-Plus
A game, developed in C++. The graphics in the game were rendered using Allegro, a graphics library for C++. The game replicates one level of Mario.
ashok-arjun/Mask_RCNN
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
ashok-arjun/mathematics_dataset
This dataset code generates mathematical question and answer pairs, from a range of question types at roughly school-level difficulty.
ashok-arjun/Neural-Nets
Low level neural network library written from scratch and projects done using it
ashok-arjun/Orthogonality-in-CNNs
[NeurIPS '18] "Can We Gain More from Orthogonality Regularizations in Training Deep CNNs?" Official Implementation.
ashok-arjun/pytorch-sync-batchnorm-example
How to use Cross Replica / Synchronized Batchnorm in Pytorch
ashok-arjun/real-nvp-pytorch
Real NVP PyTorch a Minimal Working Example | Normalizing Flow
ashok-arjun/Seam-Carving
Seam Carving for Content - Aware Image Resizing
ashok-arjun/snip-public
SNIP: SINGLE-SHOT NETWORK PRUNING BASED ON CONNECTION SENSITIVITY
ashok-arjun/stefann
:fire: [CVPR 2020] STEFANN: Scene Text Editor using Font Adaptive Neural Network @ The IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) 2020.
ashok-arjun/VariationalContinualLearning
Implementation of Nguyen and al.'s paper "Variational ContinualLearning