资源列表
libsvmtest
- eclipse project导入即可使用。 本例包含用libsvm做训练分类用的完整实例。运行predict_svm.py 其中,pattern.txt是模式列表,train-c.txt,test-c.txt分别是训练集和测试集。其中svm.py和svmutil.py是来自libsvm官网3.11中的python包,经过修改之后的。 详情请看这里: 关于这个bug:http://www.tanglei.name/a-bug-in-libsvm-3.11/
GA
- 利用GA遗传算法,对函数进行优化,已经过调试通过-GA genetic algorithm to optimize the function has been through debugging
ELM
- 该算法完整地描述了极限学习机对混凝土强度预测的过程-The algorithm is a complete descr iption of extreme learning machine for concrete strength prediction process
TSPPathLengthCalc
- TSP 问 题 路 径 计 算 辅 助 程 式-TSP path calc program.
myBackPropagation
- The principle of back propagation is actually quite easy to understand, even though the maths behind it can look rather daunting. The basic steps are: Initialise the network with small random weights. Present an input pattern to the input la
GAengine
- 该段代码表示的一个遗传算法
knn_vb
- In pattern recognition, the k-nearest neighbor algorithm (k-NN) is a method for classifying objects based on closest training examples in the feature space. k-NN is a type of instance-based learning, or lazy learning where the function is only approx
02-Fundamentals_of_Neural_Network
- Fundamentals of Neural Network a b c d e f gh
ant_VB
- 用基本的蚁群优化算法解决TSP问题,蚁群优化算法是解决常见的组合问题的常见的启发式方法-This software package provides an implementation of various Ant Colony Optimization (ACO) algorithms applied to the symmetric Traveling Salesman Problem (TSP).
rakesh
- soure code in matlab of MAC protocol for Wireless sensor networks
Linear-Discriminant-Analysis
- some algorithm of linear dicriminant analysis
NN_TSP
- 用人工神经网络方法解决TSP旅行商问题的matlab源代码-matlab codes for TSP problem using NN
