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 repeat ...
分类:
其他好文 时间:
2016-06-11 08:12:13
阅读次数:
176
https://www.amazon.cn/Set-Theory-and-Logic-Stoll-Robert-R/dp/0486638294/ref=tmm_pap_title_0?ie=UTF8&qid=1465056882&sr=8-1 ...
分类:
其他好文 时间:
2016-06-05 01:10:10
阅读次数:
141
Prim算法 1.概览 普里姆算法(Prim算法),图论中的一种算法,可在加权连通图里搜索最小生成树。意即由此算法搜索到的边子集所构成的树中,不但包括了连通图里的所有顶点(英语:Vertex (graph theory)),且其所有边的权值之和亦为最小。该算法于1930年由捷克数学家沃伊捷赫·亚尔尼 ...
分类:
编程语言 时间:
2016-06-04 22:11:39
阅读次数:
338
Dempster–Shafer theory
本文参考书Wikipedia中的 Dempster-Shafer thoery 原文链接:点击打开链接
同时还参考了浙江大学计算机学院人工智能系 徐从富 教授的《人工智能》课件。
在这里特别感谢!
一、 DS证据理论概述
核心: Dempster合成规则——将多个主体(可以是不同的人的预测、不同的传感器的数据、不同的分类器的输...
分类:
其他好文 时间:
2016-06-03 19:52:14
阅读次数:
307
Most of the common RxJS operators are about transformation, combination or filtering, but this lesson is about a new category, error handling operator ...
分类:
Web程序 时间:
2016-05-31 20:42:58
阅读次数:
137
信息论与编码 Information Theory and coding 1.简介 以概率论为基础,注重概念理解,不过分追求数学推导 信息论创始人(C.E.Shannon)香农,美国科学家,发表《通信的数学理论》 2.信息 信号 消息 通信系统中传输的是信号,信号是消息的载体,消息中的未知成分是信息 ...
分类:
其他好文 时间:
2016-05-29 06:22:50
阅读次数:
145
This lesson will teach you about another horizontal combination operator: buffer and its variants. Buffer groups consecutive values together, emitting ...
分类:
Web程序 时间:
2016-05-27 19:58:02
阅读次数:
234
All of the combination operators take two or more observables as input. These operators may also be alternatively called "vertical combination operato ...
分类:
Web程序 时间:
2016-05-27 07:04:20
阅读次数:
207
CombineLatest and withLatestFrom are both AND-style combination operators. In this lesson, we will learn about zip, our last AND-style combinator. It ...
分类:
Web程序 时间:
2016-05-26 20:29:53
阅读次数:
176
Operator combineLatest is not the only AND-style combinator. In this lesson we will explore withLatestFrom, another AND-style combination operator, an ...
分类:
Web程序 时间:
2016-05-26 20:24:13
阅读次数:
227