DyNet – Dynamic neural network library
github.com
DyNet – Dynamic neural network library
1–6 of 6 posts
Re: DyNet – Dynamic neural network library
#2Re: DyNet – Dynamic neural network library
#3It recently changed name, which I believe prompts this submission.
It has powered a number of NLP research papers and projects.
It has some really interesting features in terms of how data can flow through the graph, as you can dynamically restructure the graph for each datapoint. I assume that is why they've gone with dynet.
Re: DyNet – Dynamic neural network library
#4Re: DyNet – Dynamic neural network library
#5This network has gone under the confusing name CNN as it is a neural network framework implemented in C++ It recently changed name, which I believe prompts this submission. It has powered a number of NLP research papers and projects. It has some really interesting features in terms of how data can flow through the graph, as you can dynamically restructure the graph for each datapoint. I assume that is why they've gon…
Re: DyNet – Dynamic neural network library
#6This network has gone under the confusing name CNN as it is a neural network framework implemented in C++ It recently changed name, which I believe prompts this submission. It has powered a number of NLP research papers and projects. It has some really interesting features in terms of how data can flow through the graph, as you can dynamically restructure the graph for each datapoint. I assume that is why they've gon…
Can somebody explain why it could be useful and point towards some use case?
I checked the only currently given example https://github.com/clab/dynet/blob/master/doc/tutorial.md and it seems to be just a very simple neural network.
Their papers indicate that their main interest is in textual models that is a bit different from the main focus of my interest.