资源列表
yichuangongjuhanshu
- 遗传散发工具箱函数。有用的下棋,没用的坎卡也无妨
BPsuanfa1
- BP算法的一个程序。有用的下棋,没用的坎卡也无妨
TextureRec
- 纹理分析:打开一个.BMP文件后计算其纹理特征,能知道其能量,熵,惯性矩,局部平稳性,和相关系数.
boostree-0.1.tar
- booster-tree a machine learning method
icsiboost-0.3.tar
- Boosting is a meta-learning approach that aims at combining an ensemble of weak classifiers to form a strong classifier. Adaptive Boosting (Adaboost) implements this idea as a greedy search for a linear combination of classifiers by overweighting the
learner
- aDABOOST This package contains the following files: learner.jar - is a platform independent java package. In order to run it on windows/linux open the command prompt/shell and type the command \"java -jar learner.jar\". Make sure the ja
OpenSVM-1.0.1-Beta-SRC(2)
- OpenSVM was developped under Visual C++ 6.0 SP6, You can open the workspace file(*.dsw) in the opensvm-src folder. The folder include the svm.h and svm.cpp which in the libsvm (Copyright (c) 2000-2007 Chih-Chung Chang and Chih-Jen Lin All rig
cyy
- 阴阳历转换的软件,可以实现自动双向转换阴历或阳历日期
TSP
- 在Visual C++ 编译环境下,模拟退火算法程序,并利用它们求解了48个城市的TSP问题。
TSP2
- 在Visual C++ 编译环境下,遗传算法程序,并利用它们求解了48个城市的TSP问题。
fire
- 面向对象的模拟退火法,这个经典的算法不用多说了吧?AI的经典,附数据
madaline
- madaline网络是神经网络中一类重要的类型,能自动调节权值和偏执。这是用vc实现的该网络