资源列表
isodata
- 实现ISODATA算法,用于遥感影像非监督分类-failed to translate
CNN
- CNN(CondensedNearestNeighbor)是最早的基于近邻分类的实例选择算法。本程序实现了CNN算法,能很好的实现近邻分类的实例选择。-CNN (CondensedNearestNeighbor) is the earliest instance selection algorithm based on nearest neighbor classification. The core idea of the algorithm is that if the instance c
EightNumber
- 启发式搜索实现的八数码求解 启发式搜索实现的八数码求解-Eight Number
aaa-2006-05-11.tar
- 语言库,为英文- language for English
PictureDemo
- 对单一图片内容进行识别 具体是人物 暴力 *(To identify a single image character is the specific content of violence and pornography)
Efficient
- 往BP神经网络容易陷入局部极小值的缺点,同时为股票预测提供了一种新的思路和研 究方法,具有一定的理论意义和实际应用价值 -Stockmarket15closelyrelatedwiththeeeonomieactivities.
introduction-AI
- 加州伯克利分校的人工智能课程第一堂课的讲义,介绍基本概念和应用-Berkeley, California, the first class of artificial intelligence course lecture notes, introduces basic concepts and applications
fenlei
- 自己编写的神经网络分类程序,包含PNN,NEWC,NEWLVQ.NEWSOM四个函数-I have written a neural network classification process, including PNN, NEWC, NEWLVQ.NEWSOM four functions
BP
- 先选择500个数据进行学习,学习方法是采用神经网络的BP算法,然后对未参与学习的数据进行数字识别-Select the first 500 data learning, learning neural network BP algorithm, then digital identification data that did not participate in the learning
NSGA-II_20140417
- 遗传算法多目标优化的一个版本,内容包括源程序和NSGA-II工程包nsga2code使用手册- A version of the genetic algorithm for multi-objective optimization, including source code and NSGA-II project package nsga2code Manual
tsp
- 用模拟退火算法解决旅行商问题,算法较简单