Pragmatic Programming Techniques
Pages
(Move to ...)
Home
▼
Saturday, February 23, 2013
Text processing (part 2): Inverted Index
›
This is the second part of my text processing series. In this blog, we'll look into how text documents can be stored in a form that can...
3 comments:
Friday, February 15, 2013
Text Processing (part 1) : Entity Recognition
›
Entity recognition is commonly used to parse unstructured text document and extract useful entity information (like location, person, brand)...
1 comment:
Tuesday, February 12, 2013
Basic Planning Algorithm
›
You can think of planning as a graph search problem where each node in the graph represents a possible "state" of the reality. A ...
Monday, January 14, 2013
Optimization in R
›
Optimization is a very common problem in data analytics. Given a set of variables (which one has control), how to pick the right value such...
2 comments:
Wednesday, January 2, 2013
MapReduce: Detecting Cycles in Network Graph
›
I recently received an email from an audience of my blog on Map/Reduce algorithm design regarding how to detect whether a graph is acyclic ...
1 comment:
Monday, November 26, 2012
Detecting Communities in Social Graph
›
In analyzing social network, one common problem is how to detecting communities, such as groups of people who knows or interacting frequentl...
2 comments:
Thursday, October 4, 2012
Machine Learning in Gradient Descent
›
In Machine Learning, gradient descent is a very popular learning mechanism that is based on a greedy, hill-climbing approach. Gradient De...
5 comments:
‹
›
Home
View web version