Rahul V (gravity1989)

gravity1989

Geek Repo

Company:IIITB

Location:Bangalore

Home Page:gravityrv.blogspot.in

Github PK Tool:Github PK Tool

Rahul V's starred repositories

pytorch-tutorial

PyTorch Tutorial for Deep Learning Researchers

Language:PythonLicense:MITStargazers:29614Issues:625Issues:178

pix2pix

Image-to-image translation with conditional adversarial nets

Language:LuaLicense:NOASSERTIONStargazers:10037Issues:322Issues:207

tensorflow-wavenet

A TensorFlow implementation of DeepMind's WaveNet paper

Language:PythonLicense:MITStargazers:5411Issues:264Issues:278

pointnet

PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation

Language:PythonLicense:NOASSERTIONStargazers:4679Issues:136Issues:304
Language:PythonLicense:BSD-3-ClauseStargazers:3202Issues:104Issues:61

maml

Code for "Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks"

Language:PythonLicense:MITStargazers:2516Issues:47Issues:78

1806

18.06 course at MIT

Language:Jupyter NotebookStargazers:2395Issues:131Issues:6

improved_wgan_training

Code for reproducing experiments in "Improved Training of Wasserstein GANs"

Language:PythonLicense:MITStargazers:2347Issues:80Issues:92

tf_unet

Generic U-Net Tensorflow implementation for image segmentation

Language:PythonLicense:GPL-3.0Stargazers:1896Issues:66Issues:270

Deep-Learning-for-Medical-Applications

Deep Learning Papers on Medical Image Analysis

Language:TeXLicense:GPL-3.0Stargazers:1548Issues:147Issues:2

DLTK

Deep Learning Toolkit for Medical Image Analysis

Language:PythonLicense:Apache-2.0Stargazers:1422Issues:101Issues:31

wavenet

Keras WaveNet implementation

kaggle_ndsb2017

Kaggle datascience bowl 2017

Language:PythonLicense:MITStargazers:621Issues:27Issues:65

pytorch-maml

PyTorch implementation of MAML: https://arxiv.org/abs/1703.03400

Language:Jupyter NotebookLicense:MITStargazers:554Issues:10Issues:21

Deep-MRI-Reconstruction

Deep Cascade of Convolutional Neural Networks for MR Image Reconstruction: Implementation & Demo

Language:PythonLicense:NOASSERTIONStargazers:313Issues:19Issues:8

GAN-Sandbox

Vanilla GAN implemented on top of keras/tensorflow enabling rapid experimentation & research. Branches correspond to implementations of stable GAN variations (i.e. ACGan, InfoGAN) and other promising variations of GANs like conditional and Wasserstein.

Language:PythonLicense:MITStargazers:221Issues:21Issues:3

models

DLTK Model Zoo

Language:Jupyter NotebookLicense:Apache-2.0Stargazers:114Issues:13Issues:7

deligan

This project is an implementation of the Generative Adversarial Network proposed in our CVPR 2017 paper - DeLiGAN : Generative Adversarial Networks for Diverse and Limited Data. DeLiGAN is a simple but effective modification of the GAN framework and aims to improve performance on datasets which are diverse yet small in size.

Language:PythonLicense:MITStargazers:111Issues:9Issues:8

very-deep-convnets-raw-waveforms

Tensorflow - Very Deep Convolutional Neural Networks For Raw Waveforms - https://arxiv.org/pdf/1610.00087.pdf

Language:PythonLicense:Apache-2.0Stargazers:74Issues:11Issues:3
Language:PythonLicense:GPL-3.0Stargazers:67Issues:4Issues:3

aorun

Deep Learning over PyTorch

Language:PythonLicense:MITStargazers:61Issues:4Issues:2
License:Apache-2.0Stargazers:24Issues:15Issues:0
Language:Jupyter NotebookStargazers:24Issues:6Issues:4

rpgan

RP-GAN: Stable GAN Training with Random Projections

Language:PythonStargazers:20Issues:4Issues:0

MixtureOfExperts

Master Thesis. Code written in python. (Keras with Tensorflow backend)

Language:PythonLicense:MITStargazers:20Issues:3Issues:0

which-of-your-friends-are-on-tinder

Discover which of your Facebook friends are on Tinder!

Language:PythonLicense:Apache-2.0Stargazers:16Issues:3Issues:2

ECG_ArrhythmiaDetection

Notebook to create images from raw ECG values from MIT-BIH database

Language:Jupyter NotebookStargazers:10Issues:2Issues:1

Expert-Gate

We introduce a model of lifelong learning, based on a Network of Experts. New tasks / experts are learned and added to the model sequentially, building on what was learned before. To ensure scalability of this process, data from previous tasks cannot be stored and hence is not available when learning a new task. A critical issue in such context, not addressed in the literature so far, relates to the decision of which expert to deploy at test time. We introduce a set of gating autoencoders that learn a representation for the task at hand, and, at test time, automatically forward the test sample to the relevant expert. This also brings memory efficiency as only one expert network has to be loaded into memory at any given time. Further, the autoencoders inherently capture the relatedness of one task to another, based on which the most relevant prior model to be used for training a new expert, with finetuning or learning without-forgetting, can be selected. We evaluate our method on image classification and video prediction problems.

Language:MatlabStargazers:9Issues:1Issues:0