Technology
Endless possibilities.
Articles
An introduction to JAX
What is JAX? JAX is NumPy but more with various functionalities designed to make machine learning research faster. It introduces a functional programming paradigm and has other valuab...
In tech, Apr 04, 2021Understanding TensorFlow Graph Execution with a Simple Example
This post is for absolute beginners. I hope to be able to explain complicated concepts in simple terms to benefit a wider audience (see dummies guide to erasure coding post for a diff...
In tech, Jul 10, 2017Popular Weekend Programming Languages
What are some languages used most often during the weekends? Are there some languages that are inherently more ‘hobbyist’ than others?
In tech, May 27, 2013XORing Elephants: Novel Erasure Codes for Big Data
This is a post that has been long overdue.
In tech, Apr 23, 2013Eight Queens Puzzle
I came across a very nice puzzle called the Eight Queen Puzzle a few days back. Although, I must agree at the outset that it is somewhat sad that I have not heard this one before.I ca...
In tech, Mar 29, 2013Kneser Graphs and the EKR Theorem
In the last post, I briefly talked about vertex cover, edge cover, maximum matching and independent sets. The fractional versions of these problems are not too far away from the integ...
In tech, Jan 27, 2013A few notes on graph theory
I would like to summarize very briefly a few of the most basic problems in graph theory. It is my hope to write more about these and about graphs later, so I can refer to this page wh...
In tech, Jan 24, 2013The Two-Subset Sum problem
One of the classic questions is the two sum problem or the two-subset problem:
In tech, Jan 22, 2013No more rush hours: An introduction to vehicular networks
Imagine doing a 70 on a highway on your convertible and imagine the loud music blaring through the wind. Imagine a sunny saturday when you are making your way to the beach, when sudde...
In tech, Nov 29, 2012Surfing analogy for startups
There was an interesting talk a few days back in USC by Michael Sheha (his bio at the end of the post).
In tech, Oct 13, 2012Liveblogging OSDI2012 - Tuesday
There are four main sessions today. Looking forward to the Google talk on Spanner. Day 1 was great (including the food, of course). Looking forward to a great second day. I will blog ...
In blog, tech, Oct 09, 2012Liveblogging OSDI2012 - Monday
I am attending OSDI 2012 here at Hollywood, CA. Lots of interesting papers here and I will try to blog about this event. In particular I am excited about attending Google’s spanner ta...
In blog, tech, Oct 08, 2012LaTeX Tips and Tricks
There seem to be quite a few techniques to embed the fonts while generating PDFs from LaTeX sources, and I just wanted to collate a few in one post. Further, I wanted to share my comp...
In tech, Aug 17, 2012Dummies Guide to Erasure Coding
If you read this Wikipedia article on erasure coding, you will be more prone to a headache than a person with migraine. Fortunately, there is help. Unfortunately, this article will be...
In tech, Jul 01, 2012Reinforcement Learning
Even though I have used Markov Decision Processes and I know of the bandit problem framework, suddenly I realized that I could not relate these together with reinforcement learning. T...
In tech, Jun 30, 2012Save an applet to an image in Java
Have you ever wanted to save a frame from a Java applet to an image file? In this quick piece of code, I will show you how to save an image produced by an applet to a file. Although i...
In tech, Jun 27, 2012