
神经网络
abutoto
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
神经网络 课后作业
import time import numpy as np import matplotlib.pyplot as plt from PIL import Image from dnn_app_utils_v2 import * plt.rcParams['figure.figsize'] = (5.0, 4.0) # set default size of plots plt.rcParam转载 2018-04-24 21:27:44 · 474 阅读 · 0 评论 -
相似图片搜索的原理
具体内容可以看:点击打开链接 我自己写的代码: import os from PIL import Image from functools import reduce import matplotlib.pyplot as plt # plt 用于显示图片 #分割图片 def splitimage(src, rownum, colnum): img = Image.open转载 2018-04-16 20:52:47 · 336 阅读 · 0 评论