让我们从头说起,首先AUC是一种用来度量分类模型好坏的一个标准。这样的标准其实有很多,例如:大约10年前在machine learning文献中一统天下的标准:分类精度;在信息检索(IR)领域中常用的recall和precision,等等。其实,度量反应了人们对” 好”的分类结果的追求,同一时期的不...
分类:
其他好文 时间:
2015-02-09 21:39:16
阅读次数:
207
再理解RankNet算法
前面的一篇博文介绍了学习排序算法(Learning to Rank)中的RankNet算法。如下:
http://blog.csdn.net/puqutogether/article/details/42124491
那次的入门对其中的算法流程和基本原理没有深入了解,这次看自动摘要提取算法的时候,里面有一个排序单元,使用到的...
分类:
编程语言 时间:
2015-02-09 11:04:55
阅读次数:
334
This post builds on aprevious post, but can be read and understood independently.As part of my course on statistical learning, we created 3D graphics ...
分类:
其他好文 时间:
2015-02-09 10:43:24
阅读次数:
245
这一篇是整个第五章的精华了,会重点介绍一下Neural Networks的训练方法——反向传播算法(backpropagation,BP),这个算法提出到现在近30年时间都没什么变化,可谓极其经典。也是deep learning的基石之一。还是老样子,下文基本是阅读笔记(句子翻译+自己理解),把书里的内容梳理一遍,也不为什么目的,记下来以后自己可以翻阅用。...
分类:
编程语言 时间:
2015-02-07 23:03:19
阅读次数:
313
稀疏矩阵是指矩阵中的元素大部分是0的矩阵,事实上,实际问题中大规模矩阵基本上都是稀疏矩阵,很多稀疏度在90%甚至99%以上。因此我们需要有高效的稀疏矩阵存储格式。本文总结几种典型的格式:COO,CSR,DIA,ELL,HYB。...
分类:
其他好文 时间:
2015-02-07 23:01:37
阅读次数:
301
机器学习视野
《10 Machine Learning Experts You Need to Know》最值得关注的10位机器学习专家:Geoffrey Hinton、Michael I Jordan、Andrew Ng、Jeff Hawkins、Yann LeCun、Terry Sejnowski、David M. Blei、Daphne Koller、Zoubin Ghahramani、Seb...
分类:
其他好文 时间:
2015-02-06 20:31:52
阅读次数:
203
Text Understanding from Scratch Xiang Zhang,?Yann LeCun (Submitted on 5 Feb 2015) This article demontrates that we can apply deep learning to text understanding from character-level inputs all the...
分类:
其他好文 时间:
2015-02-06 19:10:43
阅读次数:
136
packagecom.boventech.learning.controller;
importjava.util.HashMap;
importjava.util.Map;
importorg.springframework.stereotype.Controller;
importorg.springframework.ui.Model;
importorg.springframework.web.bind.annotation.RequestMapping;
importorg.springfram..
分类:
编程语言 时间:
2015-02-06 19:04:38
阅读次数:
226
机器学习Machine Learning - Andrew NG
courses学习笔记
If you want to build a large scale deployment of a learning algorithm, what people will often do is prototype and the language is Octave.Which is a grea...
分类:
系统相关 时间:
2015-02-06 16:46:21
阅读次数:
245
功能和特点Google公布了关于Android的以下特性:应用程序框架(Application framework)
应用开发者们使用应用程序框架开发一种称之为Android应用的程序。应用程序框架的使用方法记录在网站http://developer.android.com上,以及相关书籍上如O’Reilly的《Learning Android》。Dalvik虚拟机
Android使用了全新的字...
分类:
其他好文 时间:
2015-02-06 15:00:53
阅读次数:
156