今天看了一篇 ECML 14 的文章(如题),记录一下。原文链接:http://link.springer.com/chapter/10.1007/978-3-662-44848-9_38这篇文章提出了一个显式考虑 x 与 y 之间的相关性的 lasso 算法。方法很简单,就是用 μj=(1 - |...
分类:
其他好文 时间:
2015-01-20 11:43:56
阅读次数:
308
一篇非常精彩的解释CAP理论的文章,翻译水平有限,不准确之处请参考原文,还请见谅。 Chapter 1: “Remembrance Inc” Your new venture :Last night when your spouse appreciated you on remembering her birthday and bringing her a gift, a strange Idea...
分类:
其他好文 时间:
2015-01-16 22:24:39
阅读次数:
321
在SQL中使用count()好像是非常自然的事情:SELECT COUNT(*) FROM TABLE_NAME;有时候确实会想过,count(*)和单独的count(column_name)有什么区别,会不会后者效率更好(太拿衣服。。。),不过一直没有去追究。Chapter 6:Query Per...
分类:
数据库 时间:
2015-01-15 17:42:31
阅读次数:
137
现实世界中您能找到的最小网络协议实现的程序 1 #!/usr/bin/env python 2 # Simple Gopher Client - Chapter 1 - gopherclient.py 3 #《PYTHON网络编程基础》 第35页 4 5 6 import socket, sy...
分类:
其他好文 时间:
2015-01-15 00:23:09
阅读次数:
214
官方相关文档:http://pay.weixin.qq.com/wiki/doc/api/index.php?chapter=9_1
其实native动态支付就是调用微信的统一支付接口,在传trade_type时值为NATIVE即可。参考下个类。
package com.wingo.action.config;
import java.util.Map;
import java.u...
分类:
微信 时间:
2015-01-12 22:35:14
阅读次数:
555
以下是关于《人工智能:一种现代方法》命题逻辑和一阶逻辑篇章的知识点索引:------------------------------------一阶逻辑------------------------------------------------一阶逻辑基本概念 --- chapter 8.2全称...
分类:
其他好文 时间:
2015-01-12 22:14:56
阅读次数:
133
golang并发编程 - 例子解析February 26, 2013最近在看《Programming in Go》, 其中关于并发编程写得很不错, 受益非浅, 其中有一些例子是需要多思考才能想明白的, 所以我打算记录下来, 强化一下思路《Programming in Go》在Chapter 7. C...
分类:
其他好文 时间:
2015-01-06 19:48:16
阅读次数:
191
Key Concept: TypesTypes are one of the most fundamental concepts in programming and aconcept that we will come back to over and over in this Primer. A...
分类:
编程语言 时间:
2015-01-04 18:40:01
阅读次数:
191
Chapter 4 Using the Codec Engine APIs
第4章 使用 Codec Engine 的 API 函数
This chapter describes how to use the Codec Engine APIs in an application.
4.1 Overview
4.2 The Core Engine APIs
4.3 The VISA...
syntax 语法arguments 参数separated 区分letter 字母preceded 优于memorize 记忆chapter 章节/ forward slash \ back slash// comment; semicolon - hypen-- dash* quotation#...
分类:
系统相关 时间:
2014-12-30 15:04:20
阅读次数:
179