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
- Base case of top-down approach is the base value for the bottom-up approach.
- Recursion is easy to be converted to iterative if it's a tail recursion.
- understanding iterative and order of loop requires more research.
Tomorrow need to spend time on the project - Finding ways to track efficiently.
- Need to think whether I can continue with my old program.
- Choosing between segmentation and tracking.
- Or initially tracking the image and then find out what the action it corresponds to.
No comments:
Post a Comment