Recommender Series 1 - Overview
In this article, I will give an overall introduction about recommenders, including how the recommendation problem arises, the abstract models and the key problems when building a new recommender.
...In this article, I will give an overall introduction about recommenders, including how the recommendation problem arises, the abstract models and the key problems when building a new recommender.
...In this post, I will introduce the string matching problem, and a clever solution - KMP algorithm. I start from the brute force method and showed how to deduce KMP.
In this post, I will give a brief summary of binary search algorithm, together with some programming problems on this topic.
In this note, you could find the basic definition of Operating Systems and the general architecture of computer.