资源列表
[人工智能/神经网络/遗传算法] An-Improved-A--Star-Algorithm
说明:(被EI收录,不错的文章)传统A*算法在栅格地图上进行路径规划时,求解得到的路径长度不是最短并且转折点较多。针对这些不足,提出了一种改进A*算法,将传统A*算法的可搜索邻域个数从离散的8个拓展为无限个,可以沿任意方向进行搜索。这样不仅求解出来的路径长度更短,并且大大降低了其转折点的个数。该算法被应用于自主研发的“智能先锋”号系列无人驾驶车辆上,实车试验以及它们在“中国智能车未来挑战赛”中的优异表现证明该方法能够在栅格地图中求解出一条更优<王辉> 在 2025-04-09 上传 | 大小:586kb | 下载:0
[人工智能/神经网络/遗传算法] yiqun111
说明:蚁群算法在无线传感器中的应用描述,以及蚁群算法仿真过程描述-Ant colony algorithm described in the wireless sensor, and ant colony algorithm simulation process descr iption<曹飞> 在 2025-04-09 上传 | 大小:545kb | 下载:0
[人工智能/神经网络/遗传算法] yiqunluyouxieyi
说明:蚁群算法在无线移动网络中路由协议的改进和研究,以及对应仿真过程描述-Improved algorithm routing protocols and research, as well as the corresponding simulation process is described in a wireless mobile network<曹飞> 在 2025-04-09 上传 | 大小:786kb | 下载:0
[人工智能/神经网络/遗传算法] ORB
说明:ORB算法的C++实现源码,编译环境vs2010-ORB algorithm implemented in C++ source code, build environment vs2010<张程序> 在 2025-04-09 上传 | 大小:11.13mb | 下载:0
[人工智能/神经网络/遗传算法] cloud_GA
说明:云遗传算法用于解决多模项目调度问题,仿真文章的代码,大家共享,欢迎交流-cloud genetic alogrithm for multi-mode project schedule problems<huangjinhuang> 在 2025-04-09 上传 | 大小:92kb | 下载:0
[人工智能/神经网络/遗传算法] BP_Classifier
说明:用MATLAB实现的简单分类器,算法为BP神经网络,为监督学习,需要训练集(文件中附有训练集,供测试用),分类效果较好。-This program creates a Classifier to identify the gender by height and weight based on BP network.<郑翔> 在 2025-04-09 上传 | 大小:8kb | 下载:0
[人工智能/神经网络/遗传算法] main
说明:通过KNN和朴素贝叶斯算法 实现 模式识别中的分类-Achieve pattern recognition is classified by KNN and Naive Bayes algorithm<jbzh> 在 2025-04-09 上传 | 大小:6kb | 下载:0
[人工智能/神经网络/遗传算法] N-Queens
说明:优化的N皇后算法,输入皇后的个数N,输出三个解,算法的时间复杂度为O(nlgn)-Optimized N queens algorithm, enter the number of the Queen N, output three solutions, the time complexity of the algorithm is O (nlgn)<jbzh> 在 2025-04-09 上传 | 大小:10kb | 下载:0
[人工智能/神经网络/遗传算法] BPNet
说明:关于神经网络的Python算法,,可以用作分类预测等等问题(An algorithm for neural networks, which is used in classifier by python)<三火123456> 在 2025-04-09 上传 | 大小:53kb | 下载:0
[人工智能/神经网络/遗传算法] 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 va<三火123456> 在 2025-04-09 上传 | 大小:3kb | 下载:0
[人工智能/神经网络/遗传算法] k_means
说明:主成分分析(Principal Component Analysis,PCA), 是一种统计方法。通过正交变换将一组可能存在相关性的变量转换为一组线性不相关的变量,转换后的这组变量叫主成分。(It is a statistical method. Through orthogonal transformation, a set of variables that can be correlated can be transformed<三火123456> 在 2025-04-09 上传 | 大小:1.68mb | 下载:0
[人工智能/神经网络/遗传算法] SVM
说明:SVM(Support Vector Machine)指的是支持向量机,是常见的一种判别方法。在机器学习领域,是一个有监督的学习模型,通常用来进行模式识别、分类以及回归分析。(It is a common discriminant method. In machine learning, it is a supervised learning model, usually used for pattern recognition, cl<三火123456> 在 2025-04-09 上传 | 大小:33kb | 下载:0