tensorflow 全连接层
用全连接层训练病例data然后测试其准确性import tensorflow as tf
import numpy as np
import random
info = np.loadtxt(r'D:\深度
2017-11-20