会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Crown-V
世界之大,唯有强大
博客园
首页
新随笔
联系
订阅
管理
2023年10月14日
卷积神经网络训练MNIST数据集
该文被密码保护。
阅读全文
posted @ 2023-10-14 15:13 Crown-V
阅读(2)
评论(0)
推荐(0)
编辑
卷积神经网络处理图片
该文被密码保护。
阅读全文
posted @ 2023-10-14 11:37 Crown-V
阅读(2)
评论(0)
推荐(0)
编辑
创建数据集
摘要: import os # 训练测试文件夹 def train_test_file(root,dir): file_txt = open(dir+'.txt','w') path = os.path.join(root,dir) for roots,directories,files in os.wal
阅读全文
posted @ 2023-10-14 10:57 Crown-V
阅读(3)
评论(0)
推荐(0)
编辑
公告