Test
Insights into LSTM architecture
Finding the total number of multiply and accumulate operations in a LSTM layer
While working on my master thesis, I had to look at various LSTM networks and quickly try to estimate how well they would be suited for embedded implementation. That is, would these networks be an excellent candidate to put on a microprocessor with a limited amount of computing resources available....
[Read More]