资源列表
[人工智能/神经网络/遗传算法] naivebeys
说明:朴素贝叶斯实现文本的正负趋向性分析,使用python编的,可以通过编绎,很方便。-Naive Bayes text of the positive and negative trend analysis, using python compiled by unravel, very convenient.<liang> 在 2024-11-10 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] TSP_cold
说明:模拟退火算法求解旅行商问题,停止条件为“零度”-Simulated annealing algorithm to solve the traveling salesman problem, stop the " zero"<田石东> 在 2024-11-10 上传 | 大小:157kb | 下载:0
[人工智能/神经网络/遗传算法] courseware
说明:清华大学 计算机系 人工智能导论 马少平 课程课件-Tsinghua University Introduction to Artificial Intelligence Shaoping Ma courseware<田石东> 在 2024-11-10 上传 | 大小:13.02mb | 下载:0
[人工智能/神经网络/遗传算法] dijkstra
说明:详细描述dijkstra算法的原理及使用,并用附有源代码-Detailed descr iption of Dijkstra' s algorithm principle and with source code<dongshuling> 在 2024-11-10 上传 | 大小:99kb | 下载:0
[人工智能/神经网络/遗传算法] CSharpTSP
说明:TSP问题用蚁群算法来实现的C#源代码。-TSP problem with the ant colony algorithm to achieve C# source code.<dongshuling> 在 2024-11-10 上传 | 大小:13kb | 下载:0
[人工智能/神经网络/遗传算法] analysis-of-pid
说明:总结了PID控制的作用,同时根据工业过程要求,给出了PID调节的经验。最后给出了相关名词解释。-Summed up the role of the PID control, industrial process requirements at the same time, given the experience of PID regulator. Finally, the Glossary.<李赛> 在 2024-11-10 上传 | 大小:148kb | 下载:0
[人工智能/神经网络/遗传算法] Strategy
说明:FIRA5v5足球机器人控制策略,广东2004获奖-The Strategy project is based on the Win32 DLL wizard option in VC++. The Environment structure is passed into the Strategy function and is used to access information about the robots, ball an<刘欣> 在 2024-11-10 上传 | 大小:3.07mb | 下载:0
[人工智能/神经网络/遗传算法] MilTrack_matlab_v1.0
说明:MATLAB demo for paper "Visual Tracking with Online Multiple Instance Learning" by Boris Babenko, Ming-Hsuan Yang, Serge Belongie ,CVPR 2009, Miami, Florida. -MATLAB demo for paper "Visual Tracking with Online Multiple In<李乔哲> 在 2024-11-10 上传 | 大小:18kb | 下载:0
[人工智能/神经网络/遗传算法] renlianshibie
说明:本程序实现了基于特征脸的人脸识别功能,根据其具体算法步骤来一步一步实现。-This procedure implements the feature-based face face recognition function, based on the specific steps of the algorithm is a step-by-step.<沁雪之涯> 在 2024-11-10 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] C4.5
说明:决策树分类 通过读取数据 求信息增益率选择最好的分离属性-Decision tree classification by reading the data and information gain ratio to select the best separation properties<lihongjun> 在 2024-11-10 上传 | 大小:63kb | 下载:0
[人工智能/神经网络/遗传算法] AI
说明:对于拼图问题的基于java的A*算法实现。状态空间图中的节点用一个Node对象表示,图中出现的节点(包括已扩展的和未扩展的)存放在一个list(ArrayList的一个对象)中,A*算法运行完毕后,最优路径上的节点存放在pathArray(ArrayList的一个对象)中。程序维护两个变量head和tail,在list中两者之间的节点表示open表中的未扩展节点,list中head之前的属于closed表中的已扩展节点。-Puzzle<xiezhiyu> 在 2024-11-10 上传 | 大小:165kb | 下载:0