资源列表
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
tsp
- 遗传算法,旅行商问题的python代码(The Python code of the genetic algorithm, the traveling salesman problem)
NeuralNetwork_BP
- 非常好的神经网络程序,通过反向传播算法BP实现反推优化权值(very good BP neural network program)
yesllmg6
- 时间序列预测法是一种定量分析方法,它是在时间序列变量分析的基础上,运用一定的数学方法建立预测模型,使时间趋势向外延伸,从而()
离散Hopfield神经网络的分类——高校科研能力评价
- 离散Hopfield神经网络的分类——高校科研能力评价(Classification of Discrete Hopfield Neural Networks: Evaluation of Scientific Research Ability in Universities)
粒子群优化算法的寻优算法——非线性函数极值寻优
- 粒子群优化算法的寻优算法——非线性函数极值寻优(Particle swarm optimization algorithm -- nonlinear function extremum seeking optimization)
传统的可运行人工势场编程
- 简单可用的传统人工势场法程序,可在其基础上进行算法改进(Simple and available traditional artificial potential field method can improve algorithm based on it.)
栅格建模程序
- 用栅格法对机器人运动环境建模的程序,简单直接可用(Raster method for environmental modeling is simple and available)