码迷,mamicode.com
首页 >  
搜索关键字:chapter    ( 1815个结果
2014 ECML: Covariate-correlated lasso for feature selection (ccLasso)
今天看了一篇 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理论的最好解释
一篇非常精彩的解释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
High Performance MySQL笔记:count
在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
微信NATIVE动态支付(V3版本)
官方相关文档: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
goroutine 并发之搜索文件内容
golang并发编程 - 例子解析February 26, 2013最近在看《Programming in Go》, 其中关于并发编程写得很不错, 受益非浅, 其中有一些例子是需要多思考才能想明白的, 所以我打算记录下来, 强化一下思路《Programming in Go》在Chapter 7. C...
分类:其他好文   时间:2015-01-06 19:48:16    阅读次数:191
C++学习笔记_01 C++ Primer chapter 1
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
使用 Codec Engine 的 API 函数
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...
分类:Windows程序   时间:2015-01-02 09:46:51    阅读次数:307
linux 单词
syntax 语法arguments 参数separated 区分letter 字母preceded 优于memorize 记忆chapter 章节/ forward slash \ back slash// comment; semicolon - hypen-- dash* quotation#...
分类:系统相关   时间:2014-12-30 15:04:20    阅读次数:179
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!