Skip to content

sclei/tflent5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

tflent5

本程序是我根据LeNet5卷积神经网络原型,在TensorFlow框架下编写的TF版LeNet5。网络结构基本与MachineLeaning提供的Theano版本的LeNet5相同,本程序从我的另一个项目中直接拷贝过来,开源互相交流学习,训练(train)和测试(test)函数的结构与我的项目相关,不包括完整的流程, 本文件封装了LeNet5类,可直接实例化调用。

数据集

  • MNIST-10

相关链接

  1. 数据集 http://yann.lecun.com/exdb/mnist/
  2. 参考链接 TensorFlow中文官方教程:http://www.tensorfly.cn/ 下载及安装TensorFlow:http://www.tensorfly.cn/tfdoc/get_started/os_setup.html

依赖

  • Python2.7
  • NumPy
  • TensorFlow latest

运行环境

  • 操作系统:Ubuntu 16.04 LTS

About

Tensor'FLow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages