tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

机器学习相关教程

Results 17 tutorials issues
Sort by recently updated
recently updated
newest added

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)函数

关于机器学习仓库文档实践优化,讨论如何改进现有文档结构,提升易读性和实用性。