1.http://mikespook.com/learning-go/
2.http://coolshell.cn/articles/8460.html
http://coolshell.cn/articles/8489.html
3.https://code.google.com/p/go-zh/
4.http://blog.studygolang.com/category/spe...
分类:
编程语言 时间:
2014-08-25 15:04:34
阅读次数:
181
印象笔记同步分享:Machine Learning—The k-means clustering algorithm...
分类:
其他好文 时间:
2014-08-25 11:51:44
阅读次数:
173
印象笔记同步分享:Machine Learning—Online Learning...
分类:
其他好文 时间:
2014-08-25 11:51:34
阅读次数:
162
神经概率语言模型,内容分为三块:问题,模型与准则,实验结果。[此节内容未完待续...]1,语言模型问题 语言模型问题就是给定一个语言词典包括v个单词,对一个字串做出二元推断,推断其是否符合该语言表达习惯。也就是的取值为0或者为1。 概率语言模型放松了对取值的限制,让其在0~1之间取值(语言模...
分类:
其他好文 时间:
2014-08-24 23:45:53
阅读次数:
361
在网上找到一篇好文,直接粘贴过来,加上一些补充和自己的理解,算作此文。My education in the fundamentals of machine learning has mainly come from Andrew Ng’s excellent Coursera course on ...
分类:
其他好文 时间:
2014-08-24 23:41:03
阅读次数:
518
Ranklib就是一套优秀的Learning to Rank领域的开源实现,本文基于RanklibV2.1介绍微软流行的LambdaMART模型的训练过程。分四个部分,这是第二章,介绍Regression Tree的训练过程。
分类:
其他好文 时间:
2014-08-24 15:24:22
阅读次数:
366
package com.learning.algorithm;public class BubbleSort { public int[] bubbleSort1(int[] arrValue){ int temp =0; int length = arrV...
分类:
其他好文 时间:
2014-08-23 17:40:31
阅读次数:
188
1 package com.learning.algorithm; 2 3 public class BinarySearch { 4 5 public int binSearch(int[] arrValue, int start, int end, int key){ 6 ...
分类:
其他好文 时间:
2014-08-23 17:39:21
阅读次数:
172
Qt Quick Qt creator自带的入门 example。 Qt designer 在 windows 下用起来还是很不方便,所以基本上直接用 code editor 反而更轻松。喜欢creator很重要一点就是因为它NB的代码补全。 首先我们创建一个 qt quick 工程。把资源文...
分类:
其他好文 时间:
2014-08-23 16:41:11
阅读次数:
247
原文:http://blog.csdn.net/mysniper11/article/details/8726649 视频介绍网址:http://www.cvchina.info/2011/04/05/tracking-learning-detection/ TLD(Tracking-Lea...
分类:
其他好文 时间:
2014-08-23 16:39:21
阅读次数:
371