linger博客原创性博文导航
http://blog.csdn.net/lingerlanlan
大学研究游戏外挂技术开始了此博客,断断续续写了些博文。后来,开始机器学习和深度学习的研究工作,由于喜欢和热爱,业余时间也经常性学习,并写博文总结。因此,博文越来越多,由于博文是根据时间排序的,看起来有点乱,所以在此处写个导航。
UFLDL学习笔记和编程
ufldl...
分类:
其他好文 时间:
2014-08-15 00:01:26
阅读次数:
372
学习笔记之《Multi-Scale Orderless Pooling of Deep Convolutional Activation Features》...
分类:
其他好文 时间:
2014-08-14 20:48:29
阅读次数:
393
从Ⅱ到Ⅳ都在讲的是线性回归,其中第Ⅱ章讲得是简单线性回归(simple linear regression, SLR)(单变量),第Ⅲ章讲的是线代基础,第Ⅳ章讲的是多元回归(大于一个自变量)。 本文的目的主要是对Ⅱ章中出现的一些算法进行实现,适合的人群为已经看完本章节Stanford课程的学者。本人...
分类:
其他好文 时间:
2014-08-14 19:42:19
阅读次数:
216
using System;using System.Collections.Generic;using System.Text;using AForge.Neuro;using AForge.Neuro.Learning;using System.IO;using System.Runtime.Se...
分类:
Web程序 时间:
2014-08-14 19:26:49
阅读次数:
307
Advertise Window大小 注册表键值位于:regedit->HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters,ABOUT virtual ip if rebooted the virtual ip ...
分类:
其他好文 时间:
2014-08-14 13:28:18
阅读次数:
193
When learning the usage of map collection in java, I found serveral beneficial methods that was encountered in the daily life. Now I made a summary:
[java] view
plaincopy
i...
分类:
编程语言 时间:
2014-08-14 01:30:28
阅读次数:
207
For every type of object, the Java virtual machine instantiates an immutable instance ofjava.lang.Classwhich provides methods to examine the runtime p...
分类:
编程语言 时间:
2014-08-14 01:12:47
阅读次数:
206
监督学习(supervised learning)的任务是学习一个模型,使模型能够对任意给定的输入,对其相应的输出做出一个好的预测,计算机的基本操作就是给定一个输入产生一个输出。基本概念:输入空间、特征空间与输出空间 在监督学习中,将输入与输出所有可能取值的集合分别称为输入空间(input sp.....
分类:
其他好文 时间:
2014-08-14 01:05:47
阅读次数:
421
学习笔记之《CNN: Single-label to Multi-label》...
分类:
其他好文 时间:
2014-08-13 19:03:37
阅读次数:
502
典型的多重背包的应用题解。
可以使用二进制优化,也可以使用记录当前物品的fangf...
分类:
其他好文 时间:
2014-08-13 18:55:27
阅读次数:
174