码迷,mamicode.com
首页 >  
搜索关键字:combination theory    ( 1177个结果
香农的信息论
之前只知道香农于1948年发表的那篇举世瞩目的paper,《A Mathematical Theory of Communication》,过了一年拉上Warren Weaver作为共同作者出了个单行本,标题只改了一个字,《The Mathematical Theory of Communicati ...
分类:其他好文   时间:2016-08-29 22:21:06    阅读次数:333
Combination Sum IV -- LeetCode
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. ...
分类:其他好文   时间:2016-08-28 07:36:20    阅读次数:169
LeetCode40 Combination Sum II
题目: Given a collection of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T. Each ...
分类:其他好文   时间:2016-08-27 23:20:38    阅读次数:127
[PR & ML 5] [Introduction] Decision Theory
...
分类:其他好文   时间:2016-08-27 15:33:03    阅读次数:90
Java Regex match IP address
Reference: [1] https://www.mkyong.com/regular-expressions/how-to-validate-ip-address-with-regular-expression/ Description Whole combination means, dig ...
分类:编程语言   时间:2016-08-26 22:47:08    阅读次数:276
LeetCode39 Combination Sum
题目: Given a set of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T. The same re ...
分类:其他好文   时间:2016-08-26 22:44:55    阅读次数:151
codeforces 460D:Little Victor and Set
Description Little Victor adores the sets theory. Let us remind you that a set is a group of numbers where all numbers are pairwise distinct. Today Vi ...
分类:其他好文   时间:2016-08-26 20:04:14    阅读次数:228
LeetCode-Combination Sum II
...
分类:其他好文   时间:2016-08-24 00:56:08    阅读次数:181
分享一本关于稀疏信号处理的书给大家,也是我曾读过的教材[附下载链接]
Conventional sampling techniques are based on Shannon-Nyquist theory which states that the required sampling rate for perfect recovery of a band-limit... ...
分类:其他好文   时间:2016-08-22 23:00:31    阅读次数:272
k-means++
在k-means算法里开始选取的聚类中点是随机的,每次都会照成不同的聚类结果。有一个解决方案叫做k-means++,可以有效的选择初始聚类中心点。参考 http://theory.stanford.edu/~sergei/papers/kMeansPP-soda.pdf。 在《白话大数据与机器学习》 ...
分类:其他好文   时间:2016-08-22 18:17:26    阅读次数:167
1177条   上一页 1 ... 53 54 55 56 57 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!