自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 精灵4的视觉方案

https://blog.csdn.net/u012814946/article/details/52839796

2019-04-10 13:43:27 158

原创 双目视觉

1.步骤及重要矩阵:https://blog.csdn.net/qq_22424571/article/details/80866495 2.三维重建技术概述:https://www.cnblogs.com/wangyaning/p/7853894.html 3.视差求深度图: https://blog.csdn.net/fb_help/article/details/83339092 4.立体匹...

2019-03-28 10:42:09 202

原创 python--决策树2

1.计算香农熵: dataSet = [[0, 0, 0, 0, ‘no’], [0, 0, 0, 1, ‘no’], [0, 1, 0, 1, ‘yes’], [0, 1, 1, 0, ‘yes’], [0, 0, 0, 0, ‘no’], [1, 0, 0, 0, ‘no’], [1, 0, 0, 1, ‘no’], [1, 1, 1, 1, ‘yes’], [1, 0, 1, 2, ‘yes...

2019-03-28 09:30:26 95

转载 python-决策树

https://blog.csdn.net/c406495762/article/details/76262487#四-使用决策树执行分类

2019-03-22 16:16:09 68

原创 python-knn分类器

dataSet=array([[1.0,1.1],[1.0,1.0],[0,0],[0,0.1]]) labels=[‘A’,‘A’,‘B’,‘B’] inX=array([[0.9,0.9]]) print(classify([0.9,0.9],dataSet,labels,1)) dataSetsize=dataSet.shape[0] #print(dataSetsize) diffMat=...

2019-03-22 16:15:12 402 1

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除