深度學習算法之CNN-驗證碼識別

使用CNN算法,特徵提取使用二維向量: X, Y, testX, testY = mnist.load_data(one_hot=True) X = X.reshape([-1, 28, 28, 1]) testX = testX.reshape([-1, 28, 28, 1]) 實例化CNN算法並訓練10輪: model = tflearn.DNN(network, tensor
相關文章
相關標籤/搜索