yangyang12138

导航

2020年4月21日 #

数字识别

摘要: 1.初始化环境 from __future__ import print_function # 将python3中的print特性导入当前版本 import os from PIL import Image # 导入图像处理模块 import matplotlib.pyplot as plt imp 阅读全文

posted @ 2020-04-21 23:52 杨杨09265 阅读(253) 评论(0) 推荐(0)

numpy后续

摘要: 1.连接两个数组,要求数组的shape必须同维度 2.数组中项的计数 3.数组横向连接 阅读全文

posted @ 2020-04-21 00:54 杨杨09265 阅读(104) 评论(0) 推荐(0)