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

https://github.com/hoya012/neurips-2019-paper-statistics

Statistics and Visualization of acceptance rate, main keyword of NeurIPS 2019 accepted papers
https://github.com/hoya012/neurips-2019-paper-statistics

Last synced: 24 days ago
JSON representation

Statistics and Visualization of acceptance rate, main keyword of NeurIPS 2019 accepted papers

Awesome Lists containing this project

README

          

# NeurIPS-2019-Paper-Statistics
Statistics and Visualization of acceptance rate, main keyword of [NeurIPS 2019](https://nips.cc/Conferences/2019) accepted papers

Inspired by [`CVPR-2019-Paper-Statistics`](https://github.com/hoya012/CVPR-2019-Paper-Statistics), [`ICCV-2019-Paper-Statistics`](https://github.com/hoya012/ICCV-2019-Paper-Statistics)



## NeurIPS 2019 Acceptance rate (2015~2019)

- The total number of papers has increased significantly! (108% from 2017 to 2019!)
- The acceptance rate is maintaned about 20%.



## NeurIPS 2019 Paper Keywords statistics
- [Accepted Paper list](https://nips.cc/Conferences/2019/Schedule?type=Poster)

- Top keywords
- model, optimization, graph, reinforcement, adversarial, representation, algorithm, efficient, etc..



## Analysis and Visualization Code (Jupyter Notebook)

- The above data can be obtained from a simple jupyter notebook script.
- [`NeurIPS2019_paper_statistics_using_chrome.ipynb`](https://github.com/hoya012/NeurIPS-2019-Paper-Statistics/blob/master/neurips2019/NeurIPS2019_paper_statistics_using_chrome.ipynb)

## Prerequisites
- python3.5
- [selenium](https://selenium-python.readthedocs.io/)
- [wordcloud](https://pypi.org/project/wordcloud/)
- [matplotlib](https://matplotlib.org/)

or

**i highly recommend to use** [google colab](https://colab.research.google.com/)

Just **download jupyter notebook** and **move to your google drive** and **Open with Colaboratory**