Neural Space-filling Curves

A data-driven approach to infer a context-based scan order for a set of images. Allows for better compression and sequential generative models
Read More

How to use GPU based Virtual Machines on Azure!

Microsoft recently (August 4, 2016) announced their Azure N-Series Virtual Machines. I was at the time evaluating options to serve deep learning models on GPUs and decided to give it a try. It was actually pretty straightforward
Read More

Parallel processing in python

I stopped using Python's multiprocessing module for quite some time now. But decided to blog about it only recently (not because a blog post has been long due, but because pathos definitely deserves one)
Read More