Kun Yang

Results 2 issues of Kun Yang

Thanks for wanting to report an issue you've found in redis-py. Please delete this text and fill in the template below. It is of course not always possible to reduce...

I found a mistake in [Bayes by Backprop from scratch (NN, classification)](https://github.com/zackchase/mxnet-the-straight-dope/blob/master/chapter18_variational-methods-and-uncertainty/bayes-by-backprop.ipynb) In Model definition - Neural net modeling Section ```python def net(X, layer_params): layer_input = X for i in...