资源列表
BP
- 使用c++实现的bp神经网络算法,说明了隐层的个数,以及神经元的个数-it is a bp fuctiong that we do it by c++
TSP
- tsp for (int i=0 i<M i++) S[i] = i S[M] = 0 T = 1000 //初始温度1000 Tl = 35000 //内循环次数35000 a = 0.93 //温度下降系数 k = 0 PreMin = 0 Path = GetPath(S) srand((unsigned)time( NULL )) cout<<"The initial Path Diste
Classification
- 基于分类的关联规则算法与分类 基于分类的关联规则算法与分类-Classification algorithm based on association rules and classification
c-P-P-implementation-apriori
- 这个文件是c++实现关联规则apriori算法,希望对大家进一步研究有用。-c++ implementation apriori association rules algorithm, we want to be useful for further research
RobotDynamicsStatics
- 机器人静力动力学 PPT教学课件 北京航空航天大学-Static robot dynamics PPT courseware Beijing University of Aeronautics and Astronautics
BaseOfRobotics
- 机器人技术基础 PPT教学课件 华中科技大学-Robotics-based Huazhong University of Science PPT courseware
moshishibie
- 这是一篇关于模式识别方面的英文文章,详细介绍了模式识别的相关知识。供各位参考。-This is an article on pattern recognition in the English article, detailed knowledge of pattern recognition. For your information.
nnTrain-tutorial
- 神经网络训练程序,这个可以帮组你初步学习matlab-Neural network training process, this preliminary study can help set your matlab
ANN-source-code
- 神经网络算法源程序,SOM、HOPFIELD、CPN、BPN、BOLTZMAN,同时提供针对不同算法的演示源程序。-Neural network algorithm source code, SOM, HOPFIELD, CPN, BPN, BOLTZMAN, while providing the demo source code for different algorithms.
x.tar
- 机器人足球功能开发代码,处理机器人的比赛动作,是在2D平台上开发的。-Functional development of robot soccer code to deal with the robot action game is developed on the 2D platform.
facebpn
- This program will give better precision and recall rate as this coding uses Back propagation network
