资源列表
JianKeWeb-master
- 基于SPEA2和MOGA算法实现的多目标优化,主要针对营养平衡目标进行规划。(The multi-objective optimization based on SPEA2 and MOGA algorithm is mainly aimed at planning the goal of nutrition balance.)
GudongRecommendation-master
- 基于深度学习和协同过滤算法实现问卷调查内容推荐,通过深度学习中的tensflow构建项目评分矩阵,利用协同过滤算法产生推荐结果。(Based on the depth learning and collaborative filtering algorithm, the content of the questionnaire is recommended. The project score matrix is constructed through the tensflow in depth
kmeans-algorithm
- 一个基础kmeans算法,内含有数据文件,可以直接执行。(A basic kmeans algorithm, which contains data files, can be directly executed.)
Genetic algorithm optimization calculation
- 遗传算法的优化计算—输入自变量降维,利用遗传算法对BP神经网络进行优化(Optimization calculation of genetic algorithm -dimensionality reduction of input variables ,Optimization of BP neural network by genetic algorithm)
A_star
- 能够进行路径规划,用于全局路径规划,是目前较为广泛的全局路径规划算法(Can perform path planning for global path planning. It is currently a relatively extensive global path planning algorithm.)
Deep+Learning+with+Python+2017
- 如何使用python实现深度学习,是外文电子书籍,书里的内容较容易上手(How to use Python to realize deep learning)
GA_NN
- GA neural network controllers
Recognition
- 将数量较少的故障样本分为训练集和测试集,实现故障的分类和识别(A small number of fault samples are divided into training set and test set to realize fault classification and recognition.)
cat_vs_dog
- 利用神经网络模型Resnet模型对猫和狗进行识别(Recognition of cats and dogs by using neural network Resnet model.)
模式识别代码
- 基于matlab的Iris、乳腺癌数据集的模式识别分类算法,含有 遗传算法+SVM、isodata、感知器算法、LMSE、神经网络等算法的实现代码,用于聚类效果良好,是模式识别大作业的参考资料(The pattern recognition classification algorithm based on MATLAB for Iris and breast cancer data sets contains the implementation code of genetic algorit
ga
- 遗传算法的matlab实现,可以应用于各种寻优过程(The matlab implementation of genetic algorithm can be applied to various optimization processes.)
PSO-Python
- 粒子群算法,PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。(The particle swarm optimization (PSO) al