Recurrent Neural Network
Posted on Sat 14 April 2018 in Basics • Tagged with Deep Learning, NLP
In Natural Language Processing, traditional neural networks struggle to properly execute the task we give them. To predict the next work in a sentence for instance, or grasp its meaning to somehow classify it, you need to have a structure that can keeps some memory of the words it saw before. That's why Recurrent Neural Network have been designed to do, and we'll look into them in this article.
Continue reading