Tag: Tensorflow

0

Tensorflow_Eager

Eager execution is a feature that makes TensorFlow execute operations immediately: concrete values are returned, instead of a computational graph to be executed later.

0

Tensorflow_note_3

基于cs20si的Tensorflow笔记,课程主页;本节主要内容:Linear and Logistic Regression

0

Tensorflow_note_2

基于cs20si的Tensorflow笔记,课程主页;本节主要内容:Basic Operations, Constants, Variables, Control Dependencies, Feeding inputs, TensorBoard

0

Tensorflow_note_1

基于cs20si的Tensorflow笔记,课程主页;本节主要内容:Graphs and Sessions