搜索资源列表
Fisher1
- 模式识别的经典算法FISHER算法,课程设计的实验作品-the classic pattern recognition algorithm Fisher algorithm, the experimental curriculum design works
[AI]2005Maze1002016
- 福州大学人工智能课程02级的实验项目:实现深度、广度、A*算法的迷宫搜索以及演示程序,c#编写。-Fuzhou University artificial intelligence courses to the 02 pilot projects : to achieve the breadth, depth, A * search algorithm maze and Demonstration Program, c # prepared.
SPquestion
- 用C++写的一个SP算法,内附实验报告,是我的AI课程的课程设计。
MSBproblem
- 这是我的AI课程实验报告,内附非常详尽的实验报告
200114072樊天麒第一次实验子句归结
- 人工智能课程的实验中用C语言环境实现子句归结的算法和反映-experimental artificial intelligence courses using C language environment to achieve phrase attributed to the algorithm and reflect
一字棋小游戏
- 一字棋小游戏,很好用的,是个学习人工智能课程实验的好例子,Chess word game, with very good, it is a learning experiment in artificial intelligence course a good example of
AI_CrossRiver
- 人工智能课程 产生式部分的一个实验设计:用产生式解决“过河问题”-Production of artificial intelligence course as a part of experimental design: The production solve the " problem across the river"
code
- 此为数据挖掘课程大作业,主要功能是对已给定的描述生物分子三维结构的139351 个属性中,分类预测出该分子化合物对目标体的化学活性,从而达到帮助药物设计的目的。实验现有的数据包括:110个已标记活性标签的描述分子三维结构的139351维数据,634 个为标记活性标签的三维结构数据。希望根据这些提供的数据,采用适当的分类方法,提供出一个经过训练的分类器,能够尽可能准确的帮助未标记活性的分子化合物确定其活性。-This is a big job data mining courses, the ma
55Puzzle
- 用C语言解决的人工智能课程实验55迷题,代码风格简明,注释较好,供参考-Using C language of artificial intelligence to solve the puzzle of 55 experimental courses, concise style code, comments, good for reference
problem2
- matlab 感知机实验源码(神经网络课程实验一)-Perceptron test matlab source
juleihefenlei
- 对一组样本通过C-means算法进行聚类分析,然后对聚类结果用感知器算法进行分类,是模式识别课程的实验。-Samples of a group through the C-means cluster analysis algorithm, and then the results of the clustering algorithm used to classify perceptron is a pattern recognition course experiment.
Labwork
- 国外学校神经网络课程的实验资料,里面包含了实验的所有源程序和实验说明,对使用神经网络算法的控制,辨识,预测都有,非常好-Neural network of foreign school course experiment data, which contains all the source code of the experiment and experiment shows that the use of neural network algorithm for the control, i
hopfield
- 神经网络课程中的一个大作业, 使用hopfield网络解决极大团问题的源码及实验报告-Neural network of a major course work, the use of networking solutions hopfield great mission of the source problem and experimental report
Artificial_Intelligence
- 人工智能课程中关于产生式系统部分上机实验的源代码,有很大参考价值。-No
animal
- 动物识别系统的实现 解决了一些基本问题 人工智能课程实验作业-Animal Identification System to solve some basic problems of artificial intelligence course experiment operations
bpxor
- 用matlab实现BP神经网络,人工智能课程中一个实验练习。-BP neural network with matlab implementation, an experiment in artificial intelligence courses to practice.
kecheng2011
- 课程设计要求 0 实验一 基于模板匹配的字符识别 1 实验二 基于C均值算法的车辆检测与跟踪 3 实验三 水果分类系统设计 5 实验四 基于遗传算法的图像歪斜校准 6 实验五 基于BP网络的函数逼近 9 实验六 空调模糊控制系统设计 -Curriculum design requires 0 Experimental one based on template matching character recognition 1 C-means algorithm
Breadth-first-search
- 宽度优先搜索 适合于人工智能课程实验所用-Breadth-first search
wanghao-algorithm-
- 人工智能课程实验,C语言实现王浩算法,带有代码运行说明。-Artificial Intelligence course experiment, C language algorithms Hao, with code running instructions.
TGHZKQ
- 使用回溯法解决背包问题,人工智能课程实验课题,()