6 – RNN Hyperparameters15
Two main choices we need to make when we want to build a recurrent neural network are choosing a cell type, so a long short term memory cell or a vanilla RNN cell or a gated recurrent unit cell, and how deep the model is. How many layers will we stack? And since we’ll need … Read more
댓글을 달려면 로그인해야 합니다.