搜索资源列表
BpNet
- 该程序实现神经网络的BP算法,输入节点数,输出节点数,隐层数,隐层节点数任意,由用户决定。其中隐层数指的是总共曾数包含输出层,比如说异或算法为2层,第一层节点数为2,第二层也即输出层节点数为1,输入点数为2 。但是该程序对异或算法实现并不理想,对多层多节点的神经网络有较好的结果。-The program realize ...
bp12345678
- 用vc实现的bp的算法程序,神经网络的一种重要算法-Using vc to achieve the bp algorithm,AN IMPORTANT ALGORITHM FOR NEURAL NETWORKS
jvxgh
- BP神经网络用于函数拟合与模式识别,利用最小二乘算法实现对三维平面的拟合,包括轨道机动仿真、初轨计算。- BP neural network function fitting and pattern recognition, Least-squares algorithm to fit a three-dimensional plane, Including orbital maneuvering simulation, initial orbit calculation.