资源列表
nongfuguohe
- 人工智能的农夫过河问题,为了避免重复,我们将搜索过的状态放到set中,之后避开搜索这个状态即可。 我们使用深度优先搜索。搜索过程为:农夫做往返运动,当农夫从左岸到右岸时,优先选择带货物过河,当农夫从右岸到左岸时,优先选择不带货物过河。做出选择之后,前进一步,看看是否达到目标状态,如果没有达到,则农夫继续往返,知道搜索到目标状态,或者找不到解为止。-AI farmer river issues
Intelligent-algorithm
- 智能算法,益群和布谷鸟算法解决非线性优化等问题-Intelligent algorithm, ant colony algorithm and cuckoo algorithm to solve nonlinear optimization and other issues
adaboost
- 机器学习十大算法中的adaboost算法,经过测试,算法运行很好-Own VC6.0 realize the machine learning algorithm adaboost algorithm, after testing, the algorithm runs very well
C4.5
- 自己用VC6.0实现的机器学习十大算法中的c4.5算法,经过测试,算法运行很好-VC6.0 with their own machines to learn the ten algorithms in the c4.5 algorithm, tested, the algorithm runs very well
EM
- 自己用VC6.0实现的机器学习十大算法中的最大期望算法,经过测试,算法运行很好-VC6.0 with their own machine learning algorithm to achieve the 10 largest expectations algorithm, after testing, the algorithm runs very well
SVM
- 自己用opencv实现的机器学习十大算法中的支持向量机算法,经过测试,算法运行很好-Own opencv realize with the machine learning ten algorithms in support vector machine algorithm, tested, the algorithm runs very well
PageRank
- 自己实现机器学习十大算法中的网页排名算法,经过测试,算法运行很好-Own machine learning algorithm to achieve the top ten web ranking algorithm, tested, the algorithm runs very well
KNN
- 自己实现机器学习十大算法中的k最近邻算法,经过测试,算法运行很好-Own machine learning algorithm to achieve the k nearest neighbor algorithm, tested, the algorithm runs very well
Kmeans
- 自己实现机器学习十大算法中的k均值算法,经过测试,算法运行很好-Own machine learning algorithm of the ten k-means algorithm, tested, the algorithm runs very well
caffe-pretrained-feature-extraction
- 使用pretrained Caffe model来提取图像特征-use the pretrained Caffe model to extract features of raw images
CMAC
- 小脑神经网络结合PID算法的m代码,可直接运行-Cerebellar neural and PID algorithm in m code, can be directly run
singleneuronPID
- 单神经元PID算法的m代码,可直接运行。-Single neuron m algorithm PID code, can be directly run.
