搜索资源列表
Intelligentbuaa
- 自动控制理论是人类在了解自然和改造自然的过程中逐渐形成的一门学科。简单反馈控制的最早应用,可以追溯到古代亚历山大时期的克泰希比斯水钟,它就是利用反馈原理来调节流量的。19世纪中叶,J.C.麦克斯威尔对具有调速器的蒸汽机(这也利用了反馈原理来调速)系统进行了稳定性的研究。20世纪20年代,布莱克、奈奎斯特和波德在贝尔实验室的一系列研究工作奠定了经典自动控制(反馈)的理论基础------ -automatic control theory is the understanding of huma
inanna-0.3.3.tar
- 是一个面向对象的人工神经网络C++库。库文件基于MagiClib基础类库(包含其中)-is an object-oriented artificial neural network C library. Libraries are based on MagiClib foundation class library (which includes)
经改写过的C++ bp神经网络算法
- 基本bp神经网络算法和改进型bp神经网络算法都是我改写完成的算法,是网上到处传播的一个c++ bp神经网络算法改写的,由于网上的那个算法编译会出现若干百个错误,在其基础上重新编写和改进,写出了这两个算法-bp basic neural network algorithms and improved neural network algorithm bp I are complete rewrite the algorithm, the Internet is spreading everywhe
GA遗传算法C语言
- 遗传算法方面比较基础的源代码,有助于初学者加深对算法的理解!
多层感知器神经网络,BP神经网络
- 多层感知器神经网络,BP神经网络的Visual C++ 2008源代码程序,一个外国人写的,很好用。需要一定的编程基础才能看懂.-MLP neural network, BP neural network Visual C++ 2008 source code program, a foreigner, is useful. Need to understand some basics of programming.
stprtool15aug08
- 捷克理工大学Hlavac教授和Franc博士提供的统计模式识别Matlab工具箱的最新版本V2.09,在原有版本基础上进行了一些修改和完善。它包括现有模式识别的大部分方法,比如SVM,PCA,LDA等。我采用其中的SVM方法进行了人体下肢假肢SEMG信号的分类,效果不错。希望能对大家有帮助。-Statistical Pattern Recognition Toolbox for Matlab (C) 1999-2008, Version 2.09. It includs a number of
GA1
- 好不容易找到的,最基础的经典遗传算法c++源码。对学习遗传算法编程很有用。-Hard to find, and the most classic genetic algorithm based c++ Source. Programmed genetic algorithm for learning useful.
main
- 神经网络算法的C语言实现,可以在此基础上根据所要解决的问题进行修改-Neural network algorithm to achieve the C language, can be based on issues resolved to amend
Pattern_recognition_with_neural_networks_in_C.pdf.
- 本资料为神经网络模式识别及其应用的中文版,其中,介绍了模式识别方面的基础知识,以及神经网络的应用,并且给出了C++代码的实现。非常适合入门。-This information and the application of neural network pattern recognition of the Chinese version, which introduced the basic knowledge of pattern recognition and neural network a
AntAlgorithm
- 一个蚁群算法求解邮递员路由问题(TSP)具体实现,本人在传统蚁群算法基础上进行改进,达到较高的效率-An ant colony algorithm for routing problem postman (TSP) concrete implementation, I am in the traditional ant colony algorithm based on the improvements to achieve higher efficiency
PS0-SVR
- :针对发酵过程中生物参数难以实时在线测量的问题,建立了用于生物参数状态预估的 支持向量机软测量模型。考虑到该支持向量回归(SVR)模型的复杂性和冷化特征取决于其三 个参数 ,c, 能否取到最优值,采用粒子群优化(PSO)算法实现对参数 ,c, 的同时寻优。在 此基础上,以饲料用 .甘露聚糖酶为对象,建立了基于PSO—SVR的发酵过程产物浓度状态预估 模型。发酵罐控制结果表明:该模型具有很好的学习精度和泛化能力,可实现对 .甘露聚糖酶 产物浓度的实时在线预估。-In
GAdemo
- C语言实现的遗传算法示例源程序,是初学者对遗传算法理解和学习的好的材料和基础,有利于对ga的进一步掌握-C language implementation of genetic algorithm source code examples are genetic algorithms for beginners to understand and learn from good materials, and infrastructure are conducive to the further
YE
- 在原始的fcm算法基础上,对算法中的聚类数c和加权指数m给出优选方法,进而而出了fcm参数优选自适应算法,通过人造数据与具有实际背景的数据验证可以看出该算法是有效的,该算法不但可以自适应的给出最佳的聚类数,而且可以验证聚类的有效性,达到最佳聚类的目的。-In the original fcm algorithm based on the number of clusters on the algorithm and the weighted index m given c preferred m
unify
- 一般表达式的合一算法,用于人工智能基础,是其中比较初级的Unify算法的实现,用C++ -General expression of unity method for artificial intelligence based, is one of the more junior of the Unify algorithm, using C++
c-suanfa
- C的一些算法,将有利于C的基础学习,都搞懂了将会获益很大-C some of the algorithms will help C based learning will benefit all get to know the great
thegeneticalgorithm
- 遗传算法的基本运算过程如下: a)初始化:设置进化代数计数器t=0,设置最大进化代数T,随机生成M个个体作为初始群体P(0)。 b)个体评价:计算群体P(t)中各个个体的适应度。 c)选择运算:将选择算子作用于群体。选择的目的是把优化的个体直接遗传到下一代或通过配对交叉产生新的个体再遗传到下一代。选择操作是建立在群体中个体的适应度评估基础上的。 d)交叉运算;将交叉算子作用于群体。所谓交叉是指把两个父代个体的部分结构加以替换重组而生成新个体的操作。遗传算法中起核心作用的就是交叉算
c_plus_plus
- C++算法的汇总,挺不错的文档 建议有点基础了的看-C++ algorithm summary, very good document the basis for recommendations look a little
fuzzy_c_means
- weka聚类算法中的基础算法,可以作为实验添加到weka中,与其他算法做对比-basic alogrithm in cluster
c-language
- 用c语言编写的标准遗传算法程序,有较为详尽的解释,可以再此基础上进行改进和扩展。是我很不容易找到的-C language standard genetic algorithm, a more detailed explanation can be based on improved and expanded. I am very easy to find
BP(C-write)
- 非常简单实用的神经网络代码,用C编写,实用语言基础一般的同志,特此推荐-Very simple neural network code, written in C, the comrades of the basis of pragmatic language, and hereby recommend