Skip to content

sweta96/Information-Extraction-using-CNN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.1%
  • Python 0.9%