-
mit-ml-master
说明: 机器学习代码,希望对机器学习代码编写有所帮助。好几个代码,按需取用。(DecisionTree realized by python)
- 2020-10-25 21:56:13下载
- 积分:1
-
Image-Processing-Algorithm-master
说明: 图像处理经典常用算法及论文复现,实现了一些常用插值算法。(Image processing classical commonly used algorithm and paper reproduction)
- 2021-04-14 23:58:55下载
- 积分:1
-
cnn regression
通过卷积神经网络回归进行的图像配准,相比传统的图像配准算法,能更快地获得配准参数,也能更好地减小配准误差(Image registration based on convolution neural network regression can get registration parameters faster and reduce registration error better than traditional image registration algorithm.)
- 2017-12-12 22:22:25下载
- 积分:1
-
search-chen
使用Python编写的AI程序Pacman,可以适合AI的初学者,有BFS, DFS, UCS, A Star 运行的命令在commands.txt文件里
可以用 bash commands.txt演示(AI programs written in Python Pacman, AI can fit beginners, there BFS, DFS, UCS, the command runs in commands.txt A Star file can bash commands.txt demo)
- 2014-12-19 11:08:38下载
- 积分:1
-
gprof2dot.py脚本 方便调试
gprof2dot.py脚本 方便调试 gprof2dot.py脚本 方便调试 gprof2dot.py脚本 方便调试
gprof2dot.py脚本 方便调试 gprof2dot.py脚本 方便调试 gprof2dot.py脚本 方便调试
gprof2dot.py脚本 方便调试 gprof2dot.py脚本 方便调试 gprof2dot.py脚本 方便调试
gprof2dot.py脚本 方便调试 gprof2dot.py脚本 方便调试 gprof2dot.py脚本 方便调试
- 2022-02-27 04:35:39下载
- 积分:1
-
PCA
anomaly_detection
dataset-dimensionality-reduction-python-master
- 2020-06-25 19:20:01下载
- 积分:1
-
game2048
基于python3.6版本的2048算法开发(Development of 2048 algorithm based on python3.6)
- 2020-06-19 16:00:02下载
- 积分:1
-
词云
python文件,可以对新闻等文本进行分词,然后根据每个词出现的次数进行排序,展示出现次数最多的词语,形成词云。(Python file, can be news and other text segmentation, and then according to the number of times each word to sort, show the most frequently appeared words, the formation of word cloud.)
- 2020-06-19 07:00:01下载
- 积分:1
-
paramiko
paramiko是用python语言写的一个模块,遵循SSH2协议,支持以加密和认证的方式,进行远程服务器的连接。
由于使用的是python这样的能够跨平台运行的语言,所以所有python支持的平台,如Linux, Solaris, BSD, MacOS X, Windows等,paramiko都可以支持,因此,如果需要使用SSH从一个平台连接到另外一个平台,进行一系列的操作时,paramiko是最佳工具之一。
- 2022-08-07 02:46:34下载
- 积分:1
-
python写的AdaBoost算法
机器实战源码 AdaBoost算法二分类 主要是参考了书里的算法,然后自己去实现。先构造单决策树进行弱分类器训练,训练后分配各权值进行组装为最后总的强分类器。
- 2022-08-11 07:37:07下载
- 积分:1