Pragmatic Programming Techniques
Pages
(Move to ...)
Home
▼
Saturday, July 5, 2008
Branch and Bound Algorithm
›
Branch and Bound is a tree pruning technique for solving optimization problem using search technique. Optimization problem is trying to find...
1 comment:
Tuesday, June 10, 2008
Exploring Erlang with Map/Reduce
›
Under the category of "Concurrent Oriented Programming", Erlang has got some good attention recently due to some declared success ...
2 comments:
Sunday, May 25, 2008
Parallel data processing language for Map/Reduce
›
In my previous post , I introduce Map/Reduce model as a powerful model for parallelism . However, although Map/Reduce is simple, powerful a...
Monday, April 28, 2008
Parallelism with Map/Reduce
›
We explore the Map/Reduce approach to turn sequential algorithm into parallel Map/Reduce Overview Since the "reduce" operatio...
3 comments:
Sunday, April 27, 2008
Bayesian Classifier
›
Classification Problem Observing an instance x, determine its class. (e.g. Given a Email, determine if this is a spam). Solution Approach ...
Tuesday, April 15, 2008
Parallelizing Algorithms
›
The growth of a single CPU has been limited by physical factors such as clock rate, generated heat, power ... etc. Current trend is moving ...
1 comment:
Friday, April 11, 2008
REST design pattern
›
Based on the same architectural pattern of the web, "REST" has a growing dominance of the SOA (Service Oriented Architecture) impl...
4 comments:
‹
›
Home
View web version