- 博客(5)
- 收藏
- 关注
原创 Pytorch入门tutorial学习
所有方法都可以在doc里面找到 一、transforms transforms表示是否对数据进行预处理 torchvision.transforms.Compose 一次完成多个transforms指令 Example transforms.Compose([ transforms.CenterCrop(10), transforms.ToTensor(), ]) 2.torchv...
2019-04-23 21:38:38
389
原创 常见问题收集
1.如何批量提取文件名及修改日期到EXCEL表 https://zhidao.baidu.com/question/1303769609815522019.html?qbl=relate_question_0&word=%D4%F5%C3%B4%C5%FA%C1%BF%B6%C1%C8%A1%CE%C4%BC%FE%D0%DE%B8%C4%C8%D5%C6%DA...
2018-09-02 13:11:27
247
2
原创 《机器学习实战》学习笔记
1.getA https://blog.csdn.net/douya2016/article/details/78161890?locationNum=5&fps=1 2.Python中列表和数组的赋值,浅拷贝和深拷贝 https://blog.csdn.net/lc_lc2000/article/details/53135839...
2018-08-23 15:36:00
199
原创 《机器学习实战》第三章学习笔记
1.iteriterms和itemgetter https://blog.csdn.net/weixin_38705903/article/details/79231577 2.sorted https://blog.csdn.net/weixin_38705903/article/details/79231588
2018-08-16 13:11:27
273
原创 《机器学习实战》第二章学习笔记
学习内容:k-近邻算法 shape shape[0]表示矩阵行数 shape[1]表示矩阵列数 group array([[1. , 1.1], [1. , 1. ], [0. , 0. ], [0. , 0.1]]) group.shape ...
2018-08-13 10:16:04
300
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅