资源列表
Genetic-neural
- 遗传算法和神经网络结合,利用两种算法的优点,有很好的参考价值-Genetic algorithms and neural networks combine the advantages of using two algorithms, a very good reference value
B_M算法
- 线性反馈移位寄存器序列求解极小多项式的BM算法(a method to find a minimum polinomial of a LFSR)
Puzzle
- 八数码问题的爬山法,首选爬山法,随机重启爬山法,退火算法的实现以及比较。(This code solve 8-puzzle problem using hill climbing and simulated annealing. And then I compare with each other.)
yichuanhexiaobo
- 遗传算法和神经网络结合对PID控制,有很好的效果-yichuansuanfa he shenjingwangluo jiehe dui PIDkkongzhi
id3doc
- 此编码是一个数据挖掘的决策树各种算法。以作为入门提示-this code is a decision tree data mining algorithms. As a portal to suggest
guohewenti
- AI 人工智能 在C#环境下 实现 过河问题 算法-AI
NumRecognition
- 用改进的BP算法实现手写数字识别,并带有GUI界面,是一个很不错的手写数字识别系统。-Improved BP algorithm with handwritten numeral recognition, and with a GUI interface, is a very nice handwritten numeral recognition system.
java数据挖掘算法
- java数据挖掘算法,里面有c45,chc,fss,id3,nb等方面的算法,及相关源代码-data mining algorithms, and they C45, CHC, FSS, id3, nb areas of algorithms, and related source code
NeuralNetwork-0.1
- 老外c#写的神经网络算法包,希望有所帮助-Foreigners c# neural network algorithm package hope that helps
tsinghuaeolus_kick
- 清华大学对robocup中kick的研究源码-Tsinghua University s study robocup source of kick
6756745
- 以自然选择和基因遗传理论为基础,将生物进化过程中的适者生存规则与群体内部染色体的随机信息交换机制相结合,在问题解空间内进行全局并行、随机的搜索,其结果是向全局最优方向收敛.GA 模仿生物进化的步骤,引入繁殖,交叉,变异等算子. 繁殖是在父母代种群中将适应度较高的个体选择出来,根据适者生存原理,淘汰适应度较低的个体,以优化种群 交叉是从种群中随机地抽取一对个体,并随机地选择一位交叉位进行交叉,生成新样本,达到增大搜索空间的目的 变异是模仿生物的基因突变-GA in power system
Machine-Learning-Java
- 机器学习算法利用JAVA语言实现,包括朴素贝叶斯算法,ID3算法等各种机器学习算法-Machine learning algorithms using JAVA language, including the Naive Bayes algorithm, ID3 algorithm and other machine learning algorithms