上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 344 下一页
摘要: 我们通常采用tensorflow来训练,训练完之后应当保存模型,即保存模型的记忆(权重和偏置),这样就可以来进行人脸识别或语音识... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(64) 评论(0) 推荐(0)
摘要: 我们通常采用tensorflow来训练,训练完之后应当保存模型,即保存模型的记忆(权重和偏置),这样就可以来进行人脸识别或语音识... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(48) 评论(0) 推荐(0)
摘要: cast(x, dtype, name=None) 将x的数据格式转化成dtype.例如,原来x的数据格式是bool, 那么将其转化... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(38) 评论(0) 推荐(0)
摘要: #程序 不是我写的,注释是我做的,转载请注明“lg土木设计”#最小二乘法拟合,用y=ax+b a=weight b=biasesf... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(48) 评论(0) 推荐(0)
摘要: placeholder 传入值要用字典 并且tf.mul、tf.sub 和 tf.neg 被弃用,现在使用的是 tf.multip... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(42) 评论(0) 推荐(0)
摘要: placeholder 传入值要用字典 并且tf.mul、tf.sub 和 tf.neg 被弃用,现在使用的是 tf.multip... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(18) 评论(0) 推荐(0)
摘要: import tensorflow as tfstate=tf.Variable(0,name='counter')one=tf.c... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(41) 评论(0) 推荐(0)
摘要: import tensorflow as tfstate=tf.Variable(0,name='counter')one=tf.c... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(38) 评论(0) 推荐(0)
摘要: 这篇关于卷积与池化讲的比较好 这篇也不错哦 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(14) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*-"""Created on Thu Apr 20 15:40:48 2017同济大学 ... 阅读全文
posted @ 2022-08-19 22:59 luoganttcc 阅读(30) 评论(0) 推荐(0)
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 344 下一页