-
2PSK
仿真2PSK数字通信系统。信道中噪声模型为加性高斯白噪声。接收端有自适应滤波器。(Simulate 2PSK communication system. Noise in channel is ideal additive Gaussian white noise. Adaptive filter is designed at receiving terminal.)
- 2014-12-22 13:03:56下载
- 积分:1
-
a
说明: 决策树(Decision Tree)是在已知各种情况发生概率的基础上,通过构成决策树来求取净现值的期望值大于等于零的概率,评价项目风险,判断其可行性的决策分析方法,是直观运用概率分析的一种图解法。由于这种决策分支画成图形很像一棵树的枝干,故称决策树。在机器学习中,决策树是一个预测模型,他代表的是对象属性与对象值之间的一种映射关系。Entropy = 系统的凌乱程度,使用算法ID3, C4.5和C5.0生成树算法使用熵。这一度量是基于信息学理论中熵的概念。
决策树是一种树形结构,其中每个内部节点表示一个属性上的测试,每个分支代表一个测试输出,每个叶节点代表一种类别。
分类树(决策树)是一种十分常用的分类方法。它是一种监督学习,所谓监督学习就是给定一堆样本,每个样本都有一组属性和一个类别,这些类别是事先确定的,那么通过学习得到一个分类器,这个分类器能够对新出现的对象给出正确的分类。这样的机器学习就被称之为监督学习。(Decision tree is a decision analysis method based on the known probability of occurrence of various situations, which can calculate the probability that the expected value of net present value is greater than or equal to zero, evaluate the project risk and judge its feasibility by constructing a decision tree. It is a graphic method of intuitively using probability analysis. Because this kind of decision branch is drawn as a graph, it is very similar to the branch of a tree, so it is called decision tree. In machine learning, decision tree is a prediction model, which represents a mapping relationship between object attributes and object values. Entropy = the disorder degree of the system, using algorithms ID3, C4.5 and C5.0, spanning tree algorithm using entropy. This measure is based on the concept of entropy in information theory.)
- 2021-02-01 15:02:09下载
- 积分:1
-
遗传算法模板
说明: 用vb写的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。(used to write the genetic algorithm. Some common code, with the specific issues the corresponding code space, and the time spent filling into account.)
- 2005-11-02 21:01:55下载
- 积分:1
-
PVA1
Muestra una imagen en formato RGB
- 2013-03-29 15:24:33下载
- 积分:1
-
source
C/C++中调用MATLAB引擎的数值仿真的实现,
微分方程文件“fun.m”放在matlab的work目录下(C/C++ in the MATLAB engine called the realization of the numerical simulation, differential equations documents " fun.m" on the work directory matlab)
- 2009-05-11 00:10:07下载
- 积分:1
-
lorenz
this is the lorenz atractor
- 2011-01-21 00:07:33下载
- 积分:1
-
Robot
SourceCode For Find Path in Robot
- 2011-06-03 18:01:30下载
- 积分:1
-
S.Liang
用于实现隐马尔科夫算法的相关程序,来自美国大学网站。还可用于求解动态贝叶斯相关问题。(Hidden Markov algorithm used to implement the relevant procedures, from the American University website. Can also be used to solve dynamic Bayesian-related issues.)
- 2011-10-05 17:42:47下载
- 积分:1
-
myfilter
Write a version of imfilter called myfilter.m which takes as input an image and a filter mask, use the separable filter procedure to
Gaussian filter
- 2014-10-06 12:58:53下载
- 积分:1
-
pdf-and-cdf
This is a simple script two illustrate the concepts of Probability density function(pdf) cumulative density function (cdf).
Two help pdfs are also included to understand the pdf and cdf concepts.
- 2013-11-16 22:38:56下载
- 积分:1