Skip to content

Python与机器学习方向,《TensorFlow基础教程》课程仓库

Notifications You must be signed in to change notification settings

edu2act/course-tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlow基础教程

基于TensorFlow 1.8版本的中文基础教程。适用于有Python基础者入门。

目录:

  • 第一章 TensorFlow概述
  • 第二章 图与会话
  • 第三章 图的边与节点
  • 第四章 常量、变量、占位符
  • 第五章 名字与作用域
  • 第六章 文件IO与模型存取
  • 第七章 队列与线程
  • 第八章 数据集文件操作
  • 第九章 模型存取
  • 第十章 Eager模式
  • 第十一章 TensorBoard基础用法