搜索资源列表
GA----GeneticAlgorithms
- 遗传算法vb实现代码,快去看看吧。也许你会用到的-genetic algorithm to achieve vb code, a matter of priority, let's see it. You may use the
touyingxunzong
- 基于遗传算法工具箱的投影寻踪方法的优化代码,一个是目标函数,一个事约束条件函数,使用时将其放在工具箱合适的窗格即可。-Toolbox based on genetic algorithm optimization of projection pursuit method code, an objective function is a matter constraint function, use the toolbox to the right of the pane can be place
SVMDecision
- VM分类器通常具有较高的分类精度。我这里不想过多的去说SVM是怎么回事,只是提供一种使用SVM进行判别的方法。决策树与SVM的结合,可以分多类。-VM classifier usually has a higher classification accuracy. I do not want too much here to say how the matter SVM, SVM is used to provide a method for identification. The combin
pso
- 这个事粒子群算法的一个标准程序,希望对大家有用。-The matter of a standard particle swarm optimization process, we want to be useful.
cirquit
- source cirquit Circuit may mean. In science and technology. Circuit theory, the theory of accomplishing work by routing electrons, gas, fluids, or other matter through a etc
otsu2
- ostu算法,绝对能用,能跟大部分算法相结合,如BP,粒子群等等,绝对超值-ostu algorithm, can absolutely matter sorted out most of the algorithm are combined, such as BP, particle swarm, the absolute value
RFM
- 辨识所使用的数据长度保持不变,每增加一个新数据就抛掉一个老数据,使参数估计值始终只依赖于有限个新数据所提供的新消息,克服了遗忘因子法不管多老的数据都在起作用的缺点,因此该算法更能有效的克服数据饱和现象。-Identify the use of data length remain the same, every time you add a new data will throw away an old data, make the parameter estimate always depen
avervoxel
- 本程序是用作处理神经影像数据的程序,计算平均的灰质体积的-This procedure is used for program processing neuroimaging data, calculate the average volume of gray matter
avervoxel
- 这个程序是对神经影像数据smri的灰质计算脑区的平均体素值,基于ROI特征分析-This program is for neuroimaging data smri gray matter voxel values to calculate the average brain regions, based on characteristics of ROI
sihuanghou
- 人工智能的四皇后问题,回溯法——在约束条件下先序遍历,并在遍历过程中剪去那些不满足条件的分支。 使用回溯算法求解的问题特征,求解问题要分为若干步,且每一步都有几种可能的选择,而且往往在某个选择不成功时需要回头再试另外一种选择,如果到达求解目标则每一步的选择构成了问题的解,如果回头到第一步且没有新的选择则问题求解失败。 在回溯策略中,也可以通过引入一些与问题相关的信息来加快搜索解的速度。对于皇后问题来说,由于每一行、每一列和每一个对角线,都只能放一个皇后,当一个皇后放到棋盘上后,不管它放在棋
