Anthill Inside 2017

On theory and concepts in Machine Learning, Deep Learning and Artificial Intelligence. Formerly Deep Learning Conf.

Gur Raunaq Singh

@raunaqsoni

Making a Text-Summarizer with Keras

Submitted Jun 19, 2017

One of the common uses of Machine Learning in a lot of mobile applications is Text-Summarization. It is one of the key techniques companies are using for improving their products, or some even have complete mobile apps based on it (apps like Awesummly).

Most summarization tools in the past were Extractive, which worked well in fields like Finance, Weather forecast generator, and Medicine. In this talk, will be making a summarizer which will be Abstractive, which will be good at understanding the meaning of a piece of article, and create a short summary of it.

The aim of this talk is to provide a introduction to NLP, Semantic Analysis and Syntactic parsing, understand their working principles, and a Jupyter Notebook showcasing a working demo.

Outline

The topics covered in this talk are as follows :

  • Basics of Semantic Analysis and Syntactic Parsing
  • Tokenization
  • Word Vectors
  • GloVe (Global Vectors)

The talk will explain :

  1. how to use pre-trained word embeddings in a Keras model
  2. use it to generate an output sequence of words, given an input sequence of words using a Neural Encoder Decoder
  3. add an attention mechanism to our decoder, which will help it decide what is the most relevant token to focus on when generating new text

Requirements

Basic understanding of :

  • Python
  • NLP
  • RNNs

Speaker bio

I am a final year student, pursuing B.Tech CSE from IPU, New Delhi. I am currently working as a Data Scientist at ABinBev GAC Bangalore, India.

Over the years, I have had the work to dabble in various fields such as Game Developement, Augmented and Virtual Reality Developement and Data Science. When not hitting head-shots in CS:GO, or scoring goals in the football field, I usually like to work on building small projects or participating in various programming competitions.

I am a regular at hackathons, having won over 9 in the past year including the Grand Prize at Angelhack Delhi, 2016.

Comments

{{ gettext('Login to leave a comment') }}

{{ gettext('Post a comment…') }}
{{ gettext('New comment') }}
{{ formTitle }}

{{ errorMsg }}

{{ gettext('No comments posted yet') }}

Hosted by

Anthill Inside is a forum for conversations about risk mitigation and governance in Artificial Intelligence and Deep Learning. AI developers, researchers, startup founders, ethicists, and AI enthusiasts are encouraged to: more