资源列表
五子棋代码
- 这是一个python程序,其中使用了决策树和蒙特卡罗搜索树,五子棋程序(This is a python program, which uses the decision tree and Monte Carlo search tree, Gobang program)
模拟退火算法
- 此问题为传统的TSP问题,从一个城市出发,到达目的地,所用算法为模拟退火算法,算法可以完美运行。(This problem is a traditional TSP problem, starting from a city, reaching the destination, the algorithm is simulated annealing algorithm, the algorithm can run perfectly.)
1-160521014039.pdf
- 李宏毅教授深度学习入门ppt,想涉猎深度学习的看这个资料~(Introduction to deep learning ppt)
人工蜂群算法研究综述_作者 (1)
- 人工蜂群算法,智能算法,多目标多维度目标搜索(Artificial bee colony algorithm, intelligent algorithm, multi objective multi dimensional target search)
用ltp和nltk生成句法树
- 利用哈工大ltp和nltk工具,生成依存句法分析树(Generating dependency parsing tree by using LTP and nltk tools of Harbin University of Technology)
Auto_Path
- 利用MATLAB语言模拟退火算法和遗传算法这两个算法结合构成的遗传模拟退火算法对移动机器人进行路径规划(Using MATLAB simulated annealing algorithm and genetic algorithm two genetic algorithms combined with genetic simulated annealing algorithm for mobile robot path planning)
Tensorflow官方文档中文版
- Tensorflow官方文档中文版学习资料(Tensorflow official document Chinese version)
一字棋
- 井字棋 α-β剪枝算法 在简单的游戏中,能够从当前游戏状态出发,搜索游戏的博弈树并确定最优行动方案的算法是存在的。其中最有名的算法就是极小极大算法。对于简单的双人游戏,极小极大算法很有用。它是在轮流行动的游戏中选择最好的行动的一种方法。 在博弈树中的每一个结点(一个结点表示一个可能的行动方案)都可以保存一个值,该值用来定义对应行动在帮助玩家获胜方面的优良程度。因此,对于一个确定的结点,其子结点都有一属性来定义对应行动的相对优良程度。 井字棋其实就是三子棋(和五子棋类
朴素贝叶斯
- 朴素贝叶斯算法,是十大最经典的数据挖掘算法之一(Naive Bayes algorithm, the most classic data mining algorithm)
机器学习(吴恩达)
- MIT教授吴恩达机器学习视频中的所有pdf文件(Wu Enda machine learns all PDF files)
机器学习实战(中文版+英文版+源代码)
- 机器学习实战中英文两版,外加各章的源代码在内。(Machine learning practice in English and Chinese version two, plus the source code of each chapter.)
ids-kdd99
- 基于Tensorflow用CNN(卷积神经网络)处理kdd99数据集,代码包括预处理代码和分类代码,准确率99.6%以上,并且快速收敛至最优值。(Based on Tensorflow (convolutional neural network) processing KDD99 data set based on CNN, the code includes preprocessing code and classification code, the accuracy rate is mor