Tensorflow學習筆記(一)

                                            tensenflow的基本操作 一、導入tensorflow: import tensorflow as tf 二、建立變量、常量: w=tf.variable()變量 w=tf.constant()常量 三、初始化變量: init_op=tf.global_variables_initializer() 四、
相關文章
相關標籤/搜索