资源列表
常用问题的算法
- 常用问题的算法,包括表达式求值,递归二分查找,归并算法,回溯法求解数独问题等(The commonly used algorithms, including recursive expression evaluation, two search, merging algorithm, backtracking and Sudoku problem etc.)
PSO
- 作为一种优化算法,它的应用涉及到各个方面的研究,用途巨大。(Optimization algorithm)
动态规划
- 具有悠久的历史,和有很长是时间的使用,可以将其用于各行各业(Optimization algorithm)
Ch09_ReTree
- 回归树、模型树、梯度提升树的算法实现,适用于人工智能、机器学习中的回归问题(The algorithm implementation of regression tree, model tree and gradient lifting tree is suitable for artificial intelligence and machine learning.)
遗传算法改进的神经网络程序
- 自己整理网上的遗传算法改进的神经网络,matlab实现,主要应用于数据函数逼近拟合,网上的一般无法运行。这个可以运行。(The neural network improved by the genetic algorithm on the Internet, matlab implementation, mainly applied to the data function approximation fitting, the network is generally unable to run
chapter01
- conditional entropy, entropy, joint entropy, mutual information, relative entropy basic features are implemented in matlab approach
八数码问题
- 八数码问题也称为九宫问题。在3×3的棋盘,摆有八个棋子,每个棋子上标有1至8的某一数字,不同棋子上标的数字不相同。棋盘上还有一个空格,与空格相邻的棋子可以移到空格中。(Eight digital problems)
中文信息处理发展报告cips2016
- 中文信息处理报告,综述性文章,有较强的学习意义。(The Chinese information processing report, the summary article, has the strong learning significance.)
EX7_Trace
- 机器人基本运动 速度方向,速度模式的控制(The direction of the basic motion of the robot and the control of the velocity mode)
dangdang
- 运用python正则表达式分析网页(图书信息)(Using regular expressions to analyze web pages (book information))
Iris_RandomForest
- python鸢尾花(iris)数据分类程序举例,采用随机森林算法。(Python iris flower (IRIS) data classification program is used for example, and the random forest algorithm is used.)
Iris_Adaboost
- python鸢尾花(iris)数据分类程序例子,采用adaboost算法。(Python iris flower (IRIS) data classification program examples, using the AdaBoost algorithm.)