码迷,mamicode.com
首页 >  
搜索关键字:maching learning    ( 4462个结果
go语言学习网站
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
印象笔记同步分享:Machine Learning—The k-means clustering algorithm...
分类:其他好文   时间:2014-08-25 11:51:44    阅读次数:173
Machine Learning—Online Learning
印象笔记同步分享:Machine Learning—Online Learning...
分类:其他好文   时间:2014-08-25 11:51:34    阅读次数:162
Deep Learning(深度学习) 学习笔记(四)
神经概率语言模型,内容分为三块:问题,模型与准则,实验结果。[此节内容未完待续...]1,语言模型问题 语言模型问题就是给定一个语言词典包括v个单词,对一个字串做出二元推断,推断其是否符合该语言表达习惯。也就是的取值为0或者为1。 概率语言模型放松了对取值的限制,让其在0~1之间取值(语言模...
分类:其他好文   时间:2014-08-24 23:45:53    阅读次数:361
每日一个机器学习算法——adaboost
在网上找到一篇好文,直接粘贴过来,加上一些补充和自己的理解,算作此文。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
LambdaMART简介——基于Ranklib源码(二 Regression Tree训练)
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
【learning log】Qt
Qt Quick Qt creator自带的入门 example。 Qt designer 在 windows 下用起来还是很不方便,所以基本上直接用 code editor 反而更轻松。喜欢creator很重要一点就是因为它NB的代码补全。 首先我们创建一个 qt quick 工程。把资源文...
分类:其他好文   时间:2014-08-23 16:41:11    阅读次数:247
TLD(Tracking-Learning-Detection)一种目标跟踪算法
原文: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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!