Essay Note of solving issue in MacOSX Some painful experiences under macosx, for instance, lanuchpad resetting, incorrect user preference, etc.
Reinforcement Learning Basic model of Reinforcement Learning Basic model for Reinforcement learning, about value function V(s), Q(s, a) function and continuation value function C(s, a)
Algorithm Collaborative Filtering for user behavior Recommender systems are a way of suggesting like or similar items and ideas to a users specific way of thinking. Collaborative Filtering is the most important algorithm to find missing rating, or evaluate items base d on user behavior.
Algorithm Latex equation via MathJax In order to make my blog ready for Mathematic equation, I enable MathJax in ghost via customization of core/client and theme template project. This blog is to record the critical math equation for reference purpose. * Case 1: equations with auto-numbering \begin{equation} E = mc^2 \label{myequation} \end{equation}