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개월 전 | 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개월 전 | 답변 수: 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개월 전 | 답변 수: 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개월 전 | 답변 수: 2 | 0
