TensorFlow Basic Ideas
Reference: http://wiki.jikexueyuan.com/project/tensorflow-zh/get_started/basic_usage.html 使用图 (graph) 来表示计算任务. 在被称之为 会话 (Session) 的上下文...


Training MNIST dataset by TensorFlow
Use TensorFlow to do training and testing in MNIST dataset. 1.MNIST Data This database is a large database of handwritten digits that is...