资源列表
ND
- 用牛顿法求方程的一个根 方程的表达式:f 区间的左端点:a 区间的右端点;b 根的精度:eps 求得的根:root(Using Newton method to find a root of equation)
GA-BP神经网络应用实例之MATLAB程序
- 使用MATLAB编写的GA-BP神经网络,可进行多组数据处理 % gap.xls中存储训练样本的原始输入数据 37组 % gat.xls中存储训练样本的原始输出数据 37组 % p_test.xls中存储测试样本的原始输入数据 12组 % t_test.xls中存储测试样本的原始输出数据 12组(MATLAB implementation of the GA-BP neural network,% gap.xls stored in the training sample of the
《MATLAB 神经网络43个案例分析》源代码&数据
- MATLAB智能算法30个案例分析 附源代码和数据(MATLAB intelligent algorithm 30 case analysis with source code and data)
NeuralNetwork_RBF
- RBF神经网络实现,MATLAB平台。附训练和测试数据(RBF neural network implementation, MATLAB platform. With training and test data)
1
- Algoritmo Ford Fulkerson para maximizar los flujos antes de llegar al flujo maximo.
DeepLearningImageClassificationExample
- 使用2012Imagenet数据大赛深度学习网络为架构的卷积神经网络,可进行多类数据分类任务(Using the 2012Imagenet Data Contest Deep Learning Network for Architectural Convolution Neural Networks, Multiple Class Data Classification Tasks)
2
- Power flow codes with forkers fulkerson algorithms
3
- Power flow fulkerson algorithms in step-by-step matlab
GolayCodeNbit
- 生成Nbit的golay互补码,注意输入的码长数值必须是2^n,输出为2*n的矩阵。包含源代码和输出波形图。(This function is designed for generating a N-bit Golay complementary code sequence. The syntax is "y=GolayCodeNbit(N)", where N is pattern of 2^n. The output result, y, is an output m
4
- All algorithms to increase power flows
5
- Matlab all algorithms to increase power flows
卡尔曼滤波程序及MATLAB仿真
- 利用扩展卡尔曼滤波实现对雷达数据的处理,平滑雷达数据(Radar data processing is realized by extended Calman filtering and radar data is smoothed)