Communicating Through Fingertips - Finger Gesture Recognition Using Depth Data
In Prof. Vishy's ML class (cs 590 - top notch course, top notch professor), we don't have a final and instead we are supposed to apply ML to a problem we find interesting. Microsoft gave all of us interns a Kinect this summer so I decided to put it to some use (I don't have [...]
TIL for November 20, 2011
Emil Post actually invented a deterministic computation model. In this model, the machine operated using a FIFO queue. You would read the first symbol in the queue. Delete the appropriate number of symbols from the head Append a string corresponding to the symbol looked up in step #1.This machine has only 1 state. It is [...]