深度学习入门

因为项目需要,要开始学习深度学习的相关知识,重点是tensorflow,主要参照书籍《实战Google深度学习框架》和慕课课程opencv+tensorflow入门人工智能图像处理。 下面是学习的第一个案例—opencv读取图片: import tensorflow as tf hello=tf.constant('hello_tf!') print(hello) Tensor("Const:0"
相关文章
相关标签/搜索