搜索资源列表
DDAC
- 蚁群算法解决tsp问题,antsystem为核心运算类,窗体为接口程序,先生成邻接矩阵再运算-Tsp ant colony algorithm to solve the problem, this is the core classes, must have interface program
yucekongzhi
- Predictive control wincc scr ipt, the 预测控制wincc脚本程序,文件中的矩阵运算程序要自己编写,然后就可以进行预测控制了-Predictive control wincc scr ipt, the file of the matrix operations procedures to write your own, and then can be predictive control
cedp
- 矩阵运算,具体说明见程序中,在各个程序中都有详细的介绍()
BP神经网络python简单实现
- 去掉神经元类,把功能合并入NetLayer类中,使用矩阵计算加快速度 调整代码实现批量训练方法。 优化程序中numpy库运算顺序,避免产生中间变量(Remove neuron classes, merge functions into NetLayer classes, and use matrix to calculate speed.)