资源列表
GMDH
- gmdh代码 训练方法 —————————————— 1.将数据集分为训练集和测试集。 2.建立输入层 3.建立所有符合5楼条件的神经元(只考虑“攻”和“受”的关系,不考虑具体的权值)。如果前面几层共有N个神经元,那么我们就需要建立N(N-1)/2个神经元。 4.用最小二乘法确定权值 5.计算每一个神经元在测试集上的表现。 6.选取表现最好的K个神经元放在后面一层。(K可以自己选择) 7.重复3,直到网络的性能足够好,或者网络开始过拟合。(GMDH codeTraining me
TSP(AA)
- 从北京出发经过全部省会回到北京的TSP问题,蚁群算法求解(Starting from Beijing, the TSP problem is solved by ant colony algorithm after all the provincial capitals return to Beijing)
FuzzyOntologyFramework
- 提供模糊本体模型,图形化辅助表达,学习性强(Provide fuzzy ontology model graphical auxiliary expression)
Pegasis
- Pegasis protocol in matlab for routing analysis
sep
- Routing Protocol in matlab for SEP
Backprop
- Back-propagation algorithm in neural network
ANN
- Introduction to Artificial Neural Networks
serial_matlab
- matlab读取串口数据,实时显示。 数据格式、串口设置可根据代码注释自定义 含test4与test5l两个例程,较为简单,后者需要开两个matlab(Do serial's data reading and real-time displaying by matlab, . Data format and serial settings can be customized according to code comments Containing test4 and test5l tw
matlabstudy
- 实现均匀直线阵的功能,已知单元个数,单元间距和扫描范围,求单元激励幅度和相位递变(Realize the function of uniform linear array)
bitmap
- c++ bitmap()
bubblesort
- c++ bubblesort()
倒立摆PID控制
- 倒立摆PID控制采用MATLAB编写,控制小车直立(Inverted pendulum, PID control)