摘要: shadowsocks, privoxy, genpac 阅读全文
posted @ 2019-04-01 16:44 wordchao 阅读(29) 评论(0) 推荐(0) 编辑
摘要: Reference: 1.在 Linux 平台中调试 C/C++ 内存泄漏方法 : https://www.ibm.com/developerworks/cn/linux/l-cn-memleak/index.html 2.一个跨平台的 C++ 内存泄漏检测器 : https://www.ibm.c 阅读全文
posted @ 2018-09-17 18:51 wordchao 阅读(126) 评论(0) 推荐(0) 编辑
摘要: Reference: https://docs.scipy.org/doc/numpy-1.10.0/reference/arrays.nditer.html 阅读全文
posted @ 2018-07-02 18:06 wordchao 阅读(85) 评论(0) 推荐(0) 编辑
摘要: NameError: name 'xrange' is not defined Python 2: BOTH range() and xrange() Python 3: ONLY range(), the same as xrange() in Python 2 In Python 2, The 阅读全文
posted @ 2018-06-29 18:14 wordchao 阅读(718) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-06-29 08:18 wordchao 阅读(135) 评论(0) 推荐(0) 编辑
摘要: http://rduin.nl/presentations/ROC%20Tutorial%20Peter%20Flach/ROCtutorialPartI.pdf https://stats.stackexchange.com/questions/7207/roc-vs-precision-and- 阅读全文
posted @ 2018-06-28 18:09 wordchao 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-06-28 08:31 wordchao 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-06-28 00:00 wordchao 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-06-27 18:28 wordchao 阅读(218) 评论(0) 推荐(0) 编辑
摘要: Gradients add up at forks. If a variable branches out to different parts of the circuit, then the gradients that flow back to it will add. Example: Th 阅读全文
posted @ 2018-06-27 11:56 wordchao 阅读(313) 评论(0) 推荐(0) 编辑