tutorials
tutorials copied to clipboard
机器学习相关教程
Now dataset **X**={**x1,x2,x3...,xn**},`shape=[n,m]`, **x1,x2,...,xn** are samples of **X**. And label data `y.shape=[n,k]` If I use a time window with length of 2,then after reshape: `X= tf.reshape(X,[int(n/2), 2, m])` `X.shape=[n/2,m]` But...
Hi Morvan, Very humbly requesting you to correct my doubt. In the decoding section of your code, you didn't take the transpose of previous weight matrices. Why you did so?
tensorflowTUT/tf23_BN/的代码里好像没用到滑动平均,没有ema.average(fc_mean)函数
现在还跟新吗
文档实践优化
关于机器学习仓库文档实践优化,讨论如何改进现有文档结构,提升易读性和实用性。
莫烦python tkinter
第一次改
ok