Featured Github Projects
Below are my implementations of various Deep Learning papers (Github repo for other interesting implementations). I also have useful libraries for Swift, Python, Objective-C and rapid product development.
Test tube
Test tube is a python library to track, optimize and parallelize Deep Learning experiments across GPUs and compute clusters. It's framework agnostic and is built on top of the python Argparse API for ease of use.
deepRLHACKS - My notes on john schulman's talk from uc berkely deep rl bootcamp (aug 2017)
Hacks for training RL systems from John Schulman's lecture at Deep RL Bootcamp (Aug 2017)
Image-to-Image Translation with Conditional Adversarial Networks (pix2pix)
This particular GAN (General Adversarial Network), learns a mapping between an image X to an image Y, where X is a different representation of Y. In their paper, Isola et al use this GAN to map from building facades to building images.
Efficient Natural Language Response Suggestion for Smart Reply
Tensorflow implementation of a siamese feedforward architecture to score potential responses to a conversational context.