上一页 1 ··· 176 177 178 179 180 181 182 183 184 ··· 345 下一页
摘要: import tensorflow as tf # 'hypothesis' is a tensor of shape `[2, ... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(2) 评论(0) 推荐(0)
摘要: 为什么用tf.sparse.SparseTensor的原因 节约内存 在表达一个稀疏矩阵时候,不用一个很大的矩阵 tf.spa... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(80) 评论(0) 推荐(0)
摘要: 为什么用tf.sparse.SparseTensor的原因 节约内存 在表达一个稀疏矩阵时候,不用一个很大的矩阵 tf.spa... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(36) 评论(0) 推荐(0)
摘要: import tensorflow as tfx=tf.constant([0.1, -1., 5.2, 4.3, -1., 7.... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(60) 评论(0) 推荐(0)
摘要: import tensorflow as tfx=tf.constant([0.1, -1., 5.2, 4.3, -1., 7.... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(11) 评论(0) 推荐(0)
摘要: import tensorflow as tf import numpy as npdef my_func(arg): arg =... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(7) 评论(0) 推荐(0)
摘要: import tensorflow as tf import numpy as npdef my_func(arg): arg =... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(43) 评论(0) 推荐(0)
摘要: import tensorflow as tfdef make_variables(k, initializer): return... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(10) 评论(0) 推荐(0)
摘要: import tensorflow as tfdef make_variables(k, initializer): return... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(5) 评论(0) 推荐(0)
摘要: 翻译如下 **         在 SCRATCH采用pytho... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(357) 评论(0) 推荐(0)
上一页 1 ··· 176 177 178 179 180 181 182 183 184 ··· 345 下一页