资源列表
AI
- 简单的神经网络训练程序,可以通过增加训练样本达到更好的权值
Polynomial
- 径向基网络对Polynomial函数的逼近和拟合-Radial basis function networks Polynomial Approximation and fitting
main2
- quicksort algorithm, very fast and efficient written in c source code enjoy it
Algorithm-a
- 这是鱼群算法的源程序,稍微加以改进就可变成自己需要的算法,适用于神经网络的仿真!-This is the source of the fish school algorithm, a slight improvement can be turned into the algorithm for neural network simulation。
time_delay_beamforming
- 这是一个延时求和波束形成算法的实现,可以运行!-This is a summation delay beamforming algorithm, you can run!
BP
- 基于MATLAB的神经网络标准BP程序。-MATLAB-based BP neural network standard procedures.
iris
- 数据挖掘经典数据,鸢尾花分类,txt形式矩阵,直接使用非常方便。-Classical data mining data, iris classification, the form of TXT matrix directly, very convenient to use.
BPSKMRC
- MRC分集程序,仿真了分集带来的性能增益-MRC diversity gains
bpNNbijinERYUANhanshuSANWEITU
- BP神经网络实现二元函数的逼近源程序代码-BP neural network source code binary function approximation
ais_youhua
- 蚁群优化算法 进行优化 可用于参数寻优 故障诊断-The ant colony optimization algorithm to optimize
plot_isotonic_regression
- 保序回归是寻找使训练集均方差最小的近似函数,它的优点是目标函数不要线性的。-The isotonic regression finds a non-decreasing approximation of a function while minimizing the mean squared error on the training data. The benefit of such a model is that it does not assume any form for the tar
BP神经网络程序
- 关于智能算法bp神经网络实例程序,代码没有很长,可借鉴。