|
|
|
|
|
by JD557
3752 days ago
|
|
In case the author of the videos is here, do you have plans to add some videos about Convolutional NNs and Recurrent NNs? I know a lot of developers like myself that know about traditional NNs, but are not familiar with those two. |
|
I also have an article on RNNs, although it's focused on explaining a special version, called an LSTM: http://colah.github.io/posts/2015-08-Understanding-LSTMs/
If you have experience with functional programming, you might find this a nice way to think about Conv Nets/RNNs/etc: http://colah.github.io/posts/2015-09-NN-Types-FP/