Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 264 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 264 Bytes

tensorflow-minist

基于tensorflow实现的手写数字识别,使用的方法有4种:

  • cnn
  • nn(BP神经网络)
  • softmax regression
  • bi-lstm

数据集下载:http://yann.lecun.com/exdb/mnist/

在使用中有任何问题,欢迎反馈给我。