cs20tensorflow学习笔记
lwmiracle
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
course1-Overview of Tensorflow
Overview of Tensorflow Overview of Tensorflow What’s TensorFlow™? “Open source software library for numerical computation using data flow graphs” Why TensorFlow? Flexibility + Scalability Ori...原创 2018-06-04 11:56:18 · 257 阅读 · 0 评论 -
course2-Operations
Operations keywords: Basic operations, constants, variables ,Control dependencies ,Data pipeline ,TensorBoard tensorboard constants import tensorflow as tf a = tf.constant([2, 2], name='a') b...原创 2018-06-04 20:52:25 · 262 阅读 · 0 评论 -
course3-Basic Models in TensorFlow
Linear and Logistic Regression 主要讲了Tensorflow’s Optimizers,tf.data和通过tensorflow构建机器学习模型的一般步骤,构建模型的步骤都是一样的,只记录了Linear Regression overview:TensorFlow separates definition of computations from their ...原创 2018-06-05 15:42:33 · 310 阅读 · 0 评论
分享