It is long time since my last original post. It's not my original intent for opening this blog.
Why I open this English blog? It's all about that I'd like to 1) practice my writing English , 2) summarize what I have learned and my thoughts in IR. Unfortunately, now it's only a place where I republish other's posts that I am interested in.
Anyway, from today on, I'll write whatever I want to express. I will not think about a post with good quality. Maybe the most importance thing for me is to start writing.
loading..
Popular Posts
-
Resources about lucene Resources Introductions The API documentation contains a short and simple code example that show...
-
We examine top Python Machine learning open source projects on Github, both in terms of contributors and commits, and identify most popula...
-
汉字编码问题 下面是搜集的多篇关于汉字编码问题文章的合集,相信你的问题一定包含在其中,如果没有请留言,一起把这方面的内容补充全。 一、汉字编码的种类 汉字编码中现在主要用到的有三类,包括GBK,GB2312和Big5。 1、 GB2312又称国标码 ,由国家标准总...
-
RT: http://lingpipe-blog.com/2011/03/11/what-is-a-mathematical-model/ What is a (Mathematical) Model? By Bob Carpenter I was sh...
-
cython function in ipython %load_ext cythonmagic In [4]: %%cython ...: def fib(int n): ...: cdef int a,b,i ...: ...
-
Type in a terminal window: gs -sDEVICE=bbox -dNOPAUSE -dBATCH file.pdf (or file.ps) you must have ghostscript installed of course. This c...
-
Logistic Regression by Any Other Name LingPipe Blog I (Bob) have been working on logistic regression. In particular, multinomial logistic r...
-
After installing Scipy, when I import optimize from Scipy, the following error occurs. Traceback (most recent call last): File &q...
-
This is a very useful list of surveys from Doug Oard , which would be definitely helpful for those who want to enter this territory. I...
-
Just read a post from http://blog.bigml.com/2013/02/21/everything-you-wanted-to-know-about-machine-learning-but-were-too-afraid-to-ask-pa...