基于tensorflow的验证码识别
验证码最初的设计初衷是区分人和机器,随着AI技术的发展,大部分的验证码已经无法实现这样的功能了。为了验证这一事实,决定采用tensorflow来搭建深度学习模型,以此来验证深度学习对验证码识别的准确度。
构建训练数据集
收集海量的验证码是一件困难的工作。因此,我们采用常用的验证码生成库来生成训练案例。
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
1 | $ hexo new "My New Post" |