Welcome![Sign In][Sign Up]
Location:
Search - nn

Search list

[Other resourceRBF-nn

Description: 4输入层,3隐层,2输出层的RBF神经网络分类器 附有测试和训练样本-four input layer, hidden layer 3, the output layer 2 RBF neural network classifiers with testing and training samples
Platform: | Size: 7220 | Author: wh | Hits:

[Other resourceBP-nn

Description: BP神经网络分类器 程序有两种运行状态,一个是学习,另外一个是分类。在学习状态下,在Dos命令符下输入bp learn,便开始学习了,学习的结果放在weight.dat中;在工作状态下,在Dos命令符下输入bp work,便开始识别classfyme.dat中的数据了,识别完成后,结果放在results.dat中。在bp运行的任何一种状态下,都不能手工打开Weight.dat、Sample.dat、classfyme.dat、results.dat中的任何一种。~..~-BP neural network classifiers have the two operations, a study, the other one is classified. In learning mode, in order website Dos importing bp learn, they start learning, the results of the study on weight.dat; in working condition, Dos website in order to import bp work, classfyme.dat began to identify the data, the identification is completed, The results were on results.dat. Bp in the operation of any state, it can not open Weight.dat hand, Sample.dat, classfyme.dat. results.dat of any kind. ~ ~ ..
Platform: | Size: 80529 | Author: wh | Hits:

[assembly languagejianpansaomiao

Description: NN矩阵键盘的扫描,并读取键值,PIC开发源程序-NN matrix keyboard scanning, and reading keys, PIC development program
Platform: | Size: 1608 | Author: 王成 | Hits:

[Other resourcennliu1seperate0

Description: 一个bp实现回归的nn程序,可以从中学习神经网络在回归中的应用
Platform: | Size: 1064 | Author: 刘春波 | Hits:

[Other resourcenn

Description: 神经网络程序代码,小小初学,不知甚多,望多多指教。
Platform: | Size: 44544 | Author: nanyangmei0127 | Hits:

[Graph Recognizenn

Description: 神经网络训练,可参考相应的文章,杜达《模式分类》等
Platform: | Size: 53601 | Author: shenghong.chen | Hits:

[OtherkNNClassifier

Description: K-NN 分类器, 用C语言写的.大家一起参考一下.
Platform: | Size: 6018 | Author: sj2ac | Hits:

[Other resourcenn

Description: 红外解码, 摇控板可使用红外线遥控编码芯片为LC7461等芯片
Platform: | Size: 1229 | Author: 吴志平 | Hits:

[Other resourceNN

Description: MATLAB工具箱的神经网络理论与应用程序源代码
Platform: | Size: 91597 | Author: 陈坚 | Hits:

[Special EffectsNN

Description: 一个人工智能(prolog语言)的程序实例集,包括了标准prolog语法实例。
Platform: | Size: 2028 | Author: 李云 | Hits:

[Special Effectsimage_process

Description: This file include some image process program: void ImResize(IMAGEDATA *pRtImg, IMAGEDATA *pSrImg, int nFixSize) bool CalMoments(float Moments[7], IMAGEDATA *pSrImg) void RGB2Gray(IMAGEDATA *pRtImg, IMAGEDATA *pSrImg) void Im2Bw(IMAGEDATA *pRtImg, IMAGEDATA *pSrImg) float Graythresh(IMAGEDATA *pImgData) void MomentInvar(double Moments[7], IMAGEDATA *ret) bool CalGabor(float Gabor[32], IMAGEDATA *pSrImg) void TexGabor(float Gabor1[MM*NN],float Gabor2[MM*NN],IMAGEDATA *przImg) int FloatSearch(MATRIX *pData, int *nLabels, int d, int delta, int r, TSubset *bset)
Platform: | Size: 12434 | Author: wan_xianglin | Hits:

[Other020064010046FABCD35C2F000006E6E6971F22-C927-FA17-7

Description: 13th Israeli Symposium of AI, CV, and NN, Tel Aviv University, Tel Aviv, Israel, Feb. 2-4, 1997 D. Dori, D. Hubunk and Liu W, “Improving the Arc Detection
Platform: | Size: 1131065 | Author: 冯正荣 | Hits:

[Other resourceBP-NN-in-C

Description: BP神经网络的C语言实现,具有2隐层,1输出1输入层。程序较严密,内详。
Platform: | Size: 40992 | Author: 舒畅 | Hits:

[OpenGL programdither

Description: 用n×n抖动矩阵实现指定区域的半色调抖动,主要部分是抖动矩阵的递归实现,此部分较难
Platform: | Size: 9158 | Author: wxy | Hits:

[Other resourceNN

Description: 讲述了神经网络的原理和一些应用。对于了解神经网络的知识,是很不错的读物!赶紧看看那!
Platform: | Size: 1786112 | Author: zzm | Hits:

[Other resourceNN

Description: 请选用多层前馈网络和一种改进的BP算法对下面的多输入系统进行辨识仿真
Platform: | Size: 3632 | Author: 桦华 | Hits:

[Graph programnn

Description: 神经网络的小程序 基于VC++平台 C++语言,三层网络
Platform: | Size: 107669 | Author: lishi | Hits:

[Other resourcenn

Description: 传统的火灾报警系统是以单片机作为系统的中央处理器。中央控制模块的单片机将探测器采集的信号按照某种算法进行处理、判断。这种系统的缺点是很明显的。由于单片机的资源、速度有限,使得单片机的分析、处理算法不能太复杂。
Platform: | Size: 6322 | Author: xiawenzhi | Hits:

[Other resourceStrassen

Description: 矩阵乘法是线性代数中最常见的运算之一,它在数值计算中有广泛的应用。若A和B是2个n×n的矩阵,则它们的乘积C=AB同样是一个n×n的矩阵。
Platform: | Size: 15024 | Author: 陈大哥 | Hits:

[Compress-Decompress algrithmsimage_compress

Description: 本程序利用奇异值分解对3通道彩色图像进行压缩分解,具体步骤如下: 压缩过程: 1. 选取子图像大小K值,把图像分解成M×M个子图像,IMG(s),s=1,2,…, M2,其中M=N/K,原始图像IMG大小为N×N。 2. 计算这M2个子图像的平均值average,对每幅子图像减去均值图像得到新图像。 3. 计算相关矩阵R,其元素定义为 。 4. 计算R的特征值与特征向量,计算每幅子图像与最大特征向量的内积,便得到编码,即压缩后的图像。
Platform: | Size: 335193 | Author: wangweiming | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 49 »

CodeBus www.codebus.net