资源列表
45968639
- 机器人定位及导航等相关算法及实现策略,内含多个重量级资料,PDF文档()
text-classification
- 文本分类程序,很多的算法集合,还有各个算法的结果比较(Text classification procedures, the set of many algorithms and compare the results of the algorithm)
Matrix Completion
- 关于矩阵降秩地震数据重构领域的一些论文以及代码。(Some papers and codes in the field of seismic data reconstruction of matrix reduced rank.)
Combustion Physical and Chemical Fundamental
- 关于数值燃烧学计算编程的经典书籍,很受欢迎,建议初学者阅读。(The classic books on thecombustion flow calculation programming are very popular and are recommended for beginners to read.)
基于遗传算法的BP神经网络优化算法
- 基于遗传算法的BP神经网络优化算法,便于相关研究人员理解(BP neural network optimization algorithm based on genetic algorithm to facilitate the understanding of relevant researchers)
particle_filter_demo-master
- 本项目采用粒子滤波算法,通过PYTHON语言确定目标位置,通过一个界面展示(Particle filtering to determine the position of the target)
fooyonx
- b——双精度实型一维数组,长度为(q+1),存放ARMA(p,q)模型的滑动平均系数, a——双精度实型一维数组,长度为(()
H
- 自由空间光通信中使用的双变量fox's H 函数,大家可以参考一下,,,,,(The bivariate fox's h function used in free space optical communication can be referred to as a reference)
unet-master
- 基于tensorflow的u_net的实现(Implementation of u_net based on tensorflow)
Svm
- 实现简单的SVM 分类器,包括数据读取及简单的显示,简单易学易上手(Implementation of a simple SVM classifie)
BPNN
- 能够实现bP算法,数据集使用的是iris里面的花卉相关的数据,训练集是0.7,测试集是0.3.(BP algorithm can be realized)
AI_pacman
- AI的项目pacman,用python编写,网络上可以查到相应的题目跟框架,在这我就不具体给出,只给出三个需要修改的那部分的代码内容。