neural-api
neural-api copied to clipboard
Implementation of Long Short term memory block
It would be great to have a LSTM layer. Many other libraries support them out of the box so it would be great to have them; )
It would also greatly support my work on ECG beat classification - I think they could make a difference there...
Thank you :)
Hi @mikerabat , Is the ECG beat classification project open source? If not, does it have a web site?
Although we don't have LSTM, we do have a transformer decoder block that is considered by many as a superior solution: https://github.com/joaopauloschuler/neural-api/tree/master/examples/SimpleNLP https://voidful.medium.com/why-transformer-faster-then-lstm-on-generation-c3f30977d747 https://ai.stackexchange.com/questions/20075/why-does-the-transformer-do-better-than-rnn-and-lstm-in-long-range-context-depen
Kind regards, JP.
Sorry no... there is no website. It's research for the company I work for.. Many thanks for the links! I will asop check the links :)