机器学习目标:(二分类) 经验风险: 过度拟合: 经验风险最小化: 结构风险最小化: 正则: 特点: 误差错误估计错误: 误差上界分析: R(g)的经验风险上界: 对错误分类的误差F定义(值域[0或1]): F和R的关系: 关于F的Hoe不等式: 意义: 统一上界: 与Hoe的差异: 增长函数: V ...
分类:
其他好文 时间:
2017-06-28 21:49:50
阅读次数:
594
Given an integer array with all positive numbers and no duplicates, find the number of possible combinations that add up to a positive integer target. ...
分类:
其他好文 时间:
2017-06-24 17:23:30
阅读次数:
123
Find all possible combinations of k numbers that add up to a number n, given that only numbers from 1 to 9 can be used and each combination should be ...
分类:
其他好文 时间:
2017-06-24 16:16:24
阅读次数:
107
一:Prim算法 1.概览 普里姆算法(Prim算法)。图论中的一种算法。可在加权连通图里搜索最小生成树。意即由此算法搜索到的边子集所构成的树中。不但包含了连通图里的全部顶点(英语:Vertex (graph theory))。且其全部边的权值之和亦为最小。该算法于1930年由捷克数学家沃伊捷赫·亚 ...
分类:
编程语言 时间:
2017-06-24 15:27:54
阅读次数:
245
//本题还是有点疑惑... //和combination sum一样。dfs //可是由于此时是不能够反复利用,可是假设存在两个1的话依照样例就能够反复用相同的数值,仅仅是不可多次使用 //Book上说用pre来推断。可是这样难道不会miss样例中的1,1,6的情况?... //有或者dfs的函数就 ...
分类:
其他好文 时间:
2017-06-24 11:24:14
阅读次数:
131
题目描述 dC 在秒了BZOJ 上所有的数论题后,感觉萌萌哒,想出了这么一道水题,来拯救日益枯竭的水题资源。 给定一个长度为 n的正整数序列A,有q次询问,每次询问一段区间内所有元素乘积的φ(φ(n)代表1~n 中与n互质的数的个数) 。由于答案可能很大,所以请对答案 mod 10^6 + 777。 ...
分类:
其他好文 时间:
2017-06-23 21:58:12
阅读次数:
230
?? I'm using Unity 3D in combination with Visual Studio 2008 on a Windows 7 64 bit system. When saving a cs file in Visual Studio and returning to Uni ...
分类:
其他好文 时间:
2017-06-21 19:50:05
阅读次数:
357
【转载请注明出处】http://www.cnblogs.com/mashiqi 2017/06/16 函数定义及前后文详见《Inverse Acoustic and Electromagnetic Scattering Theory》byColton & Kress第三版的公式(5.22) 左右。 ...
分类:
其他好文 时间:
2017-06-16 22:08:55
阅读次数:
190
作者:桂。 时间:2017-06-14 12:08:57 链接:http://www.cnblogs.com/xingshansi/p/6956556.html 主要是《Speech enhancement: theory and practice》的读书笔记,全部内容可以点击这里。 书中代码:ht ...
分类:
其他好文 时间:
2017-06-14 14:31:59
阅读次数:
258
Given a set of candidate numbers (C) (without duplicates) and a target number (T), find all unique combinations in C where the candidate numbers sums ...
分类:
其他好文 时间:
2017-06-07 00:49:00
阅读次数:
180