Statistica
MATLAB Answers
3 Domande
0 Risposte
RANK
199.351
of 300.364
REPUTAZIONE
0
CONTRIBUTI
3 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
66.67%
VOTI RICEVUTI
2
RANK
of 168.373
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
17 giorni fa | 0 risposte | 0
0
risposteDomanda
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...
2 mesi fa | 2 risposte | 2
2
risposteDomanda
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...
9 mesi fa | 2 risposte | 0
