Welcome![Sign In][Sign Up]
Location:
Search - pruning

Search list

[ActiveX/DCOM/ATL五子棋核心算法

Description: 五子棋是一种受大众广泛喜爱的游戏,其规则简单,变化多端,非常富有趣味性和消遣性。这里设计和实现了一个人机对下的五子棋程序,采用了博弈树的方法,应用了剪枝和最大最小树原理进行搜索发现最好的下子位置。介绍五子棋程序的数据结构、评分规则、胜负判断方法和搜索算法过程-331 is a widely loved by the public of the game, its rules simple and changeable, very rich and interesting recreational. Here the design and realization of a human-machine right under the 331 procedures using the Game trees, pruning and application of the largest and most trees principle Search Now found the best location. Renju procedures introduced the data structure, score rules, methods and judgment of the outcome search algorithm process
Platform: | Size: 2967 | Author: yang | Hits:

[Other resourceVC界面一字棋

Description: 用人工智能的αβ剪枝算法实现,界面整洁漂亮,人机各为一方,三子连成一线即赢- pruning algorithm, clean interface beautiful, man-machine for the party, three sons and circumstance that is even win
Platform: | Size: 94951 | Author: 陈陈 | Hits:

[Game Programfivelink_java_yjg

Description: 无禁手的五子棋带人工智能,采用alpha-beta剪枝的算法,可以以console和web applet和可执行程序的方式运行-no cut-hand with the 331 artificial intelligence, using alpha-beta pruning algorithm can a console and a web applet and executable running the
Platform: | Size: 463075 | Author: 程序员 | Hits:

[Other resourceXOnew

Description: 带AI的井字棋游戏,使用的是阿尔法-百塔剪枝算法-crosswise with the AI game of chess, using the Alpha-100 tower pruning algorithm
Platform: | Size: 20965 | Author: 刘恩德 | Hits:

[AI-NN-PRprune

Description: alpha and beta pruning 是人工智能方面的很重要的算法,对于理解search有非常重要的作用-alpha and beta pruning artificial intelligence is a very important algorithm, a search for understanding a very important role
Platform: | Size: 1024 | Author: 孙雷 | Hits:

[OtherRate~distortion~optimized~image~compression~using~

Description: in this paper,wo propose an extension of the zerotree-based space-frequency quantization algorithm by adding a wedgelet symbol to its tree-pruning optimization.-in this paper. wo propose an extension of the zeotree-based s pace-frequency quantization algorithm by add ing a wedgelet symbol to its tree-pruning optim ization.
Platform: | Size: 269312 | Author: 金金 | Hits:

[AI-NN-PRAlpha_Beta

Description: 对树剪枝算法,输入文件为tree.txt,显示剪枝位置-On tree pruning algorithm, the input file for tree.txt, show the location of pruning
Platform: | Size: 13312 | Author: 郭毅 | Hits:

[Mathimatics-Numerical algorithmsMPRGFFT

Description: 可利用该源码程序实现输入、输出都为少数点时的FFT Pruning算法。-Can make use of the source program input and output for a small number of points of FFT Pruning Algorithm.
Platform: | Size: 1024 | Author: wangzugao | Hits:

[matlabnnprune

Description: This function applies the Optimal Brain Surgeon (OBS) strategy for % pruning neural network models of dynamic systems. That is networks % trained by NNARX, NNOE, NNARMAX1, NNARMAX2, or their recursive % counterparts.-This function applies the Optimal Brain Surgeon (OBS) strategy for pruning neural network models of dynamic systems. That is networks trained by NNARX, NNOE, NNARMAX1, NNARMAX2, or their recursive counterparts.
Platform: | Size: 5120 | Author: 张镇 | Hits:

[Graph programskelinationpruning

Description: 一种新的骨架修剪算法,与之前的其他算法相比,在处理复杂图像时,其修剪效果更好。-A new skeleton pruning algorithm, and compared to other algorithms before, in dealing with complex images, the better pruning.
Platform: | Size: 904192 | Author: 王卫国 | Hits:

[Chess Poker games2

Description: 采用极大极小剪枝的博弈算法实现的五子棋游戏,可以工机对弈.人人对弈。-The use of minimax pruning algorithm of the game Gobang games, game machines can work. All game.
Platform: | Size: 483328 | Author: zhouprogram | Hits:

[AI-NN-PRskeletonization

Description: 这是神经网络里面结构优化里面重要的剪枝方法之一,灵敏度剪枝方法。-This is a neural network structure optimization inside one of the methods inside the major pruning, sensitivity pruning method.
Platform: | Size: 2048 | Author: 赵寿玲 | Hits:

[AI-NN-PRAlpha_Beta

Description: 基于VC++的神经网络剪枝算法程序;“剪枝算法”是一种通过简化神经网络结构来避免网络过拟合的有效方法之一。内附程序说明文档,介绍了该算法的主要原理,运行结果说明以及程序流程图。是很好的学习资料-VC++ based on neural network pruning algorithm program " pruning algorithm" is a kind of neural networks by simplifying the network architecture to avoid over-fitting of the effective methods. Containing a description of the procedures document, describes the main principles of the algorithm, running results show and program flow chart. Is a very good learning materials
Platform: | Size: 230400 | Author: xinxin | Hits:

[Mathimatics-Numerical algorithmsClearance-pruning-method

Description: 限界剪枝法的VB编程ppt,让你了解该算法。-Clearance pruning method of VB programming ppt, so that you understand the algorithm.
Platform: | Size: 19456 | Author: zyb | Hits:

[OtherPruning-the-Volterra-series-for

Description: 基于物理知识的volterra 级数的一种简化方法-Pruning the Volterra series for behavioral modeling of power amplifiers using physical knowledge
Platform: | Size: 547840 | Author: hally | Hits:

[AI-NN-PRmain123

Description: Apriori核心算法过程如下: 过单趟扫描数据库D计算出各个1项集的支持度,得到频繁1项集的集合。 连接步:为了生成,预先生成,由2个只有一个项不同的属于的频集做一个(k-2)JOIN运算得到的。 剪枝步:由于是的超集,所以可能有些元素不是频繁的。在潜在k项集的某个子集不是中的成员是,则该潜在频繁项集不可能是频繁的可以从中移去。 通过单趟扫描数据库D,计算中各个项集的支持度,将中不满足支持度的项集去掉形成。-Apriori core algorithm process is as follows: After single trip brain-scan database D calculated each 1 itemsets support and get frequent 1 itemsets collection. Connect step: in order to create, a predetermined by 2 generate, only one item different belongs to the frequency of the set a (k- 2) JOIN operation get. The pruning step: because yes superset and may, therefore, some elements are not frequent. In potential k itemsets is a subset of the members of the potential is, the frequent itemsets impossible is the frequent can find removed. Through a single trip brain-scan database D, calculation of various itemsets support and will not satisfy the support degree itemsets removed form.
Platform: | Size: 2048 | Author: lixiongxi | Hits:

[Otherpruning-algorithm

Description: 讲解剪枝算法的word文档 值得一看-Explain pruning algorithm word document worth a visit
Platform: | Size: 54272 | Author: 田宏伟 | Hits:

[JSP/JavaPruning-algorithm

Description: 剪枝算法,输入为路径矩阵、代价矩阵,输出为代价不超过upbound的最短路径。包含源码、数据和可执行文件。-Pruning algorithm
Platform: | Size: 47104 | Author: LiXian | Hits:

[OtherComponent-Pruning-in-Gaussian

Description: 针对概率假设密度 (Probability hypothesis density, PHD) 高斯混合实现算法中的分量删减问题, 提出了基于 Dirichlet 分布的分量删减算法以改进概率假设密度高斯混合实现算法的性能. 算法采用极大后验准则估计混合参数, 采用仅 依赖于混合权重的负指数 Dirichlet 分布作为混合参数的先验分布, 利用拉格朗日乘子推导了混合权重的更新公式. 算法利用 负指数 Dirichlet 分布的不稳定性, 在极大后验迭代过程中驱使与目标强度不相关的分量消亡. 该不稳定性还能够解决多个相 近分量共同描述一个强度峰值的问题-As far as component pruning in Gaussian mixture (GM) implementation of probability hypothesis density (PHD) is concerned, a component pruning algorithm based on Dirichlet distribution is proposed to improve the performance of Gaussian mixture implementation of probability hypothesis density. The maximum a posterior criterion is adopted for estimation of mixing parameters. Dirichlet distribution with negative exponent parameters, which only depends on mixing weights, is adopted as the prior distribution of mixing parameters. The update formulation of mixing weight is derived by Lagrange multiplier. The instability of Dirichlet distribution with negative exponent parameters is applied to driving the components irrelevant with target intensity to extinction during the maximum a posterior iteration. Besides, the problem that one peak of intensity is presented by several proximate mixing component
Platform: | Size: 1289216 | Author: 正东 | Hits:

[Game ProgramAlpha-Beta-Pruning-on-Surakarta-Game

Description: Alpha Beta Pruning on Surakarta Game
Platform: | Size: 77824 | Author: Prabu | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net