Neural networks that process sequential data must have three functions: Temporality: Features must be entered one at a time in order. Variable length: To process a sample of length n, the hidden layer must appear n times. Context dependency: Remember the previous feature and use it at the right moment. To design a learning model …
Continue reading “2019.12.10(pm): RNN(Recurrent Neural Network)”