├── README.md ├── download.py └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TarrySingh/Deep-Learning-Papers-Reading-Roadmap/HEAD/README.md -------------------------------------------------------------------------------- /download.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TarrySingh/Deep-Learning-Papers-Reading-Roadmap/HEAD/download.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | mistune>=0.7.2 2 | beautifulsoup4>=4.4.1 3 | six>=1.10.0 4 | --------------------------------------------------------------------------------