deeplearning4nlp-tutorial
deeplearning4nlp-tutorial copied to clipboard
Hands-on tutorial on deep learning with a special focus on Natural Language Processing (NLP)
Dear Nils, First of all thanks a lot for the great tutorial. I'm learning a lot watching your videos and reading through your code. I naively wanted to run our...
Current -> for targetLabel in xrange(1, max(yTest)): Proposed change -> for targetLabel in xrange(1, max(yTest)+1): Here, we are iterating over all categories which are numbered from 0 to 18 (inclusive)....
https://ncwallet.net/invite/QJUZTJIC
hello