搜索资源列表
newpnn
- 基于概率神经网络的数字语音识别matlab程序-probabilistic neural network based on the number of voice recognition procedures Matlab
HANN
- 基于概率神经网络的数字语音识别matlab程序-probabilistic neural network based on the number of voice recognition procedures Matlab
pnn_recognition
- 基于概率神经网络方法的识别程序,主要针对语音识别,matlab程序,值得参考.-probabilistic neural network-based method of identification procedures, voice recognition, Matlab procedures, a good reference.
PrintPrimes
- 这个程序是利用概率算法求可设大小得素数。-the procedure is the use of probabilistic algorithm can be set up for size in the prime.
HitorMiss
- 这个程序是利用概率算法求一个函数得积分。-the procedure is the use of probabilistic algorithm for a function in the integral.
dysii-1.4.0.tar
- dysii is a C++ library for distributed probabilistic inference and learning in large-scale dynamical systems. It provides methods such as the Kalman, unscented Kalman, and particle filters and smoothers, as well as useful classes such as common proba
prism-3.3.beta2-src.tar
- 用于概率模型检测,验证系统相关性质,如某个时间内在多大的概率下功耗是多少-Probabilistic model for detection, the nature of authentication systems, such as how much a certain period of time under the probability of how much power
crf
- CRF最权威介绍资料,介绍了CRF的来龙去脉-Conditional Random Fields: Probabilistic Models for Segmenting and Labeling Sequence Data
gailvshengjing
- 语音方面的程序,是基于概率神经的,可以条用的-Voice of the procedures is based on probabilistic neural, and can be used
PNNL_QA-master
- Uncertainty Quantification, Multilevel Monte Carlo, Probabilistic Collocation Methods
sushudayin
- 用概率算法打印10~1000内素数,并与确定性算法比较出错概率-The probabilistic algorithms Print 10 to 1000 within a prime number, and error probability compared with the deterministic algorithm
CLMCS
- 潮流计算中拉丁超立方采样的算法,可利用其进行概率潮流计算-Flow calculation Latin hypercube sampling algorithm, can use its probabilistic load flow calculation
huishangguanlian
- 相关向量机(RVM)的matlab源程序,包含快速算法,内含代码使用说明。 RVM采取是与支持向量机相同的函数形式稀疏概率模型,对未知函数进行预测或分类。 优点: (1) 不仅仅输出预测目标量的点估计值,还可以输出预测值的分布. (2) 使用更少数量的支持向量,从而显著减少输出目标量预测值的计算时间. (3) RVM不需要估计过多的参数. (4) RVM对是否满足Mercer 定理的核函数没有限制,适应性更好.--Relevance Vector Machine (RVM) of the mat
Diesel-engine-fault-diagnosis
- 基于概率神经网络的柴油机故障诊断,通过建模,最后得到诊断的效果-Diesel engine fault diagnosis based on probabilistic neural network, through modeling, finally got a diagnosis effect
SLM
- OFDM无线系统中,一种有效降低PAPR的方法,基于随机性高的特点,获得相关性很低的通信信号-OFDM wireless system, a method for effectively reducing PAPR, based on the probabilistic characteristics of high correlation of the communication signal to obtain a low
code
- 1.基于概率神经网络的手写体数字识别 2.径向基网络预测地下水位 3.BP神经网络实现图像压缩 4.Elman网络预测上证股市开盘价 5.基于自组织特征映射网络的亚洲足球水平聚类-1. Identify 2. RBF neural network forecasting of groundwater 3.BP neural network image compression 4.Elman network forecasting the stock market opened o
SimulatedAnnealing
- Simulated annealing (SA) is a probabilistic technique for approximating the global optimum of a given function. Specifically, it is a metaheuristic to approximate global optimization in a large search space. It is often used when the search space is
pnn
- PNN概率神经网络,用于分类,具体是基于PNN的变压器故障诊断-PNN probabilistic neural network is used to classify the transformer fault diagnosis based on PNN
PNL_Release_1_0.ZIP
- PNL(probabilistic network library) Intel公司的开源贝叶斯网络开发库-PNL(probabilistic network library
lab6
- 在统计计算中,最大期望(EM)算法是在概率(probabilistic)模型中寻找参数最大似然估计或者最大后验估计的算法,其中概率模型依赖于无法观测的隐藏变量(Latent Variable)。最大期望经常用在机器学习和计算机视觉的数据聚类(Data Clustering)领域。