In this post we will be implementing two simple Recurrent Neural Networks (RNN) one for classification and the other for regression tasks.
Classification using RNN
It takes in a binary number and returns the XOR of the number. For example if the input is 10110
then it should output 11011
, as Continue reading