Viewing a single comment thread. View all comments

Gemabo t1_j5rwh5f wrote

Matlab has a deep learning Toolbox that makes it easy and efficient to train any type of model. Including RNNs. Although, there is a good argument (and a famous paper) that anything you can do with RNN you can do better with CNN. Julia has deep learning libraries, but don't expect nearly the level of support and ease of use as Matlab. Matlab's DL is underrated.

4

davidrodord92 t1_j5s0yzs wrote

Can you remember the title of the paper?

1

Gemabo t1_j5s4r0e wrote

"An empirical evaluation of generic convolutional and recurrent networks for sequence modeling"

1