deep-learning-with-python-notebooks
deep-learning-with-python-notebooks copied to clipboard
6.4 Implementing a 1D convnet for the IMDB dataset
In the Dense layer, a sigmoidal activation function must be added, since we solve the classification problem, right?
Yep, I believe this is a mistake in the book. Until I added the sigmoid activation the loss wasn't changing with the epochs.