资源列表
jigndianC
- 许多可以直接运行的C程序。里面有详细的说明。包括一些结果分析-Many can be directly run C programs. There are detailed instructions. Including some of the results of
Convolution_GPU
- This project implement the convolution neural network on GPU. This reduce much time for training process. This project was written in C# and cuda
rbf-c
- rbf neural network algorithm in C, including the composition of input to output, examples using XOR.
ANN
- 神经网络变量筛选—基于BP的神经网络变量筛选-Neural network variable selection- based on BP neural network variable screening
PSO
- 一种粒子群算法的寻优算法,将其用于非线性寻优-One kind of particle swarm optimization algorithm, be used in non-linear optimization
test
- 人脸检测 狂出结果 可以说出是谁 人脸检测 狂出结果 可以说出是谁-人脸检测 狂出结果 可以说出是谁
waterfill
- 通信中,非常经典的注水算法的代码,其应用与OFDM系统中,比较常用且经典-Communication, very classic water-filling algorithm code, the application of OFDM system, the more common and classic
CRC_CHECKING
- CRC校验算法程序。用于需严格保证数据完整性的通信场合。-Useful code of CRC checking, for applications of communication.
pcaren-lian-shi-bie
- 仿真人的脸部识别程序 ,人工智能领域相当经典的算法,值得一看,尤其是初学者,会有不同的发现哦。-Human face recognition program, the field of artificial intelligence is the classical algorithm, is worth a look, especially for beginners, there will be different to find oh.
zhuangxiang-(2)
- 用免疫遗传算法实现装箱问题(2) 含疫苗选择和注射算子-Immune genetic algorithm with packing problem (2) containing vaccine selection and injection operator
kmeans1
- K-means算法,算法步骤如下: Step1.利用式(2)计算距离矩阵D=(),其中=dist[i, j] (); Step2.扫描坐标距离矩阵D,寻找距离的最大值和最小值,用式(3)计算limit; Step3.扫描坐标距离矩阵D,寻找矩阵中距离最小的2个数据a,b,将数据a,b加入集合,={a,b},同时将数据a,b从U中删除,更新距离矩阵D; Step4.利用 (4)式在U中寻找距离集合最近的数据样本t,如果小于limit,则将t加入集合,同时将t从集合U中删除,更新
GA
- 遗传算法 人工智能最经典也是最基本的方法之一 并给出非线性优化实例-Genetic Algorithms Artificial Intelligence most classic and most basic methods and gives examples of nonlinear optimization
