Pragmatic Programming Techniques
Pages
(Move to ...)
Home
▼
Friday, December 27, 2013
Spark: Low latency, massively parallel processing framework
›
While Hadoop fits well in most batch processing workload, and is the primary choice of big data processing today, it is not optimized for ot...
1 comment:
Thursday, December 12, 2013
Escape local optimum trap
›
Optimization is a very common technique in computer science and machine learning to search for the best (or good enough) solution. Optimiza...
Saturday, November 9, 2013
Diverse recommender
›
This is a continuation of my previous blog in recommendation systems , which describes some basic algorithm for building recommendation syst...
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:
‹
›
Home
View web version