Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - NN
Search - NN - List
DL : 0
一个很好的将遗传算法和神经网络结合的matlab程序-Will be a good genetic algorithm and neural network matlab combination of procedures
Update : 2024-05-16 Size : 4096 Publisher : qiushili

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) -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)
Update : 2024-05-16 Size : 12288 Publisher : wan_xianglin

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-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,
Update : 2024-05-16 Size : 1130496 Publisher : 冯正荣

DL : 0
用n×n抖动矩阵实现指定区域的半色调抖动,主要部分是抖动矩阵的递归实现,此部分较难-With n × n matrix to achieve the specified jitter halftoning region jitter is the jitter of the main part of the recursive matrix realize that this part is more difficult
Update : 2024-05-16 Size : 281600 Publisher : wxy

DL : 0
讲述了神经网络的原理和一些应用。对于了解神经网络的知识,是很不错的读物!赶紧看看那!-About the neural network theory and some applications. Neural network for the understanding of knowledge, is very good reading! Quickly take a look at that!
Update : 2024-05-16 Size : 1785856 Publisher : Henry

AI-NN-PRNN
DL : 0
请选用多层前馈网络和一种改进的BP算法对下面的多输入系统进行辨识仿真 -Please choose multi-layer feedforward networks and an improved BP algorithm to the following multi-input system for identification of simulation
Update : 2024-05-16 Size : 4096 Publisher : 桦华

DL : 0
神经网络的小程序 基于VC++平台 C++语言,三层网络 -Neural network program based on small VC++ Platform C++ Language, the three-tier network
Update : 2024-05-16 Size : 107520 Publisher : lishi

SCMnn
DL : 0
传统的火灾报警系统是以单片机作为系统的中央处理器。中央控制模块的单片机将探测器采集的信号按照某种算法进行处理、判断。这种系统的缺点是很明显的。由于单片机的资源、速度有限,使得单片机的分析、处理算法不能太复杂。-Conventional fire alarm system as a system based on single-chip CPU. Central control module will Singlechip detector signal acquisition processing according to an algorithm to determine. The shortcomings of such systems is obvious. As the single-chip resources, the speed is limited, making single-chip analysis, processing algorithms can not be too complicated.
Update : 2024-05-16 Size : 6144 Publisher : xiawenzhi

Otherfknn
DL : 0
KNN算法的实现,k-nearest neighbors聚类算法的matlab 实现-KNN algorithm, k-nearest neighbors clustering algorithm to achieve the matlab
Update : 2024-05-16 Size : 2048 Publisher : jack

DL : 0
矩阵乘法是线性代数中最常见的运算之一,它在数值计算中有广泛的应用。若A和B是2个n×n的矩阵,则它们的乘积C=AB同样是一个n×n的矩阵。-Linear algebra matrix multiplication is the most common computing one of its numerical computation in a wide range of applications. If A and B are two n × n matrix, then their product C = AB is also a n × n matrix.
Update : 2024-05-16 Size : 238592 Publisher : 陈大哥

本程序利用奇异值分解对3通道彩色图像进行压缩分解,具体步骤如下: 压缩过程: 1. 选取子图像大小K值,把图像分解成M×M个子图像,IMG(s),s=1,2,…, M2,其中M=N/K,原始图像IMG大小为N×N。 2. 计算这M2个子图像的平均值average,对每幅子图像减去均值图像得到新图像。 3. 计算相关矩阵R,其元素定义为 。 4. 计算R的特征值与特征向量,计算每幅子图像与最大特征向量的内积,便得到编码,即压缩后的图像。 -This procedure using singular value decomposition of 3-channel color image compression decomposition, concrete steps are as follows: compression process: 1. Select the sub-image size K value, the image is decomposed into M × M sub-image, IMG (s), s = 1, 2, ..., M2, in which M = N/K, the original image IMG size N × N. 2. M2 calculate the average of sub-image average, for each sub-image minus the new images mean images. 3. Calculation of correlation matrix R, defined as its elements. 4. Calculation of the characteristics of R value and eigenvector calculated each sub-image with the largest eigenvector of the inner product, they will have to code, that is, the compressed images.
Update : 2024-05-16 Size : 334848 Publisher : wangweiming

完整的模式识别库,包括矩阵运算,各种模式识别算法,如K均值、SVM、RVM、NN、LDA等-Complete pattern recognition library, including matrix computation, a variety of pattern recognition algorithms, such as K-means, SVM, RVM, NN, LDA, etc.
Update : 2024-05-16 Size : 1166336 Publisher : mountyang

DL : 0
1.FFT快速傅立叶变换,它读取数组中nn个隔行扫描的复数数据,经变换后仍存储在愿数组中. 2.完成TNS模块的功能其中各部分的功能通过调用相应的子函数来实现.-1.FFT Fast Fourier Transform, it read nn array of interlaced scanning plural data, after transformation, as stored in the array is ready to .2. Completed TNS module in which the functions of the various parts by calling the corresponding Function to achieve.
Update : 2024-05-16 Size : 60416 Publisher : lamching

DL : 0
IMM PDAF跟踪滤波的程序,非常实用-IMM PDAF tracking filter procedure, very useful
Update : 2024-05-16 Size : 11264 Publisher : Zhenhua

一种用N+1个IO口实现的N×N矩阵式键盘 摘要 介绍一种用N+1个I/O端口实现N×N矩阵式键盘的一般方法,并用该方法设计一个5×5的矩阵式键盘作为例子,给出软件编制框图并对该方法进行探讨。 关键词 键盘 矩阵 接口电路 -A N+ 1 months IO I realize the N × N matrix A keyboard Abstract Introduction N+ 1 months I/O ports realize N × N matrix of the general approach the keyboard and used the method to design a 5 × 5 s Matrix keyboard as an example, given the preparation of block diagram software and to explore the method. Key words keyboard matrix interface circuit
Update : 2024-05-16 Size : 49152 Publisher :

DL : 0
基于小波神经网络的PID控制Matlab仿真,有代表性,值得研究-Based on Wavelet Neural Network PID Control Matlab simulation, representative, is worth studying
Update : 2024-05-16 Size : 2048 Publisher : 黄同成

AI-NN-PRNN
DL : 0
一些关于神经网络方面的文档和论文,对没有基础的有一定的参考价值-Some aspects of neural networks on documents and papers, not based on some reference value
Update : 2024-05-16 Size : 302080 Publisher : ZHOU Wei

DL : 0
人工智能中专家系统源代码,用delphi语言编写的-Artificial Intelligence Expert System source code, use delphi language
Update : 2024-05-16 Size : 659456 Publisher : 叶子

DL : 0
k阶临近算法 可以用于文本分类和加密的应用-k-approaching algorithm can be used for text classification and encryption applications
Update : 2024-05-16 Size : 234496 Publisher : chidayang

DL : 0
有关MATLAB的RBF文件,压缩包解压时不能有密码-The RBF-related MATLAB files, compressed package should not have a password when extracting
Update : 2024-05-16 Size : 2048 Publisher : lihui
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 49 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.