资源列表
Boosting-beta2
- AdaBoost is an efficient tool in machine learning. It can combine a series of weak learners into a strong learner. Besides pattern classification, it also can be applied into feature selection. This document explains the use of AdaBoost.
AllExamples
- CLIPS专家系统源码,非常有帮助的说。
Adaptive_Filter_Matlab_code
- 自适应滤波原理_西蒙.赫金_Matlab_源代码 希望能够对学习自适应滤波技术的朋友有所帮助
demos
- This manual describes how to run the Matlab® Artificial Immune Systems tutorial presentation developed by Leandro de Castro and Fernando Von Zuben. The program files can be downloaded from the following FTP address: ftp://ftp.dca.fee.unicamp.br/pu
use GA to deal with except-value problem
- 遗传算法解决随机期望值模型问题的例题-random genetic algorithms to solve the problem expectations model example
ProSys
- 人工智能方面一个专家系统的简单例子-artificial intelligence expert system for a simple example
人工智能软件的编写
- 详细介绍了有关人工智能软件编写的理论和实务-details of the artificial intelligence software prepared by the theory and practice
bp神经网络预测
- 有关bp神经网络预测的-bp of the neural network forecast
goat-遗传算法工具箱
- 遗传算法工具箱matlab-GA Matlab Toolbox
CURE
- 层次聚类算法中的Cure算法,可以用于识别非球形的簇,解决了偏好球形和相似大小的问题,在处理孤立点上也更加健壮。
cumcm050856
- 全国赛主要是一唯动力解决综合评价问题,这片文章一定会得到研究神经网络得人的喜爱
BP
- 通过C语言实现人工神经网络,采用人工神经网络最常的BP算法。