What type of neural networks should be used when we have sequential inputs. Let say we want to phrase some text which should give output depend on the sequence of the words. For this the output should dependent on the previous state of the inputs.
Recurrent neural networks are what you are looking for -- at least in the general case, where sequences are long, or not all sequences have the same length.
Here's an example, here is a Python implementation and here are some reference papers.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With