Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 419 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 419 Bytes

tensorflow-minist

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

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

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

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

nn 的实现较为原始,使用的Tensorflow1.x版本

深浅拷贝:

image-20211224214850583