Feeds
Discussion
feature request: better forward/backward pass functionalities for neural network operations
I'm working on training neural networks without backpropagation / automatic differentiation, using locally derived analytic form...
2 months 前 | 0
提问
feature request: better forward/backward pass functionalities for neural network operations
I'm working on training neural networks without backpropagation / automatic differentiation, using locally derived analytic form...
2 months 前 | 0 个回答 | 0
0
个回答提问
making a custom way to train CNNs, and I am noticing that avgpool is SIGNIFICANTLY faster than maxpool in forward and backwards passes…
I’m designing a custom training procedure for a CNN that is different from backpropagation in that I use manual update rules for...
4 months 前 | 2 个回答 | 2
2
个回答提问
need to vectorize efficiently calculating only certain values in the matrix multiplication A * B, using a logical array L the size of A * B
I have matrices A (m by v) and B (v by n). I also have a logical matrix L (m by n). I am interested in, as efficiently as possi...
10 months 前 | 2 个回答 | 0
