I'm looking for an open source solution to find algorithm names inside the academic articles (normally PDF), and perhaps on the web too
Is there any suggestion?
21–28 of 28 posts
I'm looking for an open source solution to find algorithm names inside the academic articles (normally PDF), and perhaps on the web too
Is there any suggestion?
Wow, great! I'm looking for an open source solution to find algorithm names inside the academic articles (normally PDF), and perhaps on the web too Is there any suggestion?
Could be interesting to compare the similarities of the semantics of the algorithms as understood by an NLP model. E.g. depth-first-search vs. monte-carlo, or dijkstra's vs Kruskal's. Both used in similar contexts, so you could group algorithms into families. I'd love to see more NLP-driven meta-analysis of scientific literature.
Wow, great! I'm looking for an open source solution to find algorithm names inside the academic articles (normally PDF), and perhaps on the web too Is there any suggestion?
I've thought about doing this before as well. One challenge you might face occurs when one algorithm goes by different names in different circles. I can't think of good examples that I ran into, but some statistical methods have one name when physicists use it, another for biologists, another for statisticians, etc. Could be interesting to compare the similarities of the semantics of the algorithms as understood by a…
Isn’t this exactly like what Google released as open source a couple of months ago https://github.com/tensorflow/tfjs-models/tree/master/qna
Did someone try it? Is it actually good?