Skip to content

kingzhengguang/AlexNet04

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tensorflow-classification-network

用TensorFlow实现各种分类网络(持续更新,现在主要是CNN)

用法

  • 安装所需python环境
  • 只需要简单替换图中的部分,即可实现分类网络的切换 "use" 比如换成残差网络: "use2

data

为了保证分类网络可以运行,上传了少量的数据,可以根据实际需要替换数据

分类网络

包含的网络有:

  • 简单的5层CNN
  • AlexNet
  • VGGNet
  • InceptionNet
  • ResNet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages