Implement an encoder-decoder recurrent network from scratch
12 min read
13 hours ago
Even though I started using Pytorch a while ago, I still miss the concise code style of Keras and the good old days when you could implement a neural network model in just a few lines of code.