计算图的使用 import tensorflow as tf a = tf.constant([1.0,2.0],name=”a”) b = tf.constant([2.0,3.0],name=”b”) result=a+b print(a.graph is tf.get_default_graph()) import tensorflow as tf g…
深度学习课程及深度学习公开课资源整理 这里整理一批深度学习课程或者深度学习相关公开课的资源,持续更新,仅供参考。 1. Andrew Ng (吴恩达) 深度学习专项课程 by Coursera and deeplearning.ai 这是 Andrew Ng 老师离开百度后推出的第一个深度学习项目(deeplearning.ai)的一个课程: Deep Le…