RNN made from scratch, based on numpy, as a jupyter notebook. The network is tested on a
Comparing to the DL book, the adopted notation corresponds as follows: (image | this code | book)
This experimental network has 4 cells, organized as pictured:
The architecture is many-to-one, the cells colored in teal only output the hidden state (
Slice of function




