资源列表
ALGOINTRO
- 《算法导论(原书第3版)》英文,很经典的一本书(Introduction to algorithms 3rd English)
GA
- 遗传算法求解TSP,可以运行,效果好。。(Genetic algorithm for TSP)
shujvwajue
- Apriori算法C++实现,备注见代码,读取数据文件可用,格式为多行数据。数字代表事物(Apriori algorithm C++ implementation, notes see code, read data files available, format for multi row data. Numbers represent things)
Kmeans_java
- 使用Java语言实现了简单的K-Means聚类算法(A simple K-Means clustering algorithm is implemented in Java language.)
R-FCN
- R-FCN全卷积网络的目标检测神经网络,算法性能优于Faster R-CNN(R-FCN is an full convultional network, the performance of R-FCN outperform the Faster R-CNN)
lfm
- 重叠社区发现LFM算法,基于python实现,导入的文件是lfr基准测试网络,里面写了检测指标,文件可更改,算法通过网络邻接矩阵来实现社区划分(The overlapping community found the LFM algorithm, based on the python implementation, the imported document is the LFR benchmark network, in which the detection index is written
dstar-lite-master
- 基于dijikstra和A*算法的改进A*算法,能在路径规划的各阶段更新节点信息,规划新的路径(The improved A* algorithm based on dijikstra and A* algorithm can update node information in all stages of path planning and plan new path.)
VMD
- 使用可变模式分解的神经网络预测模型,可用于风速、电价预测等等。(Neural network prediction model using variable pattern decomposition can be used for wind speed, price forecasting and so on.)
mtncarMatlab
- 强化学习qlearning编写,回归算法规划轨迹(Reinforcement learning qlearning, return algorithm to plan trajectory)
New folder
- 采用粒子群算法对滑模控制器参数进行整定,对象为倒立摆(The particle swarm optimization algorithm is used to adjust the parameters of the sliding mode controller. The object is inverted pendulum.)
PSO_adaptation
- 改进型粒子群PSO优化算法MATLAB代码,基于权重改进速度,已封装为函数(Improved particle swarm optimization algorithm PSO MATLAB code, based on the speed of weight improvement, has been encapsulated as a function.)
DeepLearnToolbox-master
- 集中经典的DeepLearning算法 CNN SAE DBN等(Deep Learning CNN SAE DBN Several classic DeepLearning algorithms CNN SAE DBN etc)