搜索资源列表
VC编写的神经网络算法程序
- 一个VC编写的神经网络算法程序,对学智能算法的朋友很有用。-a VC prepared by the neural network algorithm procedures, intelligent algorithm friends useful.
eightnumbyahei0802
- 八数码难题求解程序本程序所采用的启发函数,本人不能证明它能解决任何的八数码难题,如果对于较难的问题会产生很多节点,有可能会使空间不足,所以尽量不要出太难的问题难为它.希望广大的人工智能爱好者能写出更好的启发函数.-eight digital problem solving program of the procedures used by the heuristic function, I can not prove that it can resolve any of the eight di
nnintro
- 神经网络介绍的源码-neural network introduced by the source
遗传算法matlab
- matlab编写的遗传算法,采用二进制编码,有说明文档。-Matlab prepared by the genetic algorithm, using the binary coding, documentation.
8 Puzzle by using BFS
- 8 Puzzle by using BFS , DFS
Programming AI by Example Source Code
- Programming AI by Example Source Code.rar
Ant-Circle
- 经典的蚁群算法蚁周模型的实现,论文:《Distributed Optimization by Ant Colonies》-ant colony system, ant circle
k-centers
- 不同于k均值聚类的k中心聚类,2007年SCIENCE文章Clustering by Passing Messages Between Data Points 中的方法-Unlike k-means clustering of the k cluster centers, in 2007 SCIENCE article, Clustering by Passing Messages Between Data Points of the Method
2DLDAwiththeSVM-basedfacerecognitionalgorithm
- 二维线性鉴别分析(2DLDA)算法能有效解决线性鉴别分析(LDA)算法的“小样本”效应,支持向量机 (SVM)具有结构风险最小化的特点,将两者结合起来用于人脸识别。首先,利用小波变换获取人脸图像的低频分量,忽 略高频分量:然后,用2DLDA算法提取人脸图像低频分量的线性鉴别特征,用“一对多”的SVM 多类分类算法完成人脸 识别。基于ORL人脸数据库和Yale人脸数据库的实验结果验证了2DLDA+SVM算法应用于人脸识别的有效性。-”Small sample size”problem
ijrte0206121124
- Abstract-This paper introduces the new concept of Artificial Neural Networks (ANNs) in estimating speed and controlling the separately excited DC motor. The neural control scheme consists of two parts. One is the neural estimator, which is us
an-example--of-GA-by-cPP
- 用c++实现遗传算法的例子,是一个初学者容易上手的程序,而且已经跑起来了-An example that enable the application of GA by c++
Affinity-propagation
- 07年发到Science上的关于聚类的文章《Clustering by passing messages between data points》的聚类算法--紧邻传播算法的源代码!-The source code of the clustering algorithm of <<Clustering by passing messages between data points>>
Multi-step-prediction-of-chaotic
- Multi-step-prediction of chaotic time series based on co-evolutionary recurrent neural network 协同进化递归神经网络的多步混沌时间序列预测-This paper proposes a co-evolutionary recurrent neural network (CERNN) for the multi-step-prediction of chaotic time series, it
forcast-sample-by-BP-ANN
- 一个基于bp神经网络的例子演示程序,简单实用。-One sample to show BP ANN algorithm by matlab.
Fundamentals-of-Neural-Networks-by-Laurene-Fausee
- Fundamentals of Neural Networks by Laurene Faus-Fundamentals of Neural Networks by Laurene Fauseett
MODELING-OF-ACTIVATED-SLUDGE-PROCESS-BY-USING-Neu
- MODELING OF ACTIVATED SLUDGE PROCESS BY USING Neural Networks
image-segmentaition-by-aco
- image segmentaition by aco
Fuzzy-Neural-Network-by-matlab
- 这是一个四个不同的S函数实现集合的递归模糊神经网络(RFNN)。该网络采用了4组可调参数,这使得它非常适合在线学习/操作,从而可应用到系统识别等方面。-This is a collection of four different S-function implementations of the recurrent fuzzy neural network (RFNN) described in detail in [1]. It is a four-layer, neuro-fuzzy net
JOBSHOP-Schedule-BY-GA
- c++ 车间调度遗传算法源码,方便使用。通用模版,修改参数和输入即可使用。-jobshop schedule BY GA
TSP-solved-by-ACO
- 求TSP最短路径问题,采用蚁群算法求解,给予C++编程的资料和程序-TSP solved by ACO