上一页 1 ··· 179 180 181 182 183 184 185 186 187 ··· 345 下一页
摘要: tf.arg_min 返回最小值的索引 import tensorflow as tfa = [1, 10, 26.9, 2.8, ... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(7) 评论(0) 推荐(0)
摘要: tf.arg_max ,返回最大值的索引 import tensorflow as tfa = [1, 10, 26.9, 2.8,... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(4) 评论(0) 推荐(0)
摘要: tf.arg_max ,返回最大值的索引 import tensorflow as tfa = [1, 10, 26.9, 2.8,... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(6) 评论(0) 推荐(0)
摘要: tf 的排序,返回对应值的排名 import tensorflow as tfa = [1, 10, 26.9, 2.8, 166.... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(4) 评论(0) 推荐(0)
摘要: tf 的排序,返回对应值的排名 import tensorflow as tfa = [1, 10, 26.9, 2.8, 166.... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(8) 评论(0) 推荐(0)
摘要: b = np.array([[1, 2], [3, 4]])np.tile(b, 2) array([[1, 2, 1, 2, 1,... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(4) 评论(0) 推荐(0)
摘要: b = np.array([[1, 2], [3, 4]])np.tile(b, 2) array([[1, 2, 1, 2, 1,... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(4) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Wed Jul... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(12) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Wed Jul... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(7) 评论(0) 推荐(0)
摘要: pad_sequences 大白话的意思就是: 空位补零 import kerasfrom keras.preprocessin... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(7) 评论(0) 推荐(0)
上一页 1 ··· 179 180 181 182 183 184 185 186 187 ··· 345 下一页