Monday, 30 December 2013

Dec 31th


Place - Bangalore

I have taken step to learn Concrete mathematics and found resources.

http://apps.topcoder.com/forums/;jsessionid=54CF3FC4064D389BA3DCCEE739665E68?module=Thread&threadID=644555&start=0&mc=4#1738880.

Apart from the above mentioned site http://www.cs.sunysb.edu/~skiena/teaching/ talks about algorithms, combinatorics etc (Still not seen those videos myself).

Started to learn Flow algorithms . I was trying to understand how it actually works got a nice video lecture from IIT Madras he talk about advanced research problems.

Link is provided here http://www.youtube.com/watch?v=9XAwYkisYiM&list=PLA4F92E491E889A5D&index=21

Was trying to figure out ways to convert top-down approach to bottom-up approach.
Interesting fact that I came to know is

  1. Base case of top-down approach is the base value for the bottom-up approach.
  2. Recursion is easy to be converted to iterative if it's a tail recursion.
  3. understanding iterative and order of loop requires more research.

Tomorrow need to spend time on the project - Finding ways to track efficiently.

  1. Need to think whether I can continue with my old program.
  2. Choosing between segmentation and tracking.
  3. Or initially tracking the image and then find out what the action it corresponds to.






No comments:

Post a Comment