上一页 1 ··· 195 196 197 198 199 200 201 202 203 ··· 345 下一页
摘要: t = tf.constant([[-10., -1., 0.], [0., 2., 10.]])t2 = tf.clip_by_v... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(2) 评论(0) 推荐(0)
摘要: t = tf.constant([[-10., -1., 0.], [0., 2., 10.]])t2 = tf.clip_by_v... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(16) 评论(0) 推荐(0)
摘要: 原文链接 常用数学LaTex公式$\sqrt{ab}$$\sqrt[n]{ab}$$\log_{a}{b}$$\lg{ab}$$a^... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(37) 评论(0) 推荐(0)
摘要: 原文链接 常用数学LaTex公式$\sqrt{ab}$$\sqrt[n]{ab}$$\log_{a}{b}$$\lg{ab}$$a^... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(13) 评论(0) 推荐(0)
摘要: t= [ x ... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(1) 评论(0) 推荐(0)
摘要: t= [ x ... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(8) 评论(0) 推荐(0)
摘要: import tensorflow as tf x = tf.constant([1.8, 2.2], dtype=tf.float... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(4) 评论(0) 推荐(0)
摘要: 我一直以为,谈论数学计算只能用数学语言,就是用数学公式一步步推导 这个世界是,可知的,简洁的 复杂的是现象,不是本质 在线性代数中,介绍的矩阵乘法只有一种,可以退出,在程序中,不论多么高维度的矩阵乘法运算,其本质也是二维矩阵运算 import numpy as np np.random.seed(1 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(61) 评论(0) 推荐(0)
摘要: sql md5 最简单例子 select MD5('0j46o1112665989') as mdd 有时候需要将多个字符串拼接 s... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(63) 评论(0) 推荐(0)
摘要: SELECT fruit, STRING_AGG(fruit, " & ") OVER (ORDER BY LENGTH(fru... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(15) 评论(0) 推荐(0)
上一页 1 ··· 195 196 197 198 199 200 201 202 203 ··· 345 下一页