Pragmatic Programming Techniques
Pages
(Move to ...)
Home
▼
Saturday, September 7, 2013
Exploration and Exploitation
›
"Cold Start" is a common problem happens quite frequent in recommendation system. When a new item enters, there is no prior histo...
1 comment:
Saturday, August 17, 2013
Six steps in data science
›
"Data science" and "Big data" has become a very hot term in last 2 years. Since the data storage price dropped signific...
Monday, July 29, 2013
OLAP operation in R
›
OLAP (Online Analytical Processing) is a very common way to analyze raw transaction data by aggregating along different combinations of dime...
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:
‹
›
Home
View web version