An open API service indexing awesome lists of open source software.

https://github.com/dnlcrl/pyscholargraph

Code for "Five Hundred Deep Learning Papers, Graphviz and Python" (http://goo.gl/l1PIoi)
https://github.com/dnlcrl/pyscholargraph

citation deep-learning-papers google-scholar graph graphviz python

Last synced: 3 months ago
JSON representation

Code for "Five Hundred Deep Learning Papers, Graphviz and Python" (http://goo.gl/l1PIoi)

Awesome Lists containing this project

README

          

# PyScholarGraph
Code for "Five Hundred Deep Learning Papers, Graphviz and Python" (http://goo.gl/l1PIoi)

# Want to Create a Graph Like This?

![Graph](https://dnlcrl.github.io/assets/dl-gviz/47.png)

# Now You Can! :stuck_out_tongue_winking_eye:

Read how below.

# Prerequisites:

- [graphviz](https://pypi.python.org/pypi/graphviz)
- [colour](https://pypi.python.org/pypi/colour)
- [numpy](https://pypi.python.org/pypi/numpy)

# Generate From Example Data

move in the "example" folder and run

python ../src/graph.py

P.S.

Note that there is a lot of redundancy in the example data.