资源列表
sihuanghou
- 人工智能的四皇后问题,回溯法——在约束条件下先序遍历,并在遍历过程中剪去那些不满足条件的分支。 使用回溯算法求解的问题特征,求解问题要分为若干步,且每一步都有几种可能的选择,而且往往在某个选择不成功时需要回头再试另外一种选择,如果到达求解目标则每一步的选择构成了问题的解,如果回头到第一步且没有新的选择则问题求解失败。 在回溯策略中,也可以通过引入一些与问题相关的信息来加快搜索解的速度。对于皇后问题来说,由于每一行、每一列和每一个对角线,都只能放一个皇后,当一个皇后放到棋盘上后,不管它放在棋
monituihuo
- 本实验提出了一类适用于连续函数全局优化问题的模拟退火算法,采用直接产生新解的方法求解De Jone函数的局部最小值,输出最优解和最小值。-In this paper, we propose a class of simulated annealing algorithm which is suitable for the global optimization of continuous functions. We use the method of generating new solutio
BP
- BP神经网络进行非线性函数的拟合,改正了上次上传的源码的错误和不完善之处-BP neural network nonlinear function fitting, correct the mistakes and imperfections of last upload
RBF
- 通过基本的RBF神经网络来实现对非线性函数的拟合-Through basic RBF neural network to achieve the nonlinear function fitting
BPJS
- BP的应用实例,是利用自身数据与属性数据预测后期数据的代码,该代码仅仅提供了BP的应用实例,其他算法思路可以自己进行修改-BP' s application example is the use of the code of their own data and attribute data to predict late data, the code only provides application examples of BP, other algorithms can modify
bat_algorithm
- 蝙蝠算法的源代码,蝙蝠算法是一种比较新的群体仿生算法。-bat algorithm
PSO
- 各种粒子群算法,如,自适应粒子群算法,压缩粒子群算法等-pso algorithm
MATLAB-BP-30cases
- MATLAB神经网络的30个案例分析,详细介绍神经网略的用法。-MATLAB BP
jue--ce--shu
- 决策树 使用python做决策树的创建以及使用-decision tree
hui-gui-shu
- 回归树 使用python编写回归树,欢迎大家指正-Regression tree
sklearn-xgboost
- sklearn-xgboost sklearn-xgboost的使用以及创建,这个是学习机器学习时的作业,希望大家指正-sklearn-xgboost sklearn-xgboost use and create, this is the time to learn the job of machine learning, I hope you correct
procd
- GPS基线解算全过程,包括标准格式数据读取,基线解算及整周模糊度解算-GPS baseline solution the whole process, including the standard format data is read, and the whole week baseline solution Ambiguity Resolution
