Deep Learning
文章平均质量分 83
Jemila
水火之中
展开
-
win7+tensorflow+python3.5+gpu
win7+tensorflow+python3.5+gpu原创 2017-04-18 11:53:32 · 2255 阅读 · 0 评论 -
验证码的自动识别思路
简单验证码的识别基本步骤:灰度读取、二值化、分割、CNN训练识别原创 2017-05-09 12:40:15 · 4449 阅读 · 0 评论 -
卷积神经网络例子
卷积神经网络原创 2017-06-01 13:10:35 · 3155 阅读 · 1 评论 -
tensorflow +mnist
根据youtube上sendex大神视频所敲写的代码:# -*- coding: utf-8 -*-"""Spyder EditorThis is a temporary script file."""import tensorflow as tffrom tensorflow.examples.tutorials.mnist import input_datamnist=原创 2017-03-22 00:28:47 · 1063 阅读 · 0 评论