登录
首页 » AI-NN-PR » 这个软件支持Bayesian衰退和分类模形,它基于神经系统网络和Gaussian作用。它也包括一些根本的程序实现有限和无限混合的模型。...

这个软件支持Bayesian衰退和分类模形,它基于神经系统网络和Gaussian作用。它也包括一些根本的程序实现有限和无限混合的模型。...

于 2022-10-07 发布 文件大小:1.13 MB
0 124
下载积分: 2 下载次数: 1

代码说明:

这个软件支持Bayesian衰退和分类模形,它基于神经系统网络和Gaussian作用。它也包括一些根本的程序实现有限和无限混合的模型。-software support this recession and Bayesian classification pattern, It is based on neural network and Gaussian role. It also includes some of the procedures to achieve limited and unlimited mixed model.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 模拟3G环境,测试可伸缩视频码流,适合JSVM开发者
    模拟3G环境,测试可伸缩视频码流,适合JSVM开发者-Analog 3G environment, testing, scalable video stream, suitable for JSVM developers
    2022-03-23 23:28:02下载
    积分:1
  • PSO算法的VB源程序,可以自定义算法参数达到六…
    粒子群算法的vb源程序,可以自定义算法参数,实现对6个非约束性测试函数极小值的全局优化,动态显示粒子的移动。低维下,优化效果很好。直接解压,无须密码。请多指正。-PSO algorithm vb source, the algorithm can define parameters to achieve the six non-binding function tests minimum of global optimization, dynamic display particle movement. Low-dimensional, optimize the results very good. Direct decompression without passwords. Please correct.
    2022-08-08 13:45:01下载
    积分:1
  • matlab prepared by BP neural network algorithm, a small process applications
    matlab编写的BP神经网络算法,的一个应用小程序-matlab prepared by BP neural network algorithm, a small process applications
    2023-01-10 08:25:03下载
    积分:1
  • 本算法使用了遗传算法的方法实现了随机数的生成方法。能够比较平均得实现随机数的生成。...
    本算法使用了遗传算法的方法实现了随机数的生成方法。能够比较平均得实现随机数的生成。-The algorithm uses a genetic algorithm to achieve the method of random number generator. Compared to the average achieved in the generation of random numbers.
    2022-03-06 02:56:12下载
    积分:1
  • 一个简单灵活的数据挖掘实验平台,算法基本为空,但提供读数据,基本数据预处理功能,欢迎大家使用,共同提高。...
    一个简单灵活的数据挖掘实验平台,算法基本为空,但提供读数据,基本数据预处理功能,欢迎大家使用,共同提高。-a simple and flexible experimental data mining platform, the basic algorithm for air, but for reading data, the basic data preprocessing functions Everyone is welcome to use together.
    2022-01-26 03:39:24下载
    积分:1
  • Hopfield 网――擅长于联想记忆与解迷路 实现H网联想记忆的关键,是使被记忆的模式样本对应网络能量函数的极小值。 设有M个N维记忆模式,通过对网络N个神经
    Hopfield 网――擅长于联想记忆与解迷路 实现H网联想记忆的关键,是使被记忆的模式样本对应网络能量函数的极小值。 设有M个N维记忆模式,通过对网络N个神经元之间连接权 wij 和N个输出阈值θj的设计,使得: 这M个记忆模式所对应的网络状态正好是网络能量函数的M个极小值。 比较困难,目前还没有一个适应任意形式的记忆模式的有效、通用的设计方法。 H网的算法 1)学习模式――决定权重 想要记忆的模式,用-1和1的2值表示 模式:-1,-1,1,-1,1,1,... 一般表示: 则任意两个神经元j、i间的权重: wij=∑ap(i)ap(j),p=1…p; P:模式的总数 ap(s):第p个模式的第s个要素(-1或1) wij:第j个神经元与第i个神经元间的权重 i = j时,wij=0,即各神经元的输出不直接返回自身。 2)想起模式: 神经元输出值的初始化 想起时,一般是未知的输入。设xi(0)为未知模式的第i个要素(-1或1) 将xi(0)作为相对应的神经元的初始值,其中,0意味t=0。 反复部分:对各神经元,计算: xi (t+1) = f (∑wijxj(t)-θi), j=1…n, j≠i n―神经元总数 f()--Sgn() θi―神经元i发火阈值 反复进行,直到各个神经元的输出不再变化。-Hopfield network-- good at associative memory solution with the realization of lost H associative memory networks, are key to bringing the memory model samples corresponding network energy function of the minimum. With M-N-dimensional memory model, the network N neurons connect between right wij and N output threshold j design makes : M-mode memory corresponding to the network is a state network energy function is the M-000 minimum. Mor
    2023-03-24 10:55:03下载
    积分:1
  • C language can be used to develop a variety of neural networks : BP, RBF, HOP ~...
    可以用C++语言开发各种神经网络:BP,RBF,HOP~…………,使用前请看看说明文档,然后建立一个自己的项目文件,只要能明白作者的思路就能很方便地进行各种神经网络的设计,本人现在就在一个系统中使用它,目前这个开发包的版本已进入0.7了,但功能差不多,本人认为0.5这个版本用着也很方便,所以把他发来,大家共享。-C language can be used to develop a variety of neural networks : BP, RBF, HOP ~ ... ... please look at the use of pre-documented, and then the establishment of a project document, you will be able to understand the author"s ideas will be very convenient for the various neural network design, I in a system in which to use it, the current version of the development kit has entered 0.7, but the function almost, I think that this version of 0.5 is also very convenient, so he made to share.
    2022-04-01 17:33:50下载
    积分:1
  • 一个进行数据挖掘的好方法,可以对数据集中的频繁项进行挖掘。但是有一定的缺点,还有需要改进的地方!...
    一个进行数据挖掘的好方法,可以对数据集中的频繁项进行挖掘。但是有一定的缺点,还有需要改进的地方!-Data mining of a better way to focus on data mining of frequent items. Must have the disadvantage, however, also need to improve the place!
    2023-08-18 22:15:04下载
    积分:1
  • 迁移学习的经典文章,大多为国际顶级会议论文
    迁移学习的经典文章,大多为国际顶级会议论文-Transfer of learning classic articles, most of the international top-level Conference Papers
    2022-05-11 01:39:40下载
    积分:1
  • 支持向量机(4)mySVM
    支持向量机(4)mySVM-Support Vector Machines (4) mysvm
    2022-04-23 02:49:51下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载