-
python画图 画柱状图
说明: python画柱状图,python画散点图,python画双y轴图,python画柱状图,python画散点图,python画双y轴图(Python draws a histogram)
- 2020-06-22 00:20:02下载
- 积分:1
-
聚类
说明: 使用python编写聚类算法,k-means,DBSCAN,AP,EM各种聚类算法分别进行对比,聚类结果可视化(Use Python to write clustering algorithm, K-means, DBSCAN, AP, EM to compare and visualize clustering results)
- 2021-01-12 10:18:49下载
- 积分:1
-
Computer-Scientist
关于python学习的一本书,可以参考,是英文版的。(A book on python and computer)
- 2014-12-18 15:23:31下载
- 积分:1
-
mdp2
说明: 利用马尔可夫决策过程求解动态规划问题,希望对大家有所帮助(Using Markov Decision Process to Solve Dynamic Programming Problem, I hope it will be helpful to all of you.)
- 2019-06-24 15:37:52下载
- 积分:1
-
mx-maskrcnn-master
我们提出了一个简单、灵活和通用的对象实例分割框架。我们的方法能有效检测图像中的对象,同时为每个实例生成高质量的 segmentation mask。这种被称为 Mask R-CNN 的方法通过添加用于预测 object mask 的分支来扩展 Faster R-CNN,该分支与用于边界框识别的现有分支并行。Mask R-CNN 训练简单,只需在以 5fps 运行的 Faster R-CNN 之上增加一个较小的 overhead。此外,Mask R-CNN 很容易推广到其他任务,例如它可以允许同一个框架中进行姿态估计。我们在 COCO 系列挑战的三个轨道任务中均取得了最佳成果,包括实例分割、边界对象检测和人关键点检测。没有任何 tricks,Mask R-CNN 的表现优于所有现有的单一模型取得的成绩,包括 COCO 2016 挑战赛的冠军。(Mask R-CNN code by HeKaiming)
- 2020-06-17 15:20:12下载
- 积分:1
-
sherlock-master
说明: Sherlock - Find usernames across social networks
- 2019-02-26 16:44:13下载
- 积分:1
-
机器学习 knn算法 分类代码
代码实现了knn算法,并用knn算法对数据进行实验,算法python语音进行实现
- 2023-08-14 06:20:03下载
- 积分:1
-
AI-Isolation
人工智能领域,game play里面 isolation问题的解决,并且含有测试代码(The field of artificial intelligence, the solution of the isolation problem in game play, and contains the test code)
- 2018-01-08 09:56:06下载
- 积分:1
-
PythonSIFT
说明: 图像配准SIFT算法,使用python实现(github搬运)(image resigtration sift)
- 2020-10-12 22:27:32下载
- 积分:1
-
densecrf-master
应用条件随机场进行图像分割
使用方法:将pydensecrf-py27或pydensecrf-py35重命名为pydensecrf,放入C:Program FilesAnaconda3Libsite-packages
运行:python inference.py im1.png anno1.png out.png(Renameing the file "pydensecrf-py27" or
"pydensecrf-py35" to the new name "pydensecrf"
Puting this file "pydensecrf" in this directory "C:Program FilesAnaconda3Libsite-packages"
cd examples/
python inference.py im1.png anno1.png out.png)
- 2020-11-25 15:49:32下载
- 积分:1