会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Picassooo
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
31
32
33
34
35
36
37
38
39
···
73
下一页
2022年1月20日
转:多分类模型的常见指标解析,准确率,召回率等
摘要: 参考:多分类模型的常见指标解析
阅读全文
posted @ 2022-01-20 12:06 Picassooo
阅读(357)
评论(0)
推荐(0)
2021年12月30日
人工智能行业发展趋势
摘要: 知乎:机器学习、深度学习等人工智能技术在工业界的应用状况是怎样的?人力供需状况如何?
阅读全文
posted @ 2021-12-30 19:34 Picassooo
阅读(35)
评论(0)
推荐(0)
2021年12月28日
转:深度聚类算法研究综述(A Survey of Deep Clustering Algorithms)
摘要: 深度聚类算法研究综述(A Survey of Deep Clustering Algorithms)
阅读全文
posted @ 2021-12-28 12:02 Picassooo
阅读(95)
评论(0)
推荐(0)
2021年12月27日
决策树学习资料
摘要: 分类决策树 CSDN: 决策树(decision tree)(一)——构造决策树方法 (推荐) CSDN: 决策树(decision tree)(二)——剪枝 (推荐) CSDN: 决策树(decision tree)(三)——连续值处理 (推荐) CSDN: 决策树及决策树生成与剪枝 知乎:决策树
阅读全文
posted @ 2021-12-27 19:05 Picassooo
阅读(196)
评论(0)
推荐(0)
2021年12月25日
tmux 卡死的解决办法
摘要: tmux 窗口卡死,键盘输入字符没有反应,这时按 Ctrl+C就可以解决。
阅读全文
posted @ 2021-12-25 21:19 Picassooo
阅读(3147)
评论(0)
推荐(1)
2021年12月24日
niz键盘windows键失效的解决办法:恢复出厂设置
摘要: 同时按下键盘四角的4个键可以强制恢复出厂设置:Esc + Ctrl(左边的) + Delete + 方向右键→ 5秒后,键盘自动恢复出厂设置。 然后,windows键就可以正常用了。
阅读全文
posted @ 2021-12-24 12:14 Picassooo
阅读(7417)
评论(0)
推荐(0)
2021年12月16日
对一个tensor或narray进行局部区域赋值是in-place操作,需要特别小心
摘要: 程序示例: import torch from PIL import Image import torchvision.transforms as transforms def cutout(input): input[:, 100:200, 100:200] = 0.0 # 注意:这是in-pla
阅读全文
posted @ 2021-12-16 11:08 Picassooo
阅读(303)
评论(0)
推荐(0)
2021年12月5日
转:Python循环遍历列表删除元素
摘要: Python循环遍历列表删除元素
阅读全文
posted @ 2021-12-05 20:41 Picassooo
阅读(84)
评论(0)
推荐(0)
2021年12月3日
给图像添加高斯噪声
摘要: 程序示例: from torchvision import transforms from PIL import Image import torch def gaussian(img, mean, std): c, h, w = img.shape noise = torch.randn([c,
阅读全文
posted @ 2021-12-03 22:04 Picassooo
阅读(1277)
评论(0)
推荐(0)
2021年12月2日
PIL Image,图像与tensor的转换,归一化
摘要: 示例代码: from torchvision import transforms from PIL import Image img_jpg = Image.open('C:/Users/admin/Desktop/bird.jpg').convert('RGB') # convert()函数,用于
阅读全文
posted @ 2021-12-02 15:13 Picassooo
阅读(3090)
评论(0)
推荐(0)
上一页
1
···
31
32
33
34
35
36
37
38
39
···
73
下一页
公告