摘要:
CSLM工具(continuous space language model toolkit)用于训练NNLM,支持SRILM、KENLM(默认)语言模型工具,CUDA加速,CSTM统计机器翻译。
本文粗略介绍在SRILM与CUDA环境下配置CSLM工具过程。操作系统为Ubuntu64bit 13.04 桌面版,Xeon系列CPU,GEFORCE显卡... 阅读全文
摘要:
As for Multi-Layer Perceptron, it can be taken as a combination of many Linear Classifications, using many hyper plane to split the space and separate... 阅读全文
摘要:
Classification, to find out which bounder side of a point or get the bounder to separate the dataset. This article is mainly about Linear Classificati... 阅读全文
摘要:
K-means is a very generic clustering algorithm, using four steps to separate the points into clusters. The following part show how it works:1. Initial... 阅读全文
摘要:
In data mining there are four main problems, clustering, classifying, regression and dimension reduce, to be discussed. And this issue is mainly about Decision Tree in classification. For some data that we’ve known, calculate the decision tree, and use the tree to deal with new points, telling which group the new, coming points belong to. 阅读全文