Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.05 KB

File metadata and controls

30 lines (25 loc) · 1.05 KB

Information Extraction using Convolution Neural Network

About

Information Extraction has been one of the important task in Natural Language Processing (NLP). The said task have been accomplished by using sophisticated machine learning algorithms like Nave Bayes. We will try to approach the problem using Convolutional Neural Networks (CNN) with least possible hyper parameter tuning on pre trained word vectors. It is expected that we can reach our goal with considerable results using CNN that will be computationally much efficient than the traditional approaches.

Programming Language

Python 3.6

Tools and Library

  • Jupyter Notebook
  • re
  • gensim
  • nltk
  • numpy
  • tensorflow
  • keras
  • os
  • sys

Authors

Referrences