用TensorFlow训练卷积神经网络——识别验证码
需要用到的包:numpy、tensorflow、captcha、matplotlib、PIL、random
import numpy as np
import tensorflow as tf # 深度学习库
from captcha.image import ImageCaptcha # 用来生成验证码
import matplotlib.pyplot as plt # 用来将验证...
原创
2018-08-15 22:01:31 ·
3618 阅读 ·
0 评论