资源列表
1
- 人工势场法,实现智能避障,解决局部极小问题和目标不可达问题(Artificial potential field method, realizing intelligent obstacle avoidance, solving local minimum problem and target inaccessibility problem)
library
- 调用FMINCONX编写的离散优化软件包,很好用()
97132955
- 这是一个用MATLAB写的免疫算法程序,()
神经网络
- 本代码包括感应器神经网络、线性网络、BP神经网络、径向基函数网络(This code includes a sensor neural network, a linear network, a BP neural network, a radial basis function network)
CNN
- 构建卷积神经网络,包括卷积层,池化层,RELU(Construction of convolution neural network)
BP
- BP网络(Back Propagation),是1986年由Rumelhart和McCelland为首的科学家小组提出,是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。(BP nntool is a multilayer feedforward network trained by error inverse propagation algorithm. It is one
FWC
- 基于FWC算法的kNN查询能够有效的提高knn查询的效率,这种方法很好(KNN query based on FWC algorithm can effectively improve query efficiency)
omdex__bubble
- 1 递归先序遍历 2 递归中序遍历 3 递归后序遍历 4 非递归层序遍历 c语言()
mi02fptree
- 实现关联规则挖掘的两个算法源码,封装完整,易读易用,包含测试数据(The two algorithms to implement association rules mining are complete package, easy to read and easy to use, including test data)
cnn图像分类
- 基于Tensorflow下的cnn卷积神经网络实现图像的分类(Image classification CNN convolutional neural network based on Tensorflow)
GA优化BP
- 已调试好的BP神经网络程序,为大家提供借鉴(bp neural network program has been debugged to provide reference for us)
tree
- 分类决策树的核心思想就是在一个数据集中找到一个最优特征,然后从这个特征的选值中找一个最优候选值,根据这个最优候选值将数据集分为两个子数据集,然后递归上述操作,直到满足指定条件为止。附代码(The core idea of a classified decision tree is to find an optimal feature in a data set, and then find an optimal candidate value from the selected value of
