L19.2.2 Implementing a Character RNN in PyTorch --Code Example

preview_player
Показать описание


-------

This video is part of my Introduction of Deep Learning course.

-------

Рекомендации по теме
Комментарии
Автор

Thank you for nice video on Char RNN !!!

ajitkumar
Автор

What is the reasoning behind not using softmax function at last layer? and does it makes any difference in accuracy if we use/not use it?

techchit
Автор

In sentiment analysis you used LSTM() and here you are using LSTMCell() is LSTM() more better. what is the difference between both and where can we use them?

DataTheory