Department of Computer Science and Engineering The Chinese University of Hong Kong Biography Chi-Wing FU, Philip, received his B.Sc. (1st hon.) and M. ...
提问的智慧 http://www.beiww.com/doc/oss/smart-questions.html Computer Science Conference Rankings http://www.ntu.edu.sg/home/assourav/crank.htm 如何学好计算机技术反思 ...
分类:
其他好文 时间:
2019-01-06 15:40:12
阅读次数:
178
Challenges for Theoretical Computer Science: DRAFThttp://www2.research.att.com/~dsj/nsflist.html A compendium of NP optimization problemshttp://www.na ...
分类:
Web程序 时间:
2019-01-06 15:38:42
阅读次数:
262
领军大家: Geoffrey E. Hinton http://www.cs.toronto.edu/~hinton/ 阅读列表: reading lists and survey papers for deep learning http://deeplearning.net/reading-li ...
分类:
其他好文 时间:
2019-01-06 14:59:29
阅读次数:
186
今天看了一部分描述逻辑,看了好多个说法,里边仍然有好多不懂的词,有种万事开头难的感觉。 http://blog.sciencenet.cn/blog-794010-679141.html 描述逻辑(DL, Description Logics):一种基于对象的知识表示的形式化工具,吸取了KL-ONE ...
分类:
其他好文 时间:
2019-01-05 20:07:09
阅读次数:
165
什么是 CMake All problems in computer science can be solved by another level of indirection. 你或许听过好几种 Make 工具,例如 GNU Make ,QT 的 qmake ,微软的 MS nmake,BSD M ...
分类:
其他好文 时间:
2019-01-04 20:22:51
阅读次数:
284
from: http://blog.sciencenet.cn/blog-1255140-1025724.html 函数拟合 现实中各种各样的问题都可以归结为函数问题。比如医生诊断疾病,他得到病人检查的各种参数,体温、血压、血检报告和CT扫描的各种数据等,然后判断他是否健康,还是得了什么病。这个例子 ...
分类:
其他好文 时间:
2019-01-04 19:10:45
阅读次数:
194
<!doctype html>Python - Pillow库的使用 Python - Pillow库的使用 PIL(Python Imaging Library)是python图像处理库,Pillow是一个对PIL友好的分支. Image类 PIL中最重要的是Image类,可以通过几种方法实例化: ...
分类:
其他好文 时间:
2019-01-02 14:00:13
阅读次数:
418
1、What is a Chi Square Test? 卡方检验有两种类型。两者使用卡方统计量和分布的目的不同。 第一种:卡方拟合优度检验确定样本数据是否与总体匹配。(这里不介绍) 第二种:独立性的卡方检验比较列联表中的两个变量,看看它们是否相关。在更一般的意义上,它测试分类变量的分布是否不同。 ...
分类:
其他好文 时间:
2019-01-01 17:17:39
阅读次数:
169
1、Alpha Level (Significance Level,显著水平): What is it? 在了解之前首先看一下什么是一类错误和二类错误 2. Alpha Levels / Significance Levels: Type I and Type II errors 在假设检验中,有两 ...
分类:
其他好文 时间:
2018-12-31 22:44:13
阅读次数:
421