搜索资源列表
prune
- alpha and beta pruning 是人工智能方面的很重要的算法,对于理解search有非常重要的作用-alpha and beta pruning artificial intelligence is a very important algorithm, a search for understanding a very important role
mrouted-3.9.6.tar.bz2
- README for mrouted, the DVMRP Multicast Routing Daemon ====================================================== mrouted is an implementation of the DVMRP multicast routing protocol. It turns a UNIX workstation into a DVMRP
prune
- alpha and beta pruning 是人工智能方面的很重要的算法,对于理解search有非常重要的作用-alpha and beta pruning artificial intelligence is a very important algorithm, a search for understanding a very important role
Find_OperationSystemExperiment
- 仿照unix操作系统中的find命令,在windows上实现一个find命令。find命令从指定的目录下开始,递归地查找指定文件。其命令格式如下: find PATH -option 参数 [-print] [-exec 命令 {} \ ] PATH:查找的起始目录。 -option 参数:用来控制搜索方式,具体如下(以下只给我常用的): -name "文件":指定要查找的文件名,可以有通配符?
IncreasePrune
- Prune a JOONE neural network with a selective prune algorithm.
minmax
- 極小極大搜尋法附註解,可以應用在各種遊戲樹上,更進階的是使用alpha_beta去剪枝-Note Minimax search solutions can be applied in a variety of game tree, the more advanced is the use of alpha_beta to prune
mrouted-3.9.6
- mrouted 是支持tunnel的DVMRP多播路由协议的实现,此版本为2011-10-23的最新版 -mrouted is an implementation of the DVMRP multicast routing protocol. It turns a UNIX workstation into a DVMRP multicast router with tunnel support, in order to
Demo1221
- 实现了简单的用户的怎删改查功能,毕业了,还有太多东西没有学到,希望在这里能收获多一点-Simple user how to prune the search function to graduation, there are many, many things did not learn, hope here can harvest a little more
javalibrarymasys
- 简单实用的图书管理系统,详细展示了数据库的常用操作,如怎删改查,界面整洁美观,欢迎大家借鉴-Simple and practical library management system, showing in detail the common operation of the database, such as how to prune investigation, the interface is clean and beautif
AML-Efficient-Approximate-Membership
- AML EFFICIENT APPROXIMATE MEMBERSHIP LOCALIZATION WITHIN A WEB-BASED JOIN fr a meWORK ABSTRACT: In this paper, we propose a new type of Dictionary-based Entity Recognition Problem, named Approximate Membership Localizati
Html53DPhoto
- html5制作的3D相册,有源码,易删改,很漂亮-html5 crafted 3D photo album, a source, easy to prune
audit_tree
- index upper bit indicates will prune . -index upper bit indicates will prune .
prune
- converts a scr ipt::PruneOptions into a fst::PruneOptions.
BCB-program7
- There are pointer to the digital image and prune BCB program.-There are pointer to the digital image and prune BCB program.
Machine-Learning_Cod.tar
- Build a decision tree (DT) classfier using the following three strategies for stopping growth of a tree: i) threshold on the decrease in impurity ii) threshold on the number of data vectors at a node iii) grow the tr
Decision_making_tree
- 机器学习课本中的未剪枝决策树代码实现,可以直接运行,自行根据书中(西瓜书)表进行建表,输出结果为层次遍历。(Machine learning textbooks do not prune decision tree code, you can run directly, according to the book (watermelon book) table built table, the output results for th
chess
- 利用极大极小算法及 a-b 剪枝策略实现3X3一字棋下棋程序,人工智能课本上的算法实现(This is a simple chess program that use Minimax algorithm and AB Prune strategy .)
kdTree-master
- C ++模板化的KD-Tree实现 这是KD-Tree空间数据结构的仅头部实现。 你只需要提供一个 具有已知编译时间“维度”字段的矢量类型和双重getDimension(size_t维度)方法。 目前支持以下操作: - 从点矢量创建 - 在一个点中心的立方体中查找点 - 从树中删除点(但不是从点的内部列表) - 采用任意函数参数的遍历方法 我已经成功地使用它来删除邻居太近的修剪一组点。(C++ templat
Caffe-Python-Tutorial-master
- 深度学习下的卷积神经网络 剪枝算法 CNN(Deep learning Prune for CNN Deep learning Prune for CNN)