资源列表
CAP
- this program is about capacitor placement in distribution networks
FCM_algorithm_based_K_means_clustering_algorithm_a
- 基于K_means算法和FCM算法的聚类研究-FCM algorithm based K_means clustering algorithm and study
BP
- BP神经网络与simulink的构建课件讲解,从例子出发,很容易理解。-BP neural network and the construction of courseware simulink explain, starting from the example, it is easy to understand.
20110719-BP_NET
- 这是一篇“基于BP神经网络的外姿态测量系统线阵CCD标定”的论文,与大家一起分享,请大家放心使用-This is an " outside the BP neural network-based attitude measurement system line array CCD calibration," the paper to share with you, please rest assured to use
hbkjglglgjh
- 当测量温度等于设定温度时,程序返回温度设定模块,当测量温度不等于设定温度时,启动PID控制模块,然后返回测量显示模块,如此循环下去,直到测量温度等于设定温度为止。由于恒温箱温度控制系统具有大时滞和非线性特性,常规PID控制参数难以整定。在此设计了自整定PID算法,解决了PID整定困难的问题。下面介绍自整定PID算法的设计过程。 -When the measured temperature is equal to the set temperature, the program returns
OptaPlanner
- OptaPlanner是一个轻型嵌入式优化的规划引擎,可以解决雇员排班、日程调度、课程表、车间调度等问题。-OptaPlanner is a lightweight, embeddable planning engine that optimizes planning problems. It solves use cases, such as: Employee shift rostering: timetabling nurses, repairmen, ... Agen
bp_train
- 这是一个最简单的BP算法异或问题! 没有阈值,学习速度不可改变
libsvm-
- libsvm方面的文档,需要的可以下载-libsvm in the document, need can be downloaded to see
2014zkjz
- RBF程序,用与RBF神经网络,高位小样本数据-RBF program, and RBF neural network, the high small sample data
bp_train_VC
- BP的训练方法.删除init_wj_hid_output与init_wj_input_hid可以进行新的学习!不然只是按老方式学习!这是一个最简单的BP算法异或问题!没有阈值,学习速度不可改变!下次会改进!如果同或只需改变输入的方式就可以!-BP's training methods. Delete init_wj_hid_output with init_wj _input_hid can conduct new learning! Otherwise, only the old wa
bp_c
- BP神经网络的C++程序,里面有源程序和生成的可执行文件,希望对正在学习的朋友有用!