Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 852 Bytes

File metadata and controls

14 lines (12 loc) · 852 Bytes

Hottest-Topics-in-Machine-Learning

Uncovered the trendiest topics in Machine Learning research using Natural Language Processing on NIPS papers.

Neural Information Processing Systems (NIPS) is one of the top machine learning conferences in the world where groundbreaking work is published. In this Project, I analyzed a large collection of NIPS research papers from the past decade to discover the latest trends in machine learning. The techniques used here to handle large amounts of data can be applied to other text datasets as well.

Tasks:

  1. Loading the NIPS papers
  2. Preparing the data for analysis
  3. Plotting how machine learning has evolved over time
  4. Preprocessing the text data
  5. A word cloud to visualize the preprocessed text data
  6. Prepare the text for LDA analysis
  7. Analysing trends with LDA
  8. The future of machine learning